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-09-25
Handle multiple induction variables.
Devang Patel
2007-09-25
doh..
Devang Patel
2007-09-25
Add transformation to update loop interation space. Now,
Devang Patel
2007-09-21
Fix PR1692
Devang Patel
2007-09-20
Don't increment invalid iterator.
Devang Patel
2007-09-19
Relax loop ExitCondition predicate restriction.
Devang Patel
2007-09-19
Filter loops where split condition's false branch is not empty. For example
Devang Patel
2007-09-19
Bail out early, before modifying anything.
Devang Patel
2007-09-19
Work is incomplete. Loop is not modified at all right now.
Devang Patel
2007-09-17
Do not eliminate loop when it is invalid to do so. For example,
Devang Patel
2007-09-17
Skeleton for transformations to truncate loop's iteration space.
Devang Patel
2007-09-14
Temporary reverting r41817
Bill Wendling
2007-09-11
Avoid negative logic.
Devang Patel
2007-09-11
Refactor code into a separate method.
Devang Patel
2007-09-11
Clear split info object.
Devang Patel
2007-09-11
Split condition does not have to be ICmpInst in all cases.
Devang Patel
2007-09-10
Check all terminators inside loop.
Devang Patel
2007-09-10
Swap exit condition operands if it works.
Devang Patel
2007-09-10
Filter exit conditions which are not yet handled.
Devang Patel
2007-08-27
Use simpler test to filter loops.
Devang Patel
2007-08-25
Move exit condition and exit branch from exiting block into loop header and d...
Devang Patel
2007-08-25
Constant split values needs upper bound and lower bound check, just like any ...
Devang Patel
2007-08-25
While calculating upper loop bound for first loop and lower loop bound for se...
Devang Patel
2007-08-24
Fix regression that I caused yesterday night while adding logic to select app...
Devang Patel
2007-08-24
It is not safe to execute split condition's true branch first all the time. I...
Devang Patel
2007-08-24
Reject ICMP_NE as index split condition.
Devang Patel
2007-08-24
Tightenup loop filter.
Devang Patel
2007-08-24
Remove incomplete cost analysis.
Devang Patel
2007-08-22
Remove dead code.
Devang Patel
2007-08-22
Fix typo.
Devang Patel
2007-08-22
Cosmetic change
Devang Patel
2007-08-22
Refactor loop condition check in a separate function.
Devang Patel
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
[next]