aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/X86RecognizableInstr.h
AgeCommit message (Expand)Author
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-09-19Remove code for setting the VEX L-bit as a function of operand size from the ...Craig Topper
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-07-12Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper
2012-02-27X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper
2011-12-30Add FMA4 instructions to disassembler.Craig Topper
2011-10-16Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper
2011-10-16Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-09-23Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper
2011-07-16Make the disassembler able to disassemble a bunch of instructions with names ...Eli Friedman
2011-03-15X86 table-generator and disassembler support for the AVXSean Callanan
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-11-01factor the operand list (and related fields/operations) out of Chris Lattner
2010-06-08Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes
2010-06-05revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner
2010-06-05Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan