summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86Disassembler.h
Commit message (Expand)AuthorAge
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-11
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...Craig Topper2012-07-31
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Make the EDis tables const.Benjamin Kramer2012-02-11
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-11
* Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper2012-02-09
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-21
* Fix typo in a couple commentsCraig Topper2011-12-21
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* 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
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-23
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-13
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19