rename use_const_iterator to const_use_iterator for consistency's sake
[oota-llvm.git] / lib / Transforms / Utils / CloneLoop.cpp
2010-01-05 Dan GohmanUse do+while instead of while for loops which obviously...
2009-05-06 Dan GohmanSimplify code by using SmallVector's pop_back_val(...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-03-09 Nick LewyckyUpdate the block cloner which fixes bugpoint on code...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-09-04 Devang PatelInsert cloned loop basic blocks before original loop...
2007-08-14 Devang PatelBreak infinite loop.
2007-08-10 Devang PatelAdd utility to clone loops.