Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedExprs.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerFixes working towards PR341
2004-01-12 Chris LattnerRemove use of the ConstantHandling interfaces
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Chris LattnerAdjust to new critical edge interface
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...