summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopDeletion.cpp
Commit message (Expand)AuthorAge
* 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