index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
CloneLoop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
1
-7
/
+6
*
Cosmetic change.
Devang Patel
2010-06-23
1
-16
/
+16
*
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
1
-2
/
+2
*
Simplify code by using SmallVector's pop_back_val() instead of
Dan Gohman
2009-05-06
1
-2
/
+1
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
1
-2
/
+2
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-4
/
+0
*
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2008-03-09
1
-0
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-27
1
-1
/
+1
*
Insert cloned loop basic blocks before original loop header.
Devang Patel
2007-09-04
1
-1
/
+3
*
Break infinite loop.
Devang Patel
2007-08-14
1
-15
/
+17
*
Add utility to clone loops.
Devang Patel
2007-08-10
1
-0
/
+149