aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/X86DisassemblerTables.cpp
AgeCommit message (Expand)Author
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-09-13Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper
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-31Use uint8_t to store the InstructionContext table. Saves 768 bytes of static ...Craig Topper
2012-07-31Tidy up. Move for loop index declarations into for statements. Use unsigned i...Craig Topper
2012-07-31Tidy up function argument formatting.Craig Topper
2012-07-31Remove trailing whitespaceCraig 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-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles
2012-02-11Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer
2012-02-09More tweaks to get the size of the X86 disassembler tables down.Craig Topper
2012-02-09Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper
2012-01-17Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie
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-07Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-10-02Fix typo in r140954.Craig Topper
2011-10-01Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-09-23Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper
2011-09-11Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper
2011-09-02Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper
2011-08-25Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper
2011-04-04Add support for the VIA PadLock instructions.Joerg Sonnenberger
2011-04-04Use array_lengthofJoerg Sonnenberger
2011-04-04Change loops to derive the number of tables automaticallyJoerg Sonnenberger
2011-03-15X86 table-generator and disassembler support for the AVXSean Callanan
2010-10-23Constify another 2 disassembler tables.Benjamin Kramer
2010-10-23Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer
2010-10-22Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2009-12-23Suppress compiler warning.Daniel Dunbar
2009-12-19fix build and while at it remove a redudant includeNuno Lopes
2009-12-19More bzero -> memset that I missed.Daniel Dunbar
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan