aboutsummaryrefslogtreecommitdiff
path: root/test/compress/asm.js
AgeCommit message (Expand)Author
2016-08-30implement optimization: (x = 2 * x) ---> (x *= 2)kzc
2016-06-15Fix test262 failures related to <, <=, in and instanceof...Anthony Van de Gejuchte
2015-10-07add asm.js testkzc