aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CloneLoop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-6/+6
* Use ValueMap instead of DenseMap.Devang Patel2010-06-241-7/+6
* Cosmetic change.Devang Patel2010-06-231-16/+16
* Use do+while instead of while for loops which obviously have aDan Gohman2010-01-051-2/+2
* Simplify code by using SmallVector's pop_back_val() instead ofDan Gohman2009-05-061-2/+1
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-2/+2
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-4/+0
* Update the block cloner which fixes bugpoint on code using unwind_to (phew!)Nick Lewycky2008-03-091-0/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson2007-11-271-1/+1
* Insert cloned loop basic blocks before original loop header.Devang Patel2007-09-041-1/+3
* Break infinite loop.Devang Patel2007-08-141-15/+17
* Add utility to clone loops.Devang Patel2007-08-101-0/+149