aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mc/Disassembler.cpp
AgeCommit message (Expand)Author
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-04-16Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-02-29Make MemoryObject accessor members const againDerek Schuff
2012-02-06Enable streaming of bitcodeDerek Schuff
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-11-11Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-05-09Tidy up. 80-column and whitespace.Jim Grosbach
2011-04-09Moved an access to an object past a NULL check,Sean Callanan
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-02-24Plug some leaks in edis.Benjamin Kramer
2011-02-23Fixed a bug in the enhanced disassembly tester thatSean Callanan
2011-02-22Fixed llvm-mc in edis mode to use the result ofSean Callanan
2011-01-06Correctly disassemble truncated asm.Rafael Espindola
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner
2010-05-11Extended the edis "IsBranch" property to callSean Callanan
2010-05-05Fixed a sign-extension bug in the X86 disassemblerSean Callanan
2010-04-13Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner
2010-04-12Second try at integrating the edis tester. ThisSean Callanan
2010-04-09revert r100842 which broke several of the build bots.Chris Lattner
2010-04-09Added a tester for the enhanced disassembler,Sean Callanan
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-03-20llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar
2010-02-03Fixed the disassembler so it accepts multipleSean Callanan
2009-12-22rename HexDisassembler -> Disassembler, it works on any inputChris Lattner