summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopDeletion.cpp
Commit message (Expand)AuthorAge
* LoopDeletion depends on loops having dedicated exits.Dan Gohman2009-11-05
* Rename forgetLoopBackedgeTakenCount to forgetLoop, because itDan Gohman2009-10-31
* Simplify this code. LoopDeletion doesn't need to explicit check thatDan Gohman2009-10-26
* Make LoopDeletion check the maximum backedge taken count, rather than theDan Gohman2009-10-23
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-02
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-15
* Tell ScalarEvolution to forget a loop before starting to delete it.Dan Gohman2009-07-08
* Change all SCEV* to SCEV *.Dan Gohman2009-07-07
* SCEVHandle is no more!Owen Anderson2009-06-22
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-06
* Re-apply 70645, converting ScalarEvolution to useDan Gohman2009-05-04
* Revert r70645 for now; it's causing a variety of regressions.Dan Gohman2009-05-03
* Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman2009-05-02
* Tell ScalarEvolution that the loop is being deleted before actuallyDan Gohman2009-05-02
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-24
* Preserve the DominanceFrontier analysis in the LoopDeletion pass.Dan Gohman2009-02-24
* LoopDeletion needs to inform ScalarEvolution when a loop is deleted,Dan Gohman2009-02-23
* Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar2008-10-22
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Use use_empty() instead of getNumUses(), avoiding a use list traversal.Dan Gohman2008-06-23
* Remove debugging code.Owen Anderson2008-05-29
* Clean ups for loop deletion based on Chris' feedback.Owen Anderson2008-05-16
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Improve pass documentation and comments.Gordon Henriksen2008-05-08
* We need to update PHIs containing the exiting block, not the exit block. We ...Owen Anderson2008-05-06
* This condition got inverted accidentally.Owen Anderson2008-04-30
* A lot of cleanups and documentation improvements, as well as a few corner cas...Owen Anderson2008-04-29
* Rename DeadLoopElimination to LoopDeletion, part 2.Owen Anderson2008-04-29
* Rename DeadLoopElimination to LoopDeletion, part one.Owen Anderson2008-04-29