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
/
load-cmp.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix InstCombine test: invalid CHECK line slipped in r231270
Mehdi Amini
2015-08-11
1
-1
/
+2
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-171
/
+80
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-24
/
+24
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-37
/
+37
*
[InstCombine] Remove unnecessary variable indexing into single-element arrays
Hal Finkel
2015-02-20
1
-5
/
+3
*
Use right address space size in InstCombineCompares
Matt Arsenault
2013-09-30
1
-1
/
+17
*
Revert non-test parts of r188507
Matt Arsenault
2013-08-19
1
-1
/
+65
*
Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPs
Matt Arsenault
2013-08-15
1
-42
/
+212
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-10
/
+10
*
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
1
-2
/
+2
*
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-22
1
-0
/
+12
*
make these less sensitive to temporary naming.
Chris Lattner
2010-03-05
1
-4
/
+4
*
Truncate GEP indexes larger than the pointer size down to pointer size
Chris Lattner
2010-01-04
1
-9
/
+9
*
generalize the previous transformation to handle indexing into
Chris Lattner
2010-01-03
1
-0
/
+18
*
teach instcombine to optimize idioms like A[i]&42 == 0. This
Chris Lattner
2010-01-02
1
-0
/
+12
*
Teach the table lookup optimization to generate range compares
Chris Lattner
2010-01-02
1
-3
/
+26
*
Generalize the previous xform to handle cases where exactly
Chris Lattner
2010-01-02
1
-0
/
+12
*
enhance the compare/load/index optimization to work on *any* load
Chris Lattner
2010-01-02
1
-0
/
+11
*
enhance the previous optimization to work with fcmp in addition
Chris Lattner
2010-01-02
1
-0
/
+11
*
Teach instcombine to fold compares of loads from constant
Chris Lattner
2010-01-02
1
-0
/
+25