summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/PRE.cpp
Commit message (Expand)AuthorAgeFilesLines
* This pass has never worked correctly. Remove.Chris Lattner2006-01-161-629/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-10/+10
* Add more missing createXxxPass functions.Jeff Cohen2005-01-081-0/+1
* This pass is completely broken.Chris Lattner2004-11-301-11/+4
* Fix compatibility with MSVC, patch by Morten OfstadChris Lattner2004-10-251-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-5/+5
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-2/+1
* Fixes working towards PR341Chris Lattner2004-07-151-8/+9
* Finegrainify namespacificationChris Lattner2004-01-091-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-111-5/+5
* Spell `occurrence' correctly.Misha Brukman2003-09-091-59/+58
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-0/+1
* Add commentChris Lattner2003-05-291-0/+11
* Initial checkin of PRE on LLVM. This implementation is still lacking inChris Lattner2003-03-311-0/+614
OpenPOWER on IntegriCloud