aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCDisassembler.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-17/+14
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-29/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+7
* Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov2013-11-081-0/+2
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-3/+23
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-31/+26
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-10/+0
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-6/+6
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-1/+1
* Make the EDis tables const.Benjamin Kramer2012-02-111-1/+1
* Enable streaming of bitcodeDerek Schuff2012-02-061-1/+1
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-041-1/+14
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+3
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-1/+5
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-2/+33
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-111-1/+27
* Typo. Patch by arrowdodger.John McCall2011-03-081-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Quick fix for build errors caused by undefinedSean Callanan2010-04-131-1/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-131-1/+11
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-141-1/+1
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-091-0/+50