aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopDeletion.cpp
AgeCommit message (Expand)Author
2009-07-15Make makeLoopInvariant report whether it made any changes or not,Dan Gohman
2009-07-08Tell ScalarEvolution to forget a loop before starting to delete it.Dan Gohman
2009-07-07Change all SCEV* to SCEV *.Dan Gohman
2009-06-22SCEVHandle is no more!Owen Anderson
2009-05-06Allow readonly functions to unwind exceptions. TeachDuncan Sands
2009-05-04Re-apply 70645, converting ScalarEvolution to useDan Gohman
2009-05-03Revert r70645 for now; it's causing a variety of regressions.Dan Gohman
2009-05-02Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman
2009-05-02Tell ScalarEvolution that the loop is being deleted before actuallyDan Gohman
2009-02-24Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman
2009-02-24Preserve the DominanceFrontier analysis in the LoopDeletion pass.Dan Gohman
2009-02-23LoopDeletion needs to inform ScalarEvolution when a loop is deleted,Dan Gohman
2008-10-22Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-06-23Use use_empty() instead of getNumUses(), avoiding a use list traversal.Dan Gohman
2008-05-29Remove debugging code.Owen Anderson
2008-05-16Clean ups for loop deletion based on Chris' feedback.Owen Anderson
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-08Improve pass documentation and comments.Gordon Henriksen
2008-05-06We need to update PHIs containing the exiting block, not the exit block. We ...Owen Anderson
2008-04-30This condition got inverted accidentally.Owen Anderson
2008-04-29A lot of cleanups and documentation improvements, as well as a few corner cas...Owen Anderson
2008-04-29Rename DeadLoopElimination to LoopDeletion, part 2.Owen Anderson
2008-04-29Rename DeadLoopElimination to LoopDeletion, part one.Owen Anderson