[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / bmi.ll
2015-04-04 Craig Topper[X86] Don't use GR64 register 'and with immediate'...
2015-03-18 Josh MageeAdd testcases for BEXTR.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-04-22 Lang Hames[X86] Don't use BZHI for short masks (>=32 bits). Thank...
2014-04-21 NAKAMURA Takumillvm/test/CodeGen/X86/bmi.ll: Relax expressions for...
2014-04-21 Lang Hames[X86] ISEL (and X, <constant mask>) to BZHI when BMI2...
2013-09-02 Craig TopperCreate BEXTR instructions for (and ((sra or srl) x...
2013-08-30 Craig TopperTeach X86 backend to create BMI2 BZHI instructions...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-12-17 Craig TopperAdd rest of BMI/BMI2 instructions to the folding tables...
2011-12-24 Chandler CarruthUse standard promotion for i8 CTTZ nodes and i8 CTLZ...
2011-12-24 Chandler CarruthExpand more when we have a nice 'tzcnt' instruction...
2011-12-24 Chandler CarruthTidy up some of these tests.
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-10-21 Craig TopperRemove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin...
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-13 Bill WendlingRevert r141854 because it was causing failures:
2011-10-13 Craig TopperAdd X86 TZCNT instruction and patterns to select it...