aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/X86DisassemblerTables.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-02[X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper1-1/+3
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-02-19Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper1-8/+5
2013-10-03Add XOP disassembler support. Fixes PR13933.Craig Topper1-1/+4
2013-09-30Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper1-35/+20
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-2/+0
2012-07-31Remove trailing whitespaceCraig Topper1-25/+25
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper1-1/+3
2011-09-23Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper1-1/+3
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-04-04Add support for the VIA PadLock instructions.Joerg Sonnenberger1-3/+6
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan1-0/+291