summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/Disassembler.h
AgeCommit message (Expand)Author
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-04-16Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-05-09Tidy up. 80-column and whitespace.Jim Grosbach
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman
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
2009-12-22rename HexDisassembler -> Disassembler, it works on any inputChris Lattner