summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/Disassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-1/+1
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames1-1/+21
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-3/+4
2013-07-19Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover1-12/+60
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky1-176/+0
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-2/+2
2012-04-16Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton1-53/+14
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper1-3/+11
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach1-2/+9
2012-02-29Make MemoryObject accessor members const againDerek Schuff1-3/+2
2012-02-06Enable streaming of bitcodeDerek Schuff1-2/+2
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-1/+0
2011-11-11Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer1-1/+0
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner1-4/+6
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson1-2/+2
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy1-2/+11
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-2/+2
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson1-5/+16
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-1/+1
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng1-2/+2
2011-05-09Tidy up. 80-column and whitespace.Jim Grosbach1-57/+58
2011-04-09Moved an access to an object past a NULL check,Sean Callanan1-2/+2
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling1-2/+3
2011-02-24Plug some leaks in edis.Benjamin Kramer1-5/+5
2011-02-23Fixed a bug in the enhanced disassembly tester thatSean Callanan1-82/+86
2011-02-22Fixed llvm-mc in edis mode to use the result ofSean Callanan1-1/+4
2011-01-06Correctly disassemble truncated asm.Rafael Espindola1-1/+1
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer1-0/+1
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman1-33/+36
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner1-82/+57
2010-05-11Extended the edis "IsBranch" property to callSean Callanan1-0/+5
2010-05-05Fixed a sign-extension bug in the X86 disassemblerSean Callanan1-0/+2
2010-04-13Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner1-1/+3
2010-04-12Second try at integrating the edis tester. ThisSean Callanan1-37/+232
2010-04-09revert r100842 which broke several of the build bots.Chris Lattner1-232/+37
2010-04-09Added a tester for the enhanced disassembler,Sean Callanan1-37/+232
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner1-4/+4
2010-03-20llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar1-9/+8
2010-02-03Fixed the disassembler so it accepts multipleSean Callanan1-28/+20
2009-12-22rename HexDisassembler -> Disassembler, it works on any inputChris Lattner1-0/+165