index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
clz.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-12
/
+12
*
Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the
Chandler Carruth
2011-12-24
1
-1
/
+1
*
Add systematic testing for cttz as well, and fix the bug I spotted by
Chandler Carruth
2011-12-24
1
-0
/
+30
*
Add i8 and i64 testing for ctlz on x86. Also simplify the i16 test.
Chandler Carruth
2011-12-24
1
-4
/
+26
*
Tidy up this rather crufty test. Put the declarations at the top to make
Chandler Carruth
2011-12-24
1
-33
/
+32
*
Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the
Chandler Carruth
2011-12-24
1
-1
/
+26
*
Begin teaching the X86 target how to efficiently codegen patterns that
Chandler Carruth
2011-12-20
1
-15
/
+32
*
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-12
1
-7
/
+7
*
- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is
Evan Cheng
2011-05-24
1
-0
/
+15
*
filecheckize a test and mark these wiht a cpu so it passes
Chris Lattner
2010-03-14
1
-3
/
+10
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
1
-3
/
+3
*
Fix ctlz and cttz. llvm definition requires them to return number of bits in ...
Evan Cheng
2007-12-14
1
-1
/
+11
*
Implement ctlz and cttz with bsr and bsf.
Evan Cheng
2007-12-14
1
-0
/
+16