Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-12 | support `const` (#4190) | Alex Lam S.L | |
2020-09-22 | fix corner case in `evaluate` (#4138) | Alex Lam S.L | |
fixes #4137 | |||
2020-04-18 | enhance `unused` (#3794) | Alex Lam S.L | |
2019-12-28 | workaround firefox asm.js quirks (#3650) | Alex Lam S.L | |
fixes #3636 | |||
2019-10-27 | compress arithmetic expressions further (#3529) | Alex Lam S.L | |
2019-03-18 | introduce `assignments` (#3345) | Alex Lam S.L | |
2018-07-01 | fix corner case in `unused` | alexlamsl | |
2017-12-14 | fold `cascade` functionality into `collapse_vars` (#2586) | Alex Lam S.L | |
2017-09-21 | fix "use asm" numeric output (#2328) | kzc | |
fixes #2324 | |||
2016-08-30 | implement optimization: (x = 2 * x) ---> (x *= 2) | kzc | |
2016-06-15 | Fix test262 failures related to <, <=, in and instanceof | Anthony Van de Gejuchte | |
Fixed-by: @kzc | |||
2015-10-07 | add asm.js test | kzc | |