aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc/Disassembler.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-5/+0
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-161-5/+10
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-0/+2
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-2/+0
* Tidy up. 80-column and whitespace.Jim Grosbach2011-05-091-2/+2
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+4
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-201-2/+5
* Second try at integrating the edis tester. ThisSean Callanan2010-04-121-0/+3
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-091-3/+0
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-091-0/+3
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-221-0/+34