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
/
add2.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Generalize sub of selects optimization to all BinaryOperators
David Majnemer
2015-07-14
1
-0
/
+10
*
[InstCombine] Don't eagerly propagate nsw for A*B+A*C => A*(B+C)
David Majnemer
2015-05-22
1
-0
/
+42
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-2
/
+2
*
InstCombine: Preserve nsw when folding X*(2^C) -> X << C
David Majnemer
2014-11-22
1
-3
/
+3
*
InstCombine: mul to shl shouldn't preserve nsw
David Majnemer
2014-10-11
1
-3
/
+3
*
InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b)
David Majnemer
2014-08-11
1
-0
/
+40
*
Added instruction combine to transform few more negative values addition to s...
Dinesh Dwivedi
2014-06-27
1
-36
/
+65
*
Added instruction combine to transform few more negative values addition to s...
Dinesh Dwivedi
2014-06-26
1
-0
/
+26
*
[ValueTracking] Extend range metadata to call/invoke
Jingyue Wu
2014-06-19
1
-0
/
+41
*
Added instruction combine to transform few more negative values addition to s...
Dinesh Dwivedi
2014-06-19
1
-0
/
+63
*
Refactored and updated SimplifyUsingDistributiveLaws() to
Dinesh Dwivedi
2014-06-19
1
-0
/
+68
*
Add a testcase where there is an overflow when combining two constants.
Rafael Espindola
2014-06-05
1
-0
/
+10
*
InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...
Benjamin Kramer
2014-01-19
1
-0
/
+35
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-4
/
+4
*
preserve NUW/NSW when transforming add x,x
Chris Lattner
2011-02-17
1
-0
/
+8
*
filecheckize
Chris Lattner
2011-02-17
1
-3
/
+14
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Revert the addition of hasNoPointerOverflow to GEPOperator.
Dan Gohman
2009-07-20
1
-23
/
+1
*
be more aggressive about transforming add -> or when the operands have no
Chris Lattner
2008-05-19
1
-0
/
+15
*
Implement PR1795, an instcombine hack for forming GEPs with integer pointer a...
Chris Lattner
2008-01-08
1
-0
/
+20
*
For PR1319:
Reid Spencer
2007-04-16
1
-1
/
+0
*
new testcase
Chris Lattner
2007-03-05
1
-0
/
+12