Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-26 | refactor a js optimizer pass | Alon Zakai | |
2011-11-23 | replace compiler tricks for one-time loop removal and label removal with a ↵ | Alon Zakai | |
proper pass in the js optimizer | |||
2011-11-23 | remove all unneeded loop labels | Alon Zakai | |
2011-11-23 | simplify !(<) etc. in js optimizer | Alon Zakai | |
2011-11-22 | fix bug in js optimizer | Alon Zakai | |
2011-11-22 | improve build process for benchmarks, allowing more pass customization | Alon Zakai | |
2011-11-20 | js optimizer fix, and remove assigns to undefined in library | Alon Zakai | |
2011-11-20 | improve js optimizer removal of assigns of undefined | Alon Zakai | |
2011-11-19 | partial work to remove assigns of undefined in js optimizer | Alon Zakai | |
2011-11-19 | js optimizer fix for replacing toplevel things | Alon Zakai | |
2011-11-19 | fix for js optimizer not noticing globals are modified | Alon Zakai | |
2011-11-19 | initial work on JS optimizer | Alon Zakai | |