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
/
lib
/
Transforms
/
Scalar
/
CorrelatedValuePropagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-24
1
-5
/
+24
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
1
-0
/
+5
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-1
/
+1
*
Add statistics on removed switch cases, and fix the phi statistic
Duncan Sands
2012-03-09
1
-1
/
+5
*
Eliminate switch cases that can never match, for example removes all
Duncan Sands
2012-03-09
1
-0
/
+86
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
1
-0
/
+1
*
Fix PR8790, another instance where unreachable code can cause instruction sim...
Owen Anderson
2010-12-15
1
-1
/
+6
*
Cleanup trailing whitespace.
Owen Anderson
2010-12-15
1
-27
/
+27
*
Have a few places that want to simplify phi nodes use SimplifyInstruction
Duncan Sands
2010-11-16
1
-4
/
+5
*
Give up on doing in-line instruction simplification during correlated value p...
Owen Anderson
2010-10-29
1
-10
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+4
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting ...
Owen Anderson
2010-09-16
1
-2
/
+6
*
Propagate non-local comparisons. Fixes PR1757.
Owen Anderson
2010-09-03
1
-0
/
+48
*
Add support for simplifying a load from a computed value to a load from a glo...
Owen Anderson
2010-09-03
1
-6
/
+34
*
Only try to clean up the current block if we changed that block already.
Owen Anderson
2010-08-31
1
-5
/
+11
*
Don't perform an extra traversal of the function just to do cleanup. We can ...
Owen Anderson
2010-08-31
1
-5
/
+4
*
Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.
Owen Anderson
2010-08-31
1
-12
/
+12
*
Rename file to something more descriptive.
Owen Anderson
2010-08-31
1
-0
/
+119