aboutsummaryrefslogtreecommitdiff
path: root/test/compress/asm.js
AgeCommit message (Collapse)Author
2017-09-21fix "use asm" numeric output (#2328)kzc
fixes #2324
2016-08-30implement optimization: (x = 2 * x) ---> (x *= 2)kzc
2016-06-15Fix test262 failures related to <, <=, in and instanceofAnthony Van de Gejuchte
Fixed-by: @kzc
2015-10-07add asm.js testkzc