summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler
Commit message (Expand)AuthorAgeFilesLines
* unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizerDavid Blaikie2015-01-182-7/+5
* Grammar and spelling.Eric Christopher2015-01-131-4/+4
* Fix a regression on the disassembling C API.Rafael Espindola2014-11-131-1/+1
* Remove the now unused StringRefMemoryObject.h.Rafael Espindola2014-11-121-1/+0
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-3/+2
* Use a StringRefMemoryObject. NFC.Rafael Espindola2014-11-071-26/+3
* Extend C disassembler API to allow specifying target featuresBradley Smith2014-09-301-10/+16
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-5/+5
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Finish inverting the MC -> Object dependency.Rafael Espindola2014-07-234-0/+279
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-2/+6
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-6/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-241-11/+11
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-1/+1
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-111-2/+1
* Remove forward declaration for Target class - Target is already defined here.Lang Hames2014-03-271-3/+0
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-4/+4
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-071-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-062-14/+12
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-061-0/+1
* Revert "For disassembly when adding a symbolic operand that is a C++ symbol n...Reid Kleckner2014-01-031-1/+0
* For disassembly when adding a symbolic operand that is a C++Kevin Enderby2014-01-031-0/+1
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-032-1/+34
* [llvm-c][Disassembler] When printing latency information, skip schedulingQuentin Colombet2013-10-021-1/+3
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-022-0/+63
* [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-011-8/+45
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-1/+5
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-1/+9
* Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() libraryKevin Enderby2013-05-231-1/+2
* Remove the MachineMove class.Rafael Espindola2013-05-131-5/+5
* Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby2013-03-121-8/+16
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-1911-2186/+0
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-182-0/+20
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-071-9/+16
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-0/+6
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-043-5/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-034-7/+5
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-241-13/+0
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-1/+2
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-0/+14
* Whitespace.Chad Rosier2012-07-181-18/+14
* Add accessors for all private members of DisasmContext.Benjamin Kramer2012-06-061-0/+8
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-251-1/+1
* Mark some static arrays as const.Craig Topper2012-05-241-1/+1
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-062-1/+13
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-023-4/+16
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-052-2/+3
OpenPOWER on IntegriCloud