[TableGen] Use std::set_intersection to merge TypeSets. NFC
[oota-llvm.git] / utils / TableGen / X86RecognizableInstr.h
2014-12-24 Craig Topper[X86] Remove the single AdSize indicator and replace...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-02-20 Craig Topper[x86] Switch PAUSE instruction to use XS prefix instead...
2014-02-13 Craig TopperRemove unused method declaration.
2014-02-13 Craig TopperRemove filtering concept from X86 disassembler table...
2014-02-12 Craig TopperRemove special case filtering for instructions with...
2014-02-02 NAKAMURA TakumiTableGen/X86RecognizableInstr.h: Prune out-of-date...
2014-02-02 Craig TopperMerge x86 HasOpSizePrefix/HasOpSize16Prefix into a...
2014-02-02 Craig TopperMerge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into...
2014-01-31 Craig TopperSeparate x86 opcode maps and 0x66/0xf2/0xf3 prefixes...
2014-01-31 Craig TopperMove REP out of the Prefix field of the X86 format...
2014-01-15 Craig TopperSimplify x86 disassembler table handling of when to...
2014-01-06 Craig TopperThe rest of r198588. Remove SegOvrBits from X86 TSFlags...
2014-01-05 Craig TopperAdd a new x86 specific instruction flag to force some...
2014-01-02 Craig TopperRemove unused HasFROperands field from disassembler.
2014-01-02 Craig TopperRemove unused function argument.
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-09-19 Craig TopperRemove code for setting the VEX L-bit as a function...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-07-12 Craig TopperUpdate GATHER instructions to support 2 read-write...
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2011-12-30 Craig TopperAdd FMA4 instructions to disassembler.
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-16 Craig TopperAdd X86 BEXTR instruction. This instruction uses VEX...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-23 Craig TopperDon't allow 32-bit only instructions to be disassembled...
2011-07-16 Eli FriedmanMake the disassembler able to disassemble a bunch of...
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-01 Chris Lattnerfactor the operand list (and related fields/operations...
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...