summaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-11
* Remove forward declaration for Target class - Target is already defined here.Lang Hames2014-03-27
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-06
* Revert "For disassembly when adding a symbolic operand that is a C++ symbol n...Reid Kleckner2014-01-03
* For disassembly when adding a symbolic operand that is a C++Kevin Enderby2014-01-03
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-03
* [llvm-c][Disassembler] When printing latency information, skip schedulingQuentin Colombet2013-10-02
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-02
* [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-01
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() libraryKevin Enderby2013-05-23
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby2013-03-12
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-18
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-07
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-24
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* Whitespace.Chad Rosier2012-07-18
* Add accessors for all private members of DisasmContext.Benjamin Kramer2012-06-06
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-25
* Mark some static arrays as const.Craig Topper2012-05-24
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-06
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-21
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Fix typo in comment ldopen() -> dlopen().Kevin Enderby2012-02-17
* Put back the initializing the targets in the disassembler API with a comment asKevin Enderby2012-02-17
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Modified the Enhanced Disassembler to create andSean Callanan2012-02-04
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer2012-01-10