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-outline2-output.js
Age
Commit message (
Expand
)
Author
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-20
adjust outlining heuristics to fully outline even big functions
Alon Zakai
2013-07-19
remove variables owned by outlined code from the parent
Alon Zakai
2013-07-18
wipe out control flow variable before calling outlined code
Alon Zakai
2013-07-18
do not emit spills in outlined code for variables that only appear in the out...
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
enable larger outline test
Alon Zakai
2013-07-16
rename outline test files
Alon Zakai