summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDisassembler
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-2/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-083-14/+9
* 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
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-9/+7
* Remove unnecessary header include.Lang Hames2016-05-171-1/+0
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-7/+7
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-266-9/+25
* Delete MCRelocationInfo::createExprForRelocation.Pete Cooper2016-01-151-5/+0
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-153-7/+5
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-153-5/+7
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-153-7/+5
* 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