summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopDeletion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-241-2/+2
* Preserve the DominanceFrontier analysis in the LoopDeletion pass.Dan Gohman2009-02-241-2/+7
* LoopDeletion needs to inform ScalarEvolution when a loop is deleted,Dan Gohman2009-02-231-1/+4
* Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar2008-10-221-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Use use_empty() instead of getNumUses(), avoiding a use list traversal.Dan Gohman2008-06-231-1/+1
* Remove debugging code.Owen Anderson2008-05-291-5/+1
* Clean ups for loop deletion based on Chris' feedback.Owen Anderson2008-05-161-28/+32
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+3
* Improve pass documentation and comments.Gordon Henriksen2008-05-081-4/+4
* We need to update PHIs containing the exiting block, not the exit block. We ...Owen Anderson2008-05-061-3/+8
* This condition got inverted accidentally.Owen Anderson2008-04-301-1/+1
* A lot of cleanups and documentation improvements, as well as a few corner cas...Owen Anderson2008-04-291-59/+76
* Rename DeadLoopElimination to LoopDeletion, part 2.Owen Anderson2008-04-291-14/+12
* Rename DeadLoopElimination to LoopDeletion, part one.Owen Anderson2008-04-291-0/+260
OpenPOWER on IntegriCloud