summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
Commit message (Expand)AuthorAge
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-24
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer2012-09-28
* llvm::SwitchInstStepan Dyatkovskiy2012-03-11
* Add statistics on removed switch cases, and fix the phi statisticDuncan Sands2012-03-09
* Eliminate switch cases that can never match, for example removes allDuncan Sands2012-03-09
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson2010-12-15
* Cleanup trailing whitespace.Owen Anderson2010-12-15
* Have a few places that want to simplify phi nodes use SimplifyInstructionDuncan Sands2010-11-16
* Give up on doing in-line instruction simplification during correlated value p...Owen Anderson2010-10-29
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting ...Owen Anderson2010-09-16
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-03
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-03
* Only try to clean up the current block if we changed that block already.Owen Anderson2010-08-31
* Don't perform an extra traversal of the function just to do cleanup. We can ...Owen Anderson2010-08-31
* Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson2010-08-31
* Rename file to something more descriptive.Owen Anderson2010-08-31