aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneLoop.cpp
AgeCommit message (Expand)Author
2011-06-15Remove unused code.Eli Friedman
2011-01-18Remove code for updating dominance frontiers and some outdated references toCameron Zwarich
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner
2010-10-13Be more consistent in using ValueToValueMapTy.Rafael Espindola
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-06-23Cosmetic change.Devang Patel
2010-01-05Use do+while instead of while for loops which obviously have aDan Gohman
2009-05-06Simplify code by using SmallVector's pop_back_val() instead ofDan Gohman
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-03-09Update the block cloner which fixes bugpoint on code using unwind_to (phew!)Nick Lewycky
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-27Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson
2007-09-04Insert cloned loop basic blocks before original loop header.Devang Patel
2007-08-14Break infinite loop.Devang Patel
2007-08-10Add utility to clone loops.Devang Patel