Re-commit r124462 with fixes. Tail recursion elim will now dup ret into unconditional...
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedValuePropagation.cpp
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.