summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler/Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-2/+1
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-1/+2
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+4
* Fix leaks in LLVMCreateDisasmCPUFeaturesScott Linder2019-06-261-13/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* Shrink various scheduling tables by using narrower types.Benjamin Kramer2018-02-231-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini2016-10-011-1/+1
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-231-10/+19
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-3/+3
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-3/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+3
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-3/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+3
* 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
* 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-181-1/+1
* 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
* 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-061-5/+4
* [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
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-031-1/+30
* [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-021-0/+58
* [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
OpenPOWER on IntegriCloud