summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86DisassemblerTables.cpp
Commit message (Expand)AuthorAge
* [x86] Fix disassembly of MOV16ao16 et al.David Woodhouse2014-01-20
* AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky2014-01-13
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-08
* Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper2014-01-01
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-25
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-03
* Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper2013-09-30
* Various x86 disassembler fixes.Craig Topper2013-09-30
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper2012-09-13
* 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
* Use uint8_t to store the InstructionContext table. Saves 768 bytes of static ...Craig Topper2012-07-31
* Tidy up. Move for loop index declarations into for statements. Use unsigned i...Craig Topper2012-07-31
* Tidy up function argument formatting.Craig Topper2012-07-31
* Remove trailing whitespaceCraig Topper2012-07-31
* Use uint8_t instead of enums to store values in X86 disassembler table. Shave...Craig Topper2012-03-04
* X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper2012-02-27
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-11
* More tweaks to get the size of the X86 disassembler tables down.Craig Topper2012-02-09
* Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper2012-02-09
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-06
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-11
* Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-07
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-04
* Fix typo in r140954.Craig Topper2011-10-02
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-01
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-23
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-11
* Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper2011-09-02
* Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper2011-08-25
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-04
* Use array_lengthofJoerg Sonnenberger2011-04-04
* Change loops to derive the number of tables automaticallyJoerg Sonnenberger2011-04-04
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-15
* Constify another 2 disassembler tables.Benjamin Kramer2010-10-23
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-23
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-22
* Fix a bunch of namespace polution.Dan Gohman2010-04-15
* Suppress compiler warning.Daniel Dunbar2009-12-23
* fix build and while at it remove a redudant includeNuno Lopes2009-12-19
* More bzero -> memset that I missed.Daniel Dunbar2009-12-19
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19