summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86DisassemblerTables.h
AgeCommit message (Expand)Author
2017-10-23[X86] Fix disassembler table generation to prevent instructions tagged with '...Craig Topper
2017-10-23[X86] Update a doxygen comment in the disassembler tablegen code. NFCCraig Topper
2017-10-22[X86] Teach the disassembler that some instructions use VEX.W==0 without a co...Craig Topper
2017-07-04fix trivial typos in comments; NFCHiroshi Inoue
2015-01-02[X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-02-19Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper
2013-10-03Add XOP disassembler support. Fixes PR13933.Craig Topper
2013-09-30Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-07-31Remove trailing whitespaceCraig Topper
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-09-23Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-04Add support for the VIA PadLock instructions.Joerg Sonnenberger
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan