index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
InstCombine
/
intrinsics.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can...
Benjamin Kramer
2011-03-10
1
-0
/
+27
*
X86 supports i8/i16 overflow ops (except i8 multiplies), we should
Chris Lattner
2010-12-19
1
-0
/
+9
*
optimize uadd(x, cst) into a comparison when the normal
Chris Lattner
2010-12-19
1
-0
/
+10
*
PR7853: fix a silly mistake introduced in r101899, and add a test to make sure
Eli Friedman
2010-08-09
1
-12
/
+22
*
implement a simple instcombine xform that has been in the
Chris Lattner
2010-01-23
1
-0
/
+15
*
optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!
Chris Lattner
2010-01-05
1
-4
/
+26
*
optimize cttz and ctlz when we can prove something about the
Chris Lattner
2010-01-05
1
-1
/
+24
*
add a few trivial instcombines for llvm.powi.
Chris Lattner
2010-01-01
1
-0
/
+22
*
add testcases for the foo_with_overflow op xforms added recently and
Chris Lattner
2009-11-29
1
-3
/
+70
*
if a 'with overflow' intrinsic just has the normal result used, simplify
Chris Lattner
2009-11-09
1
-0
/
+12