Preserve the DominanceFrontier analysis in the LoopDeletion pass.
[oota-llvm.git] / lib / Transforms / Scalar / LoopDeletion.cpp
2009-02-24 Dan GohmanPreserve the DominanceFrontier analysis in the LoopDele...
2009-02-23 Dan GohmanLoopDeletion needs to inform ScalarEvolution when a...
2008-10-22 Daniel DunbarChange create*Pass factory functions to return Pass...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-06-23 Dan GohmanUse use_empty() instead of getNumUses(), avoiding a...
2008-05-29 Owen AndersonRemove debugging code.
2008-05-16 Owen AndersonClean ups for loop deletion based on Chris' feedback.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-08 Gordon HenriksenImprove pass documentation and comments.
2008-05-06 Owen AndersonWe need to update PHIs containing the exiting block...
2008-04-30 Owen AndersonThis condition got inverted accidentally.
2008-04-29 Owen AndersonA lot of cleanups and documentation improvements, as...
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part 2.
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part one.