Age | Commit message (Expand) | Author |
2011-12-03 | refactoring towards supporting node.js | Alon Zakai |
2011-12-02 | tiny followup for exit code patch for test runner | Alon Zakai |
2011-12-02 | Merge pull request #116 from eclecticdave/master | Alon Zakai |
2011-12-02 | fix poppler test | Alon Zakai |
2011-12-03 | Modify exit() to throw an object and catch it. | David Claughton |
2011-12-02 | misc compiler optimizations, now takes half as long to compile freetype | Alon Zakai |
2011-12-02 | fixes for recent regressions in mathop stuff, and optimization for parseNumer... | Alon Zakai |
2011-12-02 | fix missing var in analyzer | Alon Zakai |
2011-12-02 | parsing optimization in isStructType | Alon Zakai |
2011-12-02 | optimize memory usage in compiler.js, and fixes for emscripten on the web | Alon Zakai |
2011-12-02 | more strict mode fixes | Alon Zakai |
2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
2011-12-01 | support for running emscripten in the browser | Alon Zakai |
2011-12-01 | code cleanup, do not do heavy operations in parameters to print or assert | Alon Zakai |
2011-12-01 | misc minor but important memory fixes | Alon Zakai |
2011-11-30 | minor optimization to main loop in framework | Alon Zakai |
2011-11-30 | disable unneeded (and slow) JSifying of types | Alon Zakai |
2011-11-30 | refactor compiler to allow future batching of types and globals. move postset... | Alon Zakai |
2011-11-29 | refactor parseFunctions ==> sidePass | Alon Zakai |
2011-11-29 | refactor unparsedFunctions a tiny bit | Alon Zakai |
2011-11-29 | more memory debugging stuff, and a disabled option to throttle the framework ... | Alon Zakai |
2011-11-29 | fix makeReintegrator bug | Alon Zakai |
2011-11-29 | discard almost all .tokens when intertyper ends, to save memory (all except f... | Alon Zakai |
2011-11-29 | add space to AUTHORS | Alon Zakai |
2011-11-29 | more memory debugging tools and minor optimizations | Alon Zakai |
2011-11-28 | support for nested objects in library objects, including functions | Alon Zakai |
2011-11-28 | fix test_lua by supporting lines beginning with ; inside functions | Alon Zakai |
2011-11-28 | allow more GCing inside our big compiler loops | Alon Zakai |
2011-11-28 | fix test_cases (2) | Alon Zakai |
2011-11-28 | fix test_cases | Alon Zakai |
2011-11-28 | partial fix for breakinthemiddle in test_cases | Alon Zakai |
2011-11-28 | fix for test_closure_compiler with spidermonkey as compiler engine | Alon Zakai |
2011-11-28 | memory debugging code, and some minor optimizations from it | Alon Zakai |
2011-11-27 | Merge pull request #128 from bemasc/master | Alon Zakai |
2011-11-27 | When I64_MODE==1, split each global constant int64 at compile time. | Benjamin M. Schwartz |
2011-11-27 | move printing of type info to right position | Alon Zakai |
2011-11-27 | tiny fix for needAnalysis being a dictionary | Alon Zakai |
2011-11-27 | do not save function JS in memory, print it out and forget it to save memory ... | Alon Zakai |
2011-11-27 | fix for i64 mode 1 conversion of double to i64 | Alon Zakai |
2011-11-27 | improve benchmark output | Alon Zakai |
2011-11-27 | refactor finalCombiner | Alon Zakai |
2011-11-27 | do not recompile just for dfe in test runner | Alon Zakai |
2011-11-27 | fix test_emscripten_api | Alon Zakai |
2011-11-26 | imporve i64 test | Alon Zakai |
2011-11-26 | fixes for 64-bit values in globals in i64 mode 1 | Alon Zakai |
2011-11-26 | TODO for js optimizer | Alon Zakai |
2011-11-26 | refactor a js optimizer pass | Alon Zakai |
2011-11-26 | optimize overflow correction for 32 bits | Alon Zakai |
2011-11-26 | inline calculations for sign/unsigning of >32 bits | Alon Zakai |
2011-11-26 | optimize resigning of <32 bit ints | Alon Zakai |