Age | Commit message (Expand) | Author |
2012-10-25 | eliminate (carefully) into and through ifs | Alon Zakai |
2012-10-25 | move dep invalidations clearing to correct position | Alon Zakai |
2012-10-25 | warning and TODO on memory enlarging | Alon Zakai |
2012-10-25 | push to FUNCTION_TABLE, don't concat and re-assign: this avoid changing the g... | Alon Zakai |
2012-10-25 | fix test_emcc | Alon Zakai |
2012-10-25 | fix eliminator test output to current optimizations | Alon Zakai |
2012-10-25 | restore limit_size | Alon Zakai |
2012-10-25 | deoptimize test | Alon Zakai |
2012-10-25 | invalidate elimination by dependencies after the current line | Alon Zakai |
2012-10-25 | track dependencies of variables we might eliminate | Alon Zakai |
2012-10-25 | do not eliminate into the body/else of if - this is rarely important, and req... | Alon Zakai |
2012-10-25 | fix handling of unremovable unused vars | Alon Zakai |
2012-10-25 | variables with no uses cannot be removed if their definition has side effects | Alon Zakai |
2012-10-25 | eliminate in if nodes | Alon Zakai |
2012-10-25 | test fixes | Alon Zakai |
2012-10-25 | test fix | Alon Zakai |
2012-10-25 | remove var x; of completely unused vars, and restore previous test cases | Alon Zakai |
2012-10-25 | rewrite of eliminator to better approach | Alon Zakai |
2012-10-24 | note 'seq' (x,y,z) nodes as modifying control flow and invalidating elimination | Alon Zakai |
2012-10-23 | fix eliminator bug where X[y] would take X into account for variable effects,... | Alon Zakai |
2012-10-23 | remove no longer needed coffeescript | Alon Zakai |
2012-10-23 | integrate eliminator as js optimizer pass | Alon Zakai |
2012-10-23 | include eliminator as js optimizer pass | Alon Zakai |
2012-10-23 | remove unneeded js optimizer re-parse | Alon Zakai |
2012-10-23 | optimize newline removal in eliminator | Alon Zakai |
2012-10-23 | more misc eliminator optimizations | Alon Zakai |
2012-10-23 | misc eliminator optimizations | Alon Zakai |
2012-10-23 | tiny eliminator optimization | Alon Zakai |
2012-10-23 | simplify eliminator | Alon Zakai |
2012-10-23 | rewrite eliminator in js | Alon Zakai |
2012-10-22 | comment on separate compilation of workers | Alon Zakai |
2012-10-22 | add eliminator test | Alon Zakai |
2012-10-22 | handle no-data worker api calls, and more tests | Alon Zakai |
2012-10-22 | worker api closure fixes + additional testing | Alon Zakai |
2012-10-22 | Merge branch 'master' into incoming | Alon Zakai |
2012-10-22 | switch benchmark suite to -O2+ from -O3 | Alon Zakai |
2012-10-22 | initial work on worker api | Alon Zakai |
2012-10-22 | Merge branch 'incoming' | Alon Zakai |
2012-10-22 | fix SAFE_HEAP history | Alon Zakai |
2012-10-22 | fix strtok temp state ; fixes #658 | Alon Zakai |
2012-10-22 | fix array detection in pread | Alon Zakai |
2012-10-21 | listen to glut events on glutInit, so it works even without main loop | Alon Zakai |
2012-10-20 | check node version is at least 0.6.8, which is the first to not have v8 bug 1... | Alon Zakai |
2012-10-20 | report times of passes in EMCC_DEBUG | Alon Zakai |
2012-10-20 | implement simplifyZeroComp js optimizer pass, not yet executed | Alon Zakai |
2012-10-20 | restore workaround for v8 bug 1895 | Alon Zakai |
2012-10-19 | emit unreachable throws only in ASSERTIONS mode | Alon Zakai |
2012-10-19 | do not forward worker stdio by default ; fixes test_worker | Alon Zakai |
2012-10-19 | tweak sync xhr code a tiny bit | Alon Zakai |
2012-10-19 | Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loading | Alon Zakai |