aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCDisassembler.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2012-02-29Make MemoryObject accessor members const againDerek Schuff
2012-02-11Make the EDis tables const.Benjamin Kramer
2012-02-06Enable streaming of bitcodeDerek Schuff
2011-10-04Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson
2011-04-11Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby
2011-03-08Typo. Patch by arrowdodger.John McCall
2010-11-29Merge System into Support.Michael J. Spencer
2010-04-13Quick fix for build errors caused by undefinedSean Callanan
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-09-14add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner
2009-09-09Added an abstract superclass, MCDisassembler, forSean Callanan