Simplify. NFC.
[oota-llvm.git] / tools / llvm-mc / Disassembler.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-04-16 Richard BartonAdd -disassemble support for -show-inst and -show-encod...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-05-09 Jim GrosbachTidy up. 80-column and whitespace.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-09 Chris Lattnerrevert r100842 which broke several of the build bots.
2010-04-09 Sean CallananAdded a tester for the enhanced disassembler,
2009-12-22 Chris Lattnerrename HexDisassembler -> Disassembler, it works on...