Revert "Introduce a string_ostream string builder facilty"
[oota-llvm.git] / lib / MC / MCDisassembler / Disassembler.cpp
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-03-27 Lang HamesRemove forward declaration for Target class - Target...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-03 Reid KlecknerRevert "For disassembly when adding a symbolic operand...
2014-01-03 Kevin EnderbyFor disassembly when adding a symbolic operand that...
2013-10-03 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] Add an option to print latency...
2013-10-01 Quentin Colombet[llvm-c][Disassembler] Add an option to reproduce in...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-23 Kevin EnderbyMissed removing one of the assert()'s from the LLVMCrea...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-03-12 Kevin EnderbyRemove the assert()'s from the LLVMCreateDisasmCPU...
2012-12-18 Kevin EnderbyAdd to the disassembler C API an option to print the...
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-04-06 Sean CallananFixed two leaks in the MC disassembler. The MC
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-17 Kevin EnderbyFix typo in comment ldopen() -> dlopen().
2012-02-17 Kevin EnderbyPut back the initializing the targets in the disassembl...
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonThe the MC disassembler C API to print in verbose mode...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-01 James MolloyFix apparent build error caused by r138948 on certain...
2011-09-01 Nick LewyckyFix the build for us -Werror users.
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengInclude MCRegisterInfo to eliminate a compilation warning.
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-05-22 Chris Lattnerswitch to using a smallvector to avoid allocations...
2011-05-22 Chris Lattnertidy some things up.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-09 Benjamin KramerFix potential buffer overflow on win32.
2011-03-29 Francois PichetFix the MSVC build.
2011-03-28 Kevin EnderbyAgain adding a C API to the disassembler for use by...
2011-03-26 Kevin EnderbyRemove the files for r128308 as it is causing a buildbo...
2011-03-26 Kevin EnderbyAdding a C API to the disassembler for use by such...