summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCDisassembler.h
Commit message (Expand)AuthorAge
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-21
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-11
* [MC] Remove an unused (and broken) variant of the setupForSymbolicDisassemblyLang Hames2014-03-30
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov2013-11-08
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Make the EDis tables const.Benjamin Kramer2012-02-11
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-04
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-11
* Typo. Patch by arrowdodger.John McCall2011-03-08
* Merge System into Support.Michael J. Spencer2010-11-29
* Quick fix for build errors caused by undefinedSean Callanan2010-04-13
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-13
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-14
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-09