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.js
Age
Commit message (
Expand
)
Author
2014-04-09
fix outlinings of return double; fixes #2278
Alon Zakai
2014-02-21
do not outline the entire stack prelude, including STACKTOP = ..
Alon Zakai
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-07-24
flatten if chains in outliner, and be more careful to avoid outlining through...
Alon Zakai
2013-07-21
abort outlining if it leads to the new function or old function exceeding the...
Alon Zakai
2013-07-17
update existing stack if there is one when 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