Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedExprs.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-10 Misha BrukmanFix spelling.
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-10 Chris LattnerFix spell-o's
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-04-23 Chris LattnerRemove unnecesary &*'s
2002-11-08 Chris LattnerFix spelling error
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-10-08 Chris Lattner - Checkin LARGE number of Changes to CEE pass that...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-24 Chris Lattner Correlated Exprs pass now requires BCE pass instead...
2002-09-23 Chris Lattner* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
2002-09-08 Chris LattnerMinor simplification
2002-09-06 Chris LattnerInitial checkin of Correlated Expression Elimination...