aboutsummaryrefslogtreecommitdiff
path: root/tools/test-js-optimizer-regs.js
AgeCommit message (Expand)Author
2013-09-12update other.test_js_optimizerAlon Zakai
2013-06-21update testsAlon Zakai
2013-06-06move asm loop optimization into last phaseAlon Zakai
2013-06-05simplify infinite while loops with a break at the end into a do-while with a ...Alon Zakai
2013-02-17fix registerize bug on functions with arguments but no localsAlon Zakai
2012-11-08rename __label__ => labelAlon Zakai
2012-05-17do not registerize with switches presentAlon Zakai
2012-05-16fix js optimizer bug with not emitting a ';' that lead to joined instructionsAlon Zakai
2012-05-16fix registerize bug with freeing variables from the wrong loopsAlon Zakai
2012-05-15simple optimization to allow more registerization inside loopsAlon Zakai
2012-05-12handle multiple var defs of the same var in registerizeAlon Zakai
2012-05-11fix registerize bugsAlon Zakai
2012-05-11unenabled experimental registerization pass in js optimizerAlon Zakai