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
/
test
/
Transforms
/
LoopIndexSplit
Age
Commit message (
Expand
)
Author
2008-02-13
A loop latch phi node may have uses inside loop, not just in loop header.
Devang Patel
2008-02-13
While moving exit condition, do not drop loop latch on the floor.
Devang Patel
2008-02-13
Keep track of exit value operand number when operands are swapped.
Devang Patel
2008-02-08
Fix PR 1995.
Devang Patel
2008-01-29
Filter loops that subtract induction variables.
Devang Patel
2007-12-03
If ExitValue operand is also defined in Loop header then
Devang Patel
2007-09-25
Handle multiple induction variables.
Devang Patel
2007-09-25
Add transformation to update loop interation space. Now,
Devang Patel
2007-09-21
Fix PR1692
Devang Patel
2007-09-10
Filter exit conditions which are not yet handled.
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-20
Do not split loops rejected by processOneIterationLoop().
Devang Patel
2007-08-17
Add loop index split tests.
Devang Patel