aboutsummaryrefslogtreecommitdiff
path: root/tools/test-js-optimizer-asm-outline1.js
AgeCommit message (Expand)Author
2014-04-09fix outlinings of return double; fixes #2278Alon Zakai
2014-02-21do not outline the entire stack prelude, including STACKTOP = ..Alon Zakai
2013-09-06properly outline the while (1) switch patternAlon Zakai
2013-08-27fix outliner bug with checking when switch cases need to be joinedAlon Zakai
2013-08-23testcase for flattening of switches with cases that need to be kept togetherAlon Zakai
2013-07-24flatten if chains in outliner, and be more careful to avoid outlining through...Alon Zakai
2013-07-21abort outlining if it leads to the new function or old function exceeding the...Alon Zakai
2013-07-17update existing stack if there is one when outliningAlon Zakai
2013-07-17more testingAlon Zakai
2013-07-17test for outlining of some of the functionsAlon Zakai
2013-07-17add test for outlining variablesAlon Zakai
2013-07-16test for forwarding variables to outlined codeAlon Zakai
2013-07-16add test for not forwarding handled labeled breakAlon Zakai
2013-07-16fix labeled break/continue forwarding from outlined codeAlon Zakai
2013-07-16add test for outlining of continueAlon Zakai
2013-07-16fix break forwarding in outlined codeAlon Zakai
2013-07-16test for outlining a returnAlon Zakai
2013-07-16enable outline test and add a case for outlining in a while loopAlon Zakai
2013-07-16add smaller outline testcaseAlon Zakai