summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler
Commit message (Expand)AuthorAgeFilesLines
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-153-5/+7
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-3/+0
* Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren2015-08-131-1/+0
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-1/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.Daniel Sanders2015-06-101-1/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-10/+10
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-4/+3
* Rename const char *Triple argument to TT to avoid shadowing llvm::Triple.Eric Christopher2015-03-301-21/+20
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+1
* 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
OpenPOWER on IntegriCloud