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
/
GVN
/
condprop.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-7
/
+7
*
GVN: propagate equalities for floating point compares
Sanjay Patel
2015-01-12
1
-0
/
+48
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-11
/
+11
*
Nick pointed out on IRC that GVN's propagateEquality wasn't propagating
Duncan Sands
2012-03-04
1
-0
/
+17
*
Have GVN also do condition propagation when the right-hand side is not
Duncan Sands
2012-02-29
1
-0
/
+57
*
When performing a conditional branch depending on the value of a comparison
Duncan Sands
2012-02-27
1
-0
/
+64
*
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
1
-19
/
+0
*
Teach GVN to also propagate switch cases. For example, in this code
Duncan Sands
2011-10-07
1
-0
/
+33
*
GVN does simple propagation of conditions: when it sees a conditional
Duncan Sands
2011-10-05
1
-9
/
+33
*
Generalize GVN's conditional propagation logic slightly:
Duncan Sands
2011-10-05
1
-1
/
+21
*
Give GVN back the ability to perform simple conditional propagation on condit...
Owen Anderson
2010-12-21
1
-0
/
+55
*
Completely rework the datastructure GVN uses to represent the value number to...
Owen Anderson
2010-11-18
1
-52
/
+0
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
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
*
Reapply r68211, with the miscompilations it caused fixed.
Owen Anderson
2009-04-01
1
-0
/
+52
*
Revert r68172. It caused regressions in
Dan Gohman
2009-04-01
1
-52
/
+0
*
Enhance GVN to propagate simple conditionals. This fixes PR3921.
Owen Anderson
2009-04-01
1
-0
/
+52