aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mc/Disassembler.cpp
AgeCommit message (Expand)Author
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