aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CorrelatedExprs.cpp
AgeCommit message (Expand)Author
2006-03-19Teach cee to propagate through switch statements. This implementsChris Lattner
2006-01-26Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen
2006-01-22Make iostream #inclusion explicitChris Lattner
2006-01-11Switch this to using ETForest instead of DominatorSet to compute itself.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-02-01API change.Chris Lattner
2004-09-20Prototype these functions more accuratelyChris Lattner
2004-09-15Convert code to compile with vc7.1.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-15Fixes working towards PR341Chris Lattner
2004-01-12Remove use of the ConstantHandling interfacesChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-10Adjust to new critical edge interfaceChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-15Decrease usage of use_size()Chris Lattner
2003-10-10Fix spelling.Misha Brukman
2003-09-20Rename Function::getEntryNode -> getEntryBlockChris Lattner
2003-09-11Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner
2003-09-10Fix spell-o'sChris Lattner
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-05-20Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman
2003-04-23Remove unnecesary &*'sChris Lattner
2002-11-08Fix spelling errorChris Lattner
2002-10-29Fix spelling of `propagate'.Misha Brukman
2002-10-08 - Checkin LARGE number of Changes to CEE pass that will make it much moreChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-24 Correlated Exprs pass now requires BCE pass instead of doing it manuallyChris Lattner
2002-09-23* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.llChris Lattner
2002-09-08Minor simplificationChris Lattner
2002-09-06Initial checkin of Correlated Expression Elimination PassChris Lattner