MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed...
[oota-llvm.git] / include / llvm / MC / MCDisassembler.h
2014-11-12 NAKAMURA TakumiMCDisassembler::getInstruction():: Prune also "\param...
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-10 Rafael EspindolaFix variable names and comment style. NFC.
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-03-30 Lang Hames[MC] Remove an unused (and broken) variant of the setup...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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