summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LoopSimplify.cpp
Commit message (Expand)AuthorAge
* 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
* Avoid recursion.Devang Patel2007-04-20
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-15
* Re-constify things that don't break the build. Last patch in thisOwen Anderson2007-04-09
* Unconst-ify stuff that broke the build.Owen Anderson2007-04-09
* Const-ify some parameters, and some cosmetic cleanups. No functionalityOwen Anderson2007-04-09
* Tabs -> SpacesOwen Anderson2007-04-09
* Improve some _slow_ behavior introduced in my patches the last few days.Owen Anderson2007-04-09
* Cleanup some from my DomSet-removal changes. Add a newOwen Anderson2007-04-09
* Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.Nick Lewycky2007-04-08
* Add DomSet back, and revert the changes to LoopSimplify. Apparently theOwen Anderson2007-04-07
* Completely purge DomSet from LoopSimplify. This is part of theOwen Anderson2007-04-07
* Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.Owen Anderson2007-04-07
* LoopSimplify::FindPHIToPartitionLoops()Devang Patel2007-03-20
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* For PR786:Reid Spencer2006-11-02
* Be far more careful when splitting a loop header, either to form a preheaderChris Lattner2006-09-23
* Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are notChris Lattner2006-09-23
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Don't attempt to split subloops out of a loop with a huge number of backedges.Chris Lattner2006-08-12
* Reimplement the loopsimplify code which deletes edges from unreachableChris Lattner2006-08-12
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* Canonicalize inner loops before outer loops. Inner loop canonicalizationChris Lattner2006-02-14
* When splitting exit edges to canonicalize loops, make sure to put the newChris Lattner2006-02-14
* Revert my last patch. It too breaks stuffChris Lattner2006-02-12
* Fix for my previously reverted patchChris Lattner2006-02-11
* revert my previous change, it exposed other problems.Chris Lattner2006-02-11
* Make this check stricter. Disallow loop exit blocks from being shared byChris Lattner2006-02-11
* remove dead exprChris Lattner2006-02-11
* Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin!Chris Lattner2006-01-09
* remove dead code. The exit block list is computed on demand, thus does notChris Lattner2005-08-13
* remove some trickiness that broke yacr2 and some other programs last nightChris Lattner2005-08-10
* Make loop-simplify produce better loops by turning PHI nodes like X = phi [X, Y]Chris Lattner2005-08-10
* This code can handle non-dominating instructionsChris Lattner2005-08-05
* Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization intoNate Begeman2005-08-04
* Remove trailing whitespaceMisha Brukman2005-04-21
* Enhance loopsimplify to preserve alias analysis instead of clobbering it.Chris Lattner2005-03-25
* trivial simplificationChris Lattner2005-03-06
* Adjust to changes in instruction interfaces.Chris Lattner2005-01-29
* hasConstantValue will soon return instructions that don't dominate the PHI node,Chris Lattner2004-10-17
* Pull assignment out of for loop conditional in order for this toAlkis Evlogimenos2004-09-28
* Prototype these functions more accuratelyChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix PR404 try #2Chris Lattner2004-07-15
* Revert previous patch until I get a bug fixedChris Lattner2004-07-15
* Fix PR404: Loop simplify is really slow on 252.eonChris Lattner2004-07-15