aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
AgeCommit message (Expand)Author
2012-09-11Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper
2012-09-05Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky
2012-08-01Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper
2012-07-31Tidy up trailing whitespaceCraig Topper
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-02-23Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-11Don't mix declarations and code.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
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-15X86 table-generator and disassembler support for the AVXSean Callanan
2011-02-21Fixed a bug in the X86 disassembler where a member of theSean Callanan
2010-10-23Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer
2010-05-06Eliminated the classification of control registers into %ecr_Sean Callanan
2010-04-02Fixes to the X86 disassembler. The disassembler will nowSean Callanan
2009-12-23More fixes for Visual C++. Replaced several very smallSean Callanan
2009-12-22Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan