Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassembly
[oota-llvm.git] / include / llvm / MC / MCDisassembler.h
2013-11-08 Artyom SkrobovExport MCDisassembler's SubtargetInfo, to allow archite...
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-06 Derek SchuffEnable streaming of bitcode
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-03-08 John McCallTypo. Patch by arrowdodger.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-04-13 Sean CallananQuick fix for build errors caused by undefined
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-14 Chris Lattneradd a new MCInstPrinter class, move the (trivial) MCDis...
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for