index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
CorrelatedValuePropagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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