| Commit message (Expand) | Author | Age | Files | Lines |
* | Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and... | Craig Topper | 2012-12-17 | 1 | -0/+76 |
* | Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the | Chandler Carruth | 2011-12-24 | 1 | -2/+2 |
* | Expand more when we have a nice 'tzcnt' instruction, to avoid generating | Chandler Carruth | 2011-12-24 | 1 | -0/+28 |
* | Tidy up some of these tests. | Chandler Carruth | 2011-12-24 | 1 | -22/+19 |
* | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 2011-12-12 | 1 | -8/+8 |
* | Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ... | Craig Topper | 2011-10-21 | 1 | -24/+18 |
* | Rename PEXTR to PEXT. Add intrinsics for BMI instructions. | Craig Topper | 2011-10-19 | 1 | -1/+128 |
* | Add X86 ANDN instruction. Including instruction selection. | Craig Topper | 2011-10-14 | 1 | -0/+15 |
* | Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro... | Craig Topper | 2011-10-14 | 1 | -0/+38 |
* | Revert r141854 because it was causing failures: | Bill Wendling | 2011-10-13 | 1 | -38/+0 |
* | Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro... | Craig Topper | 2011-10-13 | 1 | -0/+38 |