aboutsummaryrefslogtreecommitdiff
path: root/test/compress/collapse_vars.js
AgeCommit message (Expand)Author
2019-10-26fix corner case in `collapse_vars` (#3527)...Alex Lam S.L
2019-10-24fix corner case in `collapse_vars` (#3521)...Alex Lam S.L
2019-10-22fix corner cases in `inline` (#3507)...Alex Lam S.L
2019-10-20fix corner case in `collapse_vars` (#3501)Alex Lam S.L
2019-10-15fix corner case in `ie8` & `rename` (#3474)...Alex Lam S.L
2019-10-06handle function/variable name collisions correctly (#3451)...Alex Lam S.L
2019-05-15improve sandbox fidelity (#3415)Alex Lam S.L
2019-05-10fix corner case in `inline` (#3401)...Alex Lam S.L
2019-04-30unify logging functionality (#3392)...Alex Lam S.L
2019-04-21unwind IIFE class patterns (#3373)...Alex Lam S.L
2019-03-20enhance `collapse_vars` (#3351)Alex Lam S.L
2019-03-18introduce `assignments` (#3345)Alex Lam S.L
2019-03-15enhance `evaluate` (#3339)...Alex Lam S.L
2019-03-13fix corner case in `collapse_vars` (#3333)...Alex Lam S.L
2018-08-29fix corner case in `collapse_vars` (#3239)...Alex Lam S.L
2018-07-19fix corner case in `ie8` (#3216)...Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2018-06-06general clean-ups (#3175)Alex Lam S.L
2018-05-19fix corner case in `collapse_vars` (#3139)Alex Lam S.L
2018-05-05fix various corner cases (#3123)Alex Lam S.L
2018-04-27workaround `vm` context issue in `node-chakracore` (#3106)Alex Lam S.L
2018-04-25better fix for #2506 (#3099)Alex Lam S.L
2018-04-24handle RHS side-effects in `collapse_vars` (#3097)...Alex Lam S.L
2018-03-30handle modifications to `this` correctly (#3036)...Alex Lam S.L
2018-03-17extend fuzzy RHS folding (#3006)...Alex Lam S.L
2018-03-06handle negated constants correctly in `collapse_vars` (#2975)...Alex Lam S.L
2018-02-28migrate safe transformations out of `unsafe_comps` (#2962)...Alex Lam S.L
2018-02-28drop `side_effects`-free `return` values (#2965)Alex Lam S.L
2018-02-28enhance `collapse_vars` (#2952)...Alex Lam S.L
2018-02-26improve fix for #2954 (#2958)Alex Lam S.L
2018-02-25fix `collapse_vars` on nested exception (#2955)...Alex Lam S.L
2018-02-18fix crash in `may_throw()` (#2932)...Alex Lam S.L
2018-02-17drop unused "class" definition IIFEs (#2923)...Alex Lam S.L
2018-02-14fix `collapse_vars` within loops (#2915)...Alex Lam S.L
2018-02-13fix corner case in `collapse_vars` (#2909)...Alex Lam S.L
2018-02-08account for exceptions in `AST_Assign.left` (#2892)...Alex Lam S.L
2018-02-04improve exceptional flow compression by `collapse_vars` (#2880)Alex Lam S.L
2018-02-04maintain order between side-effects and externally observable assignments (#2......Alex Lam S.L
2018-02-03handle `break` & `continue` in `collapse_vars` (#2875)...Alex Lam S.L
2018-02-03allow `collapse_vars` across conditional branches (#2867)Alex Lam S.L
2018-02-02fix missing corner case in #2855 (#2868)Alex Lam S.L
2018-02-01account for declaration assignment in `collapse_vars` (#2859)...Alex Lam S.L
2018-01-31relax `collapse_vars` on `AST_Exit` (#2855)...Alex Lam S.L
2018-01-29compress chained compound assignments (#2850)Alex Lam S.L
2018-01-19improve `unused` on built-in functions (#2817)Alex Lam S.L
2018-01-16general improvements around `AST_ForIn` (#2796)...Alex Lam S.L
2018-01-15enhance `collapse_vars` (#2788)Alex Lam S.L
2018-01-09patch variable declaractions extracted within `catch` (#2753)...Alex Lam S.L
2017-12-26replace single-use recursive functions (#2659)...Alex Lam S.L
2017-12-18improve transversal efficiency in `collapse_vars` (#2611)...Alex Lam S.L