Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / PRE.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-15 Chris LattnerFixes working towards PR341
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-09 Misha BrukmanSpell `occurrence' correctly.
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-05-29 Chris LattnerAdd comment
2003-03-31 Chris LattnerInitial checkin of PRE on LLVM. This implementation...