aboutsummaryrefslogtreecommitdiff
path: root/tools/test-js-optimizer-regs-output.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-12-09registerize function parameters tooAlon Zakai
2012-11-22fix test_js_optimizerAlon Zakai
2012-10-26remove unGlobalize tests and update othersAlon 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-16bugfix in registerizeAlon Zakai
2012-05-16properly lock variables to loops in registerizeAlon Zakai
2012-05-15simple optimization to allow more registerization inside loopsAlon Zakai
2012-05-15refactor registerizeAlon Zakai
2012-05-12handle multiple var defs of the same var in registerizeAlon Zakai
2012-05-11fix registerize bugsAlon Zakai
2012-05-11registerize: define all vars once up frontAlon Zakai
2012-05-11unenabled experimental registerization pass in js optimizerAlon Zakai