index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
test-js-optimizer-asm-outline1-output.js
Age
Commit message (
Expand
)
Author
2013-09-06
properly outline the while (1) switch pattern
Alon Zakai
2013-08-27
fix outliner bug with checking when switch cases need to be joined
Alon Zakai
2013-08-23
testcase for flattening of switches with cases that need to be kept together
Alon Zakai
2013-08-13
fix limit in outlining.flatten, and adjust to 1/4 of the outlining target
Alon Zakai
2013-08-09
aim for more evenly-sized pieces in outliner
Alon Zakai
2013-08-09
sort spills and unspills in outliner
Alon Zakai
2013-07-26
flatten if-chains into smaller chains, chunking reduces the overhead of flatt...
Alon Zakai
2013-07-25
fix bug in aggressive variable elimination and re-enable it
Alon Zakai
2013-07-25
disable aggressiveVariableElimination for now
Alon Zakai
2013-07-25
do not outline sp assignments, because we need sp to perform an outline call
Alon Zakai
2013-07-24
flatten if chains in outliner, and be more careful to avoid outlining through...
Alon Zakai
2013-07-23
use a separate stack location for control variable information for each outli...
Alon Zakai
2013-07-21
fix semantics of control variable handling in outlining: zero out when callin...
Alon Zakai
2013-07-20
use blocks in switch cases in outliner
Alon Zakai
2013-07-20
allow sp to be modified in outlined code, by changing the model to where outl...
Alon Zakai
2013-07-18
wipe out control flow variable before calling outlined code
Alon Zakai
2013-07-18
add coercions on return proxying in outliner
Alon Zakai
2013-07-18
emit only necessary return proxying code when outlining
Alon Zakai
2013-07-18
send variables to outlines code even if just written; they may not be written...
Alon Zakai
2013-07-17
add asm coercions to switches for outlining
Alon Zakai
2013-07-17
add asm coercions to ifs for outlining
Alon Zakai
2013-07-17
add asm coercion when outlining
Alon Zakai
2013-07-17
do not emit illegal breaks in seqs when outlining
Alon Zakai
2013-07-17
do not overlap the normal C stack with outliner-spilled variables
Alon Zakai
2013-07-17
update existing stack if there is one when outlining
Alon Zakai
2013-07-17
stack support in outlining
Alon Zakai
2013-07-17
more testing
Alon Zakai
2013-07-17
test for outlining of some of the functions
Alon Zakai
2013-07-17
add test for outlining variables
Alon Zakai
2013-07-16
test for forwarding variables to outlined code
Alon Zakai
2013-07-16
add test for not forwarding handled labeled break
Alon Zakai
2013-07-16
fix labeled break/continue forwarding from outlined code
Alon Zakai
2013-07-16
add test for outlining of continue
Alon Zakai
2013-07-16
fix break forwarding in outlined code
Alon Zakai
2013-07-16
test for outlining a return
Alon Zakai
2013-07-16
enable outline test and add a case for outlining in a while loop
Alon Zakai
2013-07-16
add smaller outline testcase
Alon Zakai