aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/PRE.cpp
AgeCommit message (Expand)Author
2006-01-16This pass has never worked correctly. Remove.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-08Add more missing createXxxPass functions.Jeff Cohen
2004-11-30This pass is completely broken.Chris Lattner
2004-10-25Fix compatibility with MSVC, patch by Morten OfstadChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-15Fixes working towards PR341Chris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-11Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner
2003-09-09Spell `occurrence' correctly.Misha Brukman
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-05-29Add commentChris Lattner
2003-03-31Initial checkin of PRE on LLVM. This implementation is still lacking inChris Lattner