summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-171-1/+0
* Remove the now unused StringRefMemoryObject.h.Rafael Espindola2014-11-121-1/+0
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-3/+2
* [llvm-mc] Fixing case where if a file ended with non-newline whitespace or a ...Colin LeMahieu2014-11-111-15/+9
* Use StringRefMemoryObject in llvm-mc. NFC.Rafael Espindola2014-11-071-29/+15
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-1/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+1
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-1/+21
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-3/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-3/+4
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-191-12/+60
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-176/+0
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-2/+2
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-161-53/+14
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-3/+11
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-2/+9
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-3/+2
* Enable streaming of bitcodeDerek Schuff2012-02-061-2/+2
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-111-1/+0
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-4/+6
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-2/+2
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-2/+11
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-5/+16
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+1
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-2/+2
* Tidy up. 80-column and whitespace.Jim Grosbach2011-05-091-57/+58
* Moved an access to an object past a NULL check,Sean Callanan2011-04-091-2/+2
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+3
* Plug some leaks in edis.Benjamin Kramer2011-02-241-5/+5
* Fixed a bug in the enhanced disassembly tester thatSean Callanan2011-02-231-82/+86
* Fixed llvm-mc in edis mode to use the result ofSean Callanan2011-02-221-1/+4
* Correctly disassemble truncated asm.Rafael Espindola2011-01-061-1/+1
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-0/+1
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-201-33/+36
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-201-82/+57
* Extended the edis "IsBranch" property to callSean Callanan2010-05-111-0/+5
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-051-0/+2
* Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner2010-04-131-1/+3
* Second try at integrating the edis tester. ThisSean Callanan2010-04-121-37/+232
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-091-232/+37
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-091-37/+232
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-4/+4
* llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar2010-03-201-9/+8
* Fixed the disassembler so it accepts multipleSean Callanan2010-02-031-28/+20
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-221-0/+165
OpenPOWER on IntegriCloud