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
...
*
Tightenup loop filter.
Devang Patel
2007-08-24
1
-2
/
+22
*
Remove incomplete cost analysis.
Devang Patel
2007-08-24
1
-40
/
+3
*
Remove dead code.
Devang Patel
2007-08-22
1
-5
/
+0
*
Fix typo.
Devang Patel
2007-08-22
1
-1
/
+1
*
Cosmetic change
Devang Patel
2007-08-22
1
-84
/
+102
*
Refactor loop condition check in a separate function.
Devang Patel
2007-08-22
1
-17
/
+34
*
Fix thinko.
Devang Patel
2007-08-22
1
-3
/
+3
*
Rename bunch of variables.
Devang Patel
2007-08-21
1
-72
/
+79
*
Preserve LCSSA.
Devang Patel
2007-08-21
1
-1
/
+15
*
s/ExitBlock/ExitingBlock/g
Devang Patel
2007-08-20
1
-26
/
+27
*
Replace indunction variable with split value in loop body.
Devang Patel
2007-08-20
1
-1
/
+5
*
Do not split loops rejected by processOneIterationLoop().
Devang Patel
2007-08-20
1
-5
/
+11
*
Avoid spliting loops where two split condition branches are not independent.
Devang Patel
2007-08-18
1
-1
/
+11
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-21
/
+42
*
Dominance frontier is now required.
Devang Patel
2007-08-15
1
-1
/
+1
*
Cleanup removeBlocks.
Devang Patel
2007-08-15
1
-56
/
+70
*
Remove unneeded header file.
Reid Spencer
2007-08-15
1
-1
/
+0
*
Avoid triangle loops.
Devang Patel
2007-08-15
1
-4
/
+16
*
Avoid nested loops at the moment.
Devang Patel
2007-08-14
1
-0
/
+4
*
Fix dominance frontier update while removing blocks.
Devang Patel
2007-08-14
1
-7
/
+30
*
Handle last value assignments.
Devang Patel
2007-08-14
1
-14
/
+42
*
StartValue is already calculated.
Devang Patel
2007-08-14
1
-1
/
+0
*
Preserve simple analysis.
Devang Patel
2007-08-13
1
-4
/
+5
*
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]