index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
bmi.ll
Age
Commit message (
Expand
)
Author
2012-12-17
Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...
Craig Topper
2011-12-24
Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the
Chandler Carruth
2011-12-24
Expand more when we have a nice 'tzcnt' instruction, to avoid generating
Chandler Carruth
2011-12-24
Tidy up some of these tests.
Chandler Carruth
2011-12-12
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-10-21
Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...
Craig Topper
2011-10-19
Rename PEXTR to PEXT. Add intrinsics for BMI instructions.
Craig Topper
2011-10-14
Add X86 ANDN instruction. Including instruction selection.
Craig Topper
2011-10-14
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-13
Revert r141854 because it was causing failures:
Bill Wendling
2011-10-13
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper