summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Disassembler/X86Disassembler.h
Commit message (Expand)AuthorAgeFilesLines
* [X86] Remove unnecessary header file containing a small class. It was only in...Craig Topper2016-04-291-112/+0
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-1/+1
* Misc style fixes. NFC.Rafael Espindola2014-11-101-7/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove some more C junk from these files.Richard Smith2014-04-201-10/+0
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-1/+1
* [X86] unique_ptr'ify one of X86GenericDisassembler's members.Lang Hames2014-04-131-4/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-5/+3
* [x86] Infer disassembler mode from SubtargetInfo feature bitsDavid Woodhouse2014-01-201-3/+1
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-4/+0
* Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-111-1/+1
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-011-1/+2
* Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...Craig Topper2012-07-311-5/+4
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Make the EDis tables const.Benjamin Kramer2012-02-111-1/+1
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-111-1/+4
* Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper2012-02-091-1/+1
* Enable streaming of bitcodeDerek Schuff2012-02-061-1/+1
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-211-33/+5
* Fix typo in a couple commentsCraig Topper2011-12-211-3/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+3
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+2
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-7/+8
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-5/+5
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-231-1/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-131-0/+5
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+150
OpenPOWER on IntegriCloud