summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CorrelatedExprs.cpp
Commit message (Expand)AuthorAge
* The CorrelatedExpressionElimination pass is known to be buggy. Remove it.Bill Wendling2008-01-27
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-11-19
* Remove a bogus return statement, what appears to have been a pastoDan Gohman2007-07-26
* Use DominatorTree instead of ETForest.Devang Patel2007-06-07
* s/ETNode::getChildren/ETNode::getETNodeChildren/gDevang Patel2007-06-04
* Fix typo in comment.Nick Lewycky2007-05-06
* wrap long linesChris Lattner2007-05-05
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-18
* Remove the "isSigned" parameters from ConstantRange. It turns out theyReid Spencer2007-03-01
* For PR1205:Reid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* Adjust #includes to match movement of constant folding code from transformuti...Chris Lattner2007-01-30
* For PR1043:Reid Spencer2007-01-19
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Fix indentation to prior level for easier diffs.Reid Spencer2007-01-13
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* Fixed indentation.Zhou Sheng2007-01-11
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-19
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* remove dead codeChris Lattner2006-11-03
* For PR786:Reid Spencer2006-11-02
* SplitCriticalEdge checks to see if an edge is critical, don't check twiceChris Lattner2006-10-28
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Teach cee to propagate through switch statements. This implementsChris Lattner2006-03-19
* Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen2006-01-26
* Make iostream #inclusion explicitChris Lattner2006-01-22
* Switch this to using ETForest instead of DominatorSet to compute itself.Chris Lattner2006-01-11
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* API change.Chris Lattner2005-02-01
* Prototype these functions more accuratelyChris Lattner2004-09-20
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Changes For Bug 352Reid Spencer2004-09-01
* bug 122:Reid Spencer2004-07-18
* Fixes working towards PR341Chris Lattner2004-07-15
* Remove use of the ConstantHandling interfacesChris Lattner2004-01-12
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11