summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86DisassemblerTables.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-231-1/+5
* Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse...Craig Topper2011-09-111-2/+4
* Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...Craig Topper2011-09-021-26/+23
* Give ATTR_VEX higher priority when generating the disassembler context table....Craig Topper2011-08-251-2/+2
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-041-0/+2
* Use array_lengthofJoerg Sonnenberger2011-04-041-2/+3
* Change loops to derive the number of tables automaticallyJoerg Sonnenberger2011-04-041-2/+2
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-151-3/+58
* Constify another 2 disassembler tables.Benjamin Kramer2010-10-231-2/+3
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-231-5/+4
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-221-5/+3
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-2/+2
* Suppress compiler warning.Daniel Dunbar2009-12-231-0/+2
* fix build and while at it remove a redudant includeNuno Lopes2009-12-191-2/+0
* More bzero -> memset that I missed.Daniel Dunbar2009-12-191-1/+1
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+603
OpenPOWER on IntegriCloud