aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/CorrelatedExprs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove use of the ConstantHandling interfacesChris Lattner2004-01-121-15/+6
* Finegrainify namespacificationChris Lattner2004-01-091-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Adjust to new critical edge interfaceChris Lattner2003-11-101-6/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Decrease usage of use_size()Chris Lattner2003-10-151-1/+1
* Fix spelling.Misha Brukman2003-10-101-2/+2
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-1/+1
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-111-2/+2
* Fix spell-o'sChris Lattner2003-09-101-3/+3
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-0/+1
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-201-2/+2
* Remove unnecesary &*'sChris Lattner2003-04-231-4/+4
* Fix spelling errorChris Lattner2002-11-081-1/+1
* Fix spelling of `propagate'.Misha Brukman2002-10-291-45/+45
* - Checkin LARGE number of Changes to CEE pass that will make it much moreChris Lattner2002-10-081-53/+394
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-4/+4
* Correlated Exprs pass now requires BCE pass instead of doing it manuallyChris Lattner2002-09-241-20/+1
* * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.llChris Lattner2002-09-231-5/+20
* Minor simplificationChris Lattner2002-09-081-6/+5
* Initial checkin of Correlated Expression Elimination PassChris Lattner2002-09-061-0/+974