aboutsummaryrefslogtreecommitdiff
path: root/tools/test-js-optimizer-si-output.js
AgeCommit message (Expand)Author
2014-03-17fuse if-elses where the relooper did not emit a label clearingAlon Zakai
2014-03-17fix else fusing when label has multiple assigns or checksAlon Zakai
2014-03-17fuse elses to remove unnecessary label settings and checks, after we simplifi...Alon Zakai
2014-03-17don't commaify if it doesn't helpAlon Zakai
2014-03-17simplify nested ifs with identical elsesAlon Zakai
2014-03-17uncommaify between ifs that can potentially be simplifiedAlon Zakai
2014-03-17simplifyIfs js optimizer passAlon Zakai