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
/
Scalar
/
LoopIndexSplit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Preserve dominator info.
Devang Patel
2007-08-13
1
-32
/
+46
*
Split loops and do CFG cleanup.
Devang Patel
2007-08-12
1
-24
/
+106
*
Remove unused variables.
Reid Spencer
2007-08-12
1
-2
/
+2
*
Clone loop.
Devang Patel
2007-08-10
1
-5
/
+25
*
Remove unncessary duplication.
Devang Patel
2007-08-10
1
-14
/
+1
*
Calculate exit and start value of true loop and false loop respectively.
Devang Patel
2007-08-10
1
-2
/
+28
*
ExitCondition and Induction variable are loop constraints
Devang Patel
2007-08-10
1
-71
/
+145
*
Traverse loop blocks' terminators to find split candidates.
Devang Patel
2007-08-09
1
-48
/
+106
*
Add cost analysis.
Devang Patel
2007-08-08
1
-11
/
+41
*
Preserve dom info while processing one iteration loop.
Devang Patel
2007-08-08
1
-0
/
+17
*
Clear split info.
Devang Patel
2007-08-08
1
-0
/
+11
*
Handle multiple split conditions.
Devang Patel
2007-08-08
1
-60
/
+93
*
Embrace patch review feedback.
Devang Patel
2007-08-08
1
-23
/
+23
*
Fix new compare instruction's signness. Caught by Chris during review.
Devang Patel
2007-08-07
1
-5
/
+7
*
Use eraseFromParent().
Devang Patel
2007-08-07
1
-4
/
+2
*
Begin loop index split pass.
Devang Patel
2007-08-07
1
-0
/
+384
[prev]