[RS4GC] Use an value handle to help isolate errors quickly
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedValuePropagation.cpp
2015-12-02 Akira Hatanaka[AttributeSet] Overload AttributeSet::addAttribute...
2015-11-04 Philip Reames[CVP] Fold return values if possible
2015-10-29 Philip Reames[LVI/CVP] Teach LVI about range metadata
2015-10-13 Duncan P. N. Exon... Scalar: Remove some implicit ilist iterator conversions...
2015-09-15 Igor Laevsky[CorrelatedValuePropagation] Infer nonnull attributes
2015-09-10 James MolloyAdd GlobalsAA as preserved to a bunch of transforms
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-06 David Majnemer[CVP] Don't assume Constants of type i1 can be known...
2015-05-12 Bjorn SteinbrinkCVP: Improve handling of Selects used as incoming PHI...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2014-09-07 Hal FinkelMake use of @llvm.assume from LazyValueInfo
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-02-06 Paul RobinsonDisable most IR-level transform passes on functions...
2013-02-24 Benjamin KramerCVP: If we have a PHI with an incoming select, try...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-28 Benjamin KramerCorrelatedPropagation: BasicBlock::removePredecessor...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-09 Duncan SandsAdd statistics on removed switch cases, and fix the...
2012-03-09 Duncan SandsEliminate switch cases that can never match, for exampl...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2010-12-15 Owen AndersonFix PR8790, another instance where unreachable code...
2010-12-15 Owen AndersonCleanup trailing whitespace.
2010-11-16 Duncan SandsHave a few places that want to simplify phi nodes use...
2010-10-29 Owen AndersonGive up on doing in-line instruction simplification...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-16 Owen AndersonUse a depth-first iteratation in CorrelatedValuePropaga...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-08-31 Owen AndersonOnly try to clean up the current block if we changed...
2010-08-31 Owen AndersonDon't perform an extra traversal of the function just...
2010-08-31 Owen AndersonRename ValuePropagation to a more descriptive Correlate...
2010-08-31 Owen AndersonRename file to something more descriptive.