aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/bmi.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-11/+41
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+17
* Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fix...Craig Topper2013-09-021-0/+25
* Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ...Craig Topper2013-08-301-0/+45
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-33/+33
* Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...Craig Topper2012-12-171-0/+76
* Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when theChandler Carruth2011-12-241-2/+2
* Expand more when we have a nice 'tzcnt' instruction, to avoid generatingChandler Carruth2011-12-241-0/+28
* Tidy up some of these tests.Chandler Carruth2011-12-241-22/+19
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-121-8/+8
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-211-24/+18
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-191-1/+128
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-141-0/+15
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-141-0/+38
* Revert r141854 because it was causing failures:Bill Wendling2011-10-131-38/+0
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-131-0/+38