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
/
clz.ll
Age
Commit message (
Expand
)
Author
2011-12-24
Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the
Chandler Carruth
2011-12-24
Add systematic testing for cttz as well, and fix the bug I spotted by
Chandler Carruth
2011-12-24
Add i8 and i64 testing for ctlz on x86. Also simplify the i16 test.
Chandler Carruth
2011-12-24
Tidy up this rather crufty test. Put the declarations at the top to make
Chandler Carruth
2011-12-24
Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the
Chandler Carruth
2011-12-20
Begin teaching the X86 target how to efficiently codegen patterns that
Chandler Carruth
2011-12-12
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-05-24
- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is
Evan Cheng
2010-03-14
filecheckize a test and mark these wiht a cpu so it passes
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2007-12-14
Fix ctlz and cttz. llvm definition requires them to return number of bits in ...
Evan Cheng
2007-12-14
Implement ctlz and cttz with bsr and bsf.
Evan Cheng