Age | Commit message (Expand) | Author |
---|---|---|
2010-01-05 | Use do+while instead of while for loops which obviously have a | Dan Gohman |
2009-05-06 | Simplify code by using SmallVector's pop_back_val() instead of | Dan Gohman |
2009-01-28 | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands |
2008-04-25 | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky |
2008-03-09 | Update the block cloner which fixes bugpoint on code using unwind_to (phew!) | Nick Lewycky |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-11-27 | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson |
2007-09-04 | Insert cloned loop basic blocks before original loop header. | Devang Patel |
2007-08-14 | Break infinite loop. | Devang Patel |
2007-08-10 | Add utility to clone loops. | Devang Patel |