aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86Disassembler.h
AgeCommit message (Expand)Author
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-09-11Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper
2012-08-01Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper
2012-07-31Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...Craig Topper
2012-02-29Make MemoryObject accessor members const againDerek Schuff
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-11Make the EDis tables const.Benjamin Kramer
2012-02-11Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer
2012-02-09Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper
2012-02-06Enable streaming of bitcodeDerek Schuff
2011-12-21Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper
2011-12-21Fix typo in a couple commentsCraig Topper
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson
2010-10-23Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan