summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CorrelatedExprs.cpp
Commit message (Expand)AuthorAge
...
* Adjust to new critical edge interfaceChris Lattner2003-11-10
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Decrease usage of use_size()Chris Lattner2003-10-15
* Fix spelling.Misha Brukman2003-10-10
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-11
* Fix spell-o'sChris Lattner2003-09-10
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-20
* Remove unnecesary &*'sChris Lattner2003-04-23
* Fix spelling errorChris Lattner2002-11-08
* Fix spelling of `propagate'.Misha Brukman2002-10-29
* - Checkin LARGE number of Changes to CEE pass that will make it much moreChris Lattner2002-10-08
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Correlated Exprs pass now requires BCE pass instead of doing it manuallyChris Lattner2002-09-24
* * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.llChris Lattner2002-09-23
* Minor simplificationChris Lattner2002-09-08
* Initial checkin of Correlated Expression Elimination PassChris Lattner2002-09-06