aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/X86RecognizableInstr.h
Commit message (Expand)AuthorAgeFilesLines
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-161-2/+2
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-161-1/+3
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-041-0/+2
* 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/+3
* Make the disassembler able to disassemble a bunch of instructions with names ...Eli Friedman2011-07-161-0/+2
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-151-1/+15
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-1/+1
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-011-1/+2
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-081-0/+2
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-051-2/+0
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-051-0/+2
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+237