index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopIndexSplit.cpp
Age
Commit message (
Expand
)
Author
2007-08-22
Fix thinko.
Devang Patel
2007-08-21
Rename bunch of variables.
Devang Patel
2007-08-21
Preserve LCSSA.
Devang Patel
2007-08-20
s/ExitBlock/ExitingBlock/g
Devang Patel
2007-08-20
Replace indunction variable with split value in loop body.
Devang Patel
2007-08-20
Do not split loops rejected by processOneIterationLoop().
Devang Patel
2007-08-18
Avoid spliting loops where two split condition branches are not independent.
Devang Patel
2007-08-17
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-15
Dominance frontier is now required.
Devang Patel
2007-08-15
Cleanup removeBlocks.
Devang Patel
2007-08-15
Remove unneeded header file.
Reid Spencer
2007-08-15
Avoid triangle loops.
Devang Patel
2007-08-14
Avoid nested loops at the moment.
Devang Patel
2007-08-14
Fix dominance frontier update while removing blocks.
Devang Patel
2007-08-14
Handle last value assignments.
Devang Patel
2007-08-14
StartValue is already calculated.
Devang Patel
2007-08-13
Preserve simple analysis.
Devang Patel
2007-08-13
Preserve dominator info.
Devang Patel
2007-08-12
Split loops and do CFG cleanup.
Devang Patel
2007-08-12
Remove unused variables.
Reid Spencer
2007-08-10
Clone loop.
Devang Patel
2007-08-10
Remove unncessary duplication.
Devang Patel
2007-08-10
Calculate exit and start value of true loop and false loop respectively.
Devang Patel
2007-08-10
ExitCondition and Induction variable are loop constraints
Devang Patel
2007-08-09
Traverse loop blocks' terminators to find split candidates.
Devang Patel
2007-08-08
Add cost analysis.
Devang Patel
2007-08-08
Preserve dom info while processing one iteration loop.
Devang Patel
2007-08-08
Clear split info.
Devang Patel
2007-08-08
Handle multiple split conditions.
Devang Patel
2007-08-08
Embrace patch review feedback.
Devang Patel
2007-08-07
Fix new compare instruction's signness. Caught by Chris during review.
Devang Patel
2007-08-07
Use eraseFromParent().
Devang Patel
2007-08-07
Begin loop index split pass.
Devang Patel
[prev]