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