aboutsummaryrefslogtreecommitdiff
path: root/test/compress/functions.js
AgeCommit message (Expand)Author
2018-04-11fix `inline` of `catch`-scoped variables (#3077)...Alex Lam S.L
2018-04-06fix AST corruption during `inline` of simple `return` (#3056)...Alex Lam S.L
2018-03-23fix nested `inline` within loop (#3019)...Alex Lam S.L
2018-03-22fix corner case in `inline` (#3017)...Alex Lam S.L
2018-02-26drop lone "use strict" in function body (#2963)...Alex Lam S.L
2018-02-25deduplicate parenthesis around object and function literals (#2953)Alex Lam S.L
2018-02-17improve `inline` efficiency (#2924)Alex Lam S.L
2018-02-13collapse within unary expressions (#2910)Alex Lam S.L
2018-02-09fix AST corruption due to `collapse_vars` & `inline` (#2899)...Alex Lam S.L
2018-01-19enable `unsafe` for `test/ufuzz.js` (#2819)...Alex Lam S.L
2018-01-15avoid double counting within single-use functions (#2785)...Alex Lam S.L
2018-01-07fix recursive function `inline` (#2738)...Alex Lam S.L
2018-01-04fix corner case in `inline` (#2720)Alex Lam S.L
2018-01-04forbid block-scoped `AST_Defun` in strict mode (#2718)Alex Lam S.L
2018-01-04extend `inline` (#2714)...Alex Lam S.L
2018-01-04apply `collapse_vars` to loop conditions (#2712)Alex Lam S.L
2018-01-03inline functions with `AST_Var` (#2688)Alex Lam S.L
2018-01-02enhance `collapse_vars` (#2704)Alex Lam S.L
2018-01-02reset argument value within loop after `inline` (#2699)Alex Lam S.L
2018-01-01enhance `join_vars` & `sequences` (#2697)...Alex Lam S.L
2017-12-31fix `inline` on duplicate argument names (#2698)Alex Lam S.L
2017-12-28fix function inlining within loops (#2675)...Alex Lam S.L
2017-12-26replace single-use recursive functions (#2659)...Alex Lam S.L
2017-12-26suppress `inline` within substituted `AST_Scope` (#2658)...Alex Lam S.L
2017-12-25fix infinite loop during `inline` (#2645)...Alex Lam S.L
2017-12-24fix corner cases with `collapse_vars`, `inline` & `reduce_vars` (#2637)...Alex Lam S.L
2017-12-20avoid `inline` of function with special argument names (#2625)Alex Lam S.L
2017-12-19fix `inline` after single-use `reduce_vars` (#2623)Alex Lam S.L
2017-12-19add test for #2613 (#2618)Alex Lam S.L
2017-12-19handle global constant collision with local variable after `inline` (#2617)...Alex Lam S.L
2017-12-18compress `apply()` & `call()` of `function` (#2613)...Alex Lam S.L
2017-12-16account for `catch` variable when `inline` (#2605)...Alex Lam S.L
2017-12-16fix nested `inline` (#2602)...Alex Lam S.L
2017-12-15handle `inline` of function arguments (#2590)...Alex Lam S.L
2017-12-14inline single-use `function` across loop (#2594)Alex Lam S.L
2017-12-14fold `cascade` functionality into `collapse_vars` (#2586)Alex Lam S.L
2017-12-07eliminate noop calls more aggressively (#2559)Alex Lam S.L
2017-12-01improve compression of `if` conditions (#2544)Alex Lam S.L
2017-11-29fix `inline` on nested substitutions (#2533)...Alex Lam S.L
2017-11-11implement compress option `reduce_funcs` (#2466)...Alex Lam S.L
2017-11-09fix multiple nested function substitutions (#2458)...Alex Lam S.L
2017-11-05inline single-use functions that are not constant expressions (#2434)...Alex Lam S.L
2017-10-22safer `properties` transform (#2391)...Alex Lam S.L
2017-10-22fix `unsafe` escape analysis in `reduce_vars` (#2387)Alex Lam S.L
2017-07-02improve `inline` efficiency (#2188)...Alex Lam S.L
2017-06-27improve `unsafe_Func` (#2171)...Alex Lam S.L
2017-06-23synchronise `mangle.properties` for `minify()` & `test/compress` (#2151)Alex Lam S.L
2017-06-17make defensive copies when `inline` (#2116)...Alex Lam S.L
2017-06-16correctly determine scope of `AST_This` (#2109)...Alex Lam S.L
2017-06-15suppress `inline` of `this` (#2103)...Alex Lam S.L