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