aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+6
* CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer2013-02-241-5/+24
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...Benjamin Kramer2012-09-281-0/+5
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-1/+1
* Add statistics on removed switch cases, and fix the phi statisticDuncan Sands2012-03-091-1/+5
* Eliminate switch cases that can never match, for example removes allDuncan Sands2012-03-091-0/+86
* 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