aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc/Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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