aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/X86DisassemblerTables.cpp
AgeCommit message (Expand)Author
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