Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-06 | move asm loop optimization into last phase | Alon Zakai | |
2013-06-05 | simplify infinite while loops with a break at the end into a do-while with a ↵ | Alon Zakai | |
condition | |||
2013-02-17 | fix registerize bug on functions with arguments but no locals | Alon Zakai | |
2012-11-08 | rename __label__ => label | Alon Zakai | |
2012-05-17 | do not registerize with switches present | Alon Zakai | |
2012-05-16 | fix js optimizer bug with not emitting a ';' that lead to joined instructions | Alon Zakai | |
2012-05-16 | fix registerize bug with freeing variables from the wrong loops | Alon Zakai | |
2012-05-15 | simple optimization to allow more registerization inside loops | Alon Zakai | |
2012-05-12 | handle multiple var defs of the same var in registerize | Alon Zakai | |
2012-05-11 | fix registerize bugs | Alon Zakai | |
2012-05-11 | unenabled experimental registerization pass in js optimizer | Alon Zakai | |