summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneLoop.cpp
Commit message (Expand)AuthorAge
* 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