summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86DisassemblerTables.cpp
Commit message (Expand)AuthorAge
* 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