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
/
add.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Combine adds across a zext
David Majnemer
2017-01-04
1
-0
/
+12
*
[InstCombine] use m_APInt to allow icmp eq (add X, C1), C2 folds for splat co...
Sanjay Patel
2016-08-03
1
-3
/
+1
*
[InstCombine] use m_APInt to allow icmp (binop X, Y), C folds with constant s...
Sanjay Patel
2016-08-03
1
-7
/
+3
*
add tests for icmp vector folds
Sanjay Patel
2016-07-22
1
-0
/
+37
*
update to use FileCheck and auto-generate checks
Sanjay Patel
2016-07-22
1
-161
/
+338
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Also fold (A+B) == A -> B == 0 when the add is commuted.
Benjamin Kramer
2011-02-11
1
-10
/
+18
*
Recognize and simplify
Anders Carlsson
2011-01-30
1
-0
/
+16
*
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
*
Teach masked value is zero about add and sub, and use MVIZ to
Chris Lattner
2008-03-21
1
-0
/
+7
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
1
-170
/
+189
*
For PR1319:
Reid Spencer
2007-04-16
1
-1
/
+0
*
For PR1319:
Reid Spencer
2007-04-15
1
-0
/
+1
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-2
/
+4
*
For PR411:
Reid Spencer
2007-01-30
1
-1
/
+1
*
For PR761:
Reid Spencer
2007-01-26
1
-4
/
+4
*
Regression is gone, don't try to find it on clean target.
Reid Spencer
2007-01-17
1
-0
/
+249