summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneLoop.cpp
Commit message (Expand)AuthorAge
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* Cosmetic change.Devang Patel2010-06-23
* Use do+while instead of while for loops which obviously have aDan Gohman2010-01-05
* Simplify code by using SmallVector's pop_back_val() instead ofDan Gohman2009-05-06
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Update the block cloner which fixes bugpoint on code using unwind_to (phew!)Nick Lewycky2008-03-09
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson2007-11-27
* Insert cloned loop basic blocks before original loop header.Devang Patel2007-09-04
* Break infinite loop.Devang Patel2007-08-14
* Add utility to clone loops.Devang Patel2007-08-10