aboutsummaryrefslogtreecommitdiff
path: root/tools/test-js-optimizer-asm-last-output.js
AgeCommit message (Expand)Author
2014-02-04do not apply de-morgan's laws on floats, nans break themAlon Zakai
2013-07-09replace &-1 with |0 at the end of the optimization pipelineAlon Zakai
2013-06-30do not optimize while into do-while if there are continues; fixes #1337Alon Zakai
2013-06-21update testsAlon Zakai
2013-06-07optimize out double notAlon Zakai
2013-06-07properly simplify not comps in loop suffixes and elsewhereAlon Zakai
2013-06-06move asm loop optimization into last phaseAlon Zakai
2013-01-19support 0x[a-f] as well in +X to X.0 correction for asmAlon Zakai
2013-01-19support 0x... numbers in +X to X.0 correction for asmAlon Zakai
2013-01-19emit 5.0 instead of +5 in asmAlon Zakai