aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
AgeCommit message (Expand)Author
2012-09-13Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper
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-04-03Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper
2012-03-04Use uint8_t instead of enums to store values in X86 disassembler table. Shave...Craig Topper
2012-02-27X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-09More tweaks to get the size of the X86 disassembler tables down.Craig Topper
2011-11-06More AVX2 instructions and their intrinsics.Craig Topper
2011-10-11Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-10-01Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper
2011-04-04Add support for the VIA PadLock instructions.Joerg Sonnenberger
2011-03-15X86 table-generator and disassembler support for the AVXSean Callanan
2010-11-29Merge System into Support.Michael J. Spencer
2010-09-29add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner
2010-05-06Eliminated the classification of control registers into %ecr_Sean Callanan
2010-04-07Fixed a bug where the disassembler would allow an immediateSean Callanan
2009-12-22Fixes to the X86 disassembler:Sean Callanan
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan