aboutsummaryrefslogtreecommitdiff
path: root/test/compress/reduce_vars.js
AgeCommit message (Expand)Author
2017-03-19make `expect_stdout` work on Node.js 0.12 (#1623)...Alex Lam S.L
2017-03-16fix `hoist_vars` on `reduce_vars` (#1607)...Alex Lam S.L
2017-03-11disallow parameter substitution for named IIFEs (#1596)...Alex Lam S.L
2017-03-09fix & improve function argument compression (#1584)...Alex Lam S.L
2017-03-08fix function name eliminiation (#1576)...Alex Lam S.L
2017-03-07fix deep cloning of labels (#1565)...Alex Lam S.L
2017-03-07transform function calls to IIFEs (#1560)...Alex Lam S.L
2017-03-07avoid substitution of global variables (#1557)...Alex Lam S.L
2017-03-05handle variable declaration within catch blocks (#1546)...Alex Lam S.L
2017-03-03properly cover all cases of for-in loop variables (#1536)Alex Lam S.L
2017-03-03fix reference marking in for-in loops (#1535)...Alex Lam S.L
2017-03-02fix corner cases in `reduce_vars` (#1524)...Alex Lam S.L
2017-02-26consolidate `evaluate` & `reduce_vars` (#1505)...Alex Lam S.L
2017-02-21improve reduce_vars and fix a bug...alexlamsl
2017-01-26optimise binary operands with evaluate() (#1427)...Alex Lam S.L
2017-01-26augment evaluate to extract within objects (#1425)...Alex Lam S.L
2016-10-01Optimize unmodified variablesalexlamsl