aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson2010-12-151-1/+6
* Cleanup trailing whitespace.Owen Anderson2010-12-151-27/+27
* Have a few places that want to simplify phi nodes use SimplifyInstructionDuncan Sands2010-11-161-4/+5
* Give up on doing in-line instruction simplification during correlated value p...Owen Anderson2010-10-291-10/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting ...Owen Anderson2010-09-161-2/+6
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-031-0/+48
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-031-6/+34
* Only try to clean up the current block if we changed that block already.Owen Anderson2010-08-311-5/+11
* Don't perform an extra traversal of the function just to do cleanup. We can ...Owen Anderson2010-08-311-5/+4
* Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson2010-08-311-12/+12
* Rename file to something more descriptive.Owen Anderson2010-08-311-0/+119