summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86DisassemblerTables.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Add a new disassembler opcode map for 3DNow. Stop treating 3DNow as an ...Craig Topper2018-03-241-1/+2
* [X86] Use unique_ptr to simplify memory management. NFCCraig Topper2018-03-241-1/+1
* [X86] Fix disassembler table generation to prevent instructions tagged with '...Craig Topper2017-10-231-0/+2
* [X86] Update a doxygen comment in the disassembler tablegen code. NFCCraig Topper2017-10-231-0/+1
* [X86] Teach the disassembler that some instructions use VEX.W==0 without a co...Craig Topper2017-10-221-0/+1
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-041-1/+1
* [X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper2015-01-021-1/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-191-8/+5
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-031-1/+4
* Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper2013-09-301-35/+20
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+0
* Remove trailing whitespaceCraig Topper2012-07-311-25/+25
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-041-1/+3
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-231-1/+3
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-041-3/+6
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+291
OpenPOWER on IntegriCloud