Age | Commit message (Expand) | Author |
2011-12-03 | Modify exit() to throw an object and catch it. | David Claughton |
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 | 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 | 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 | 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 | refactor finalCombiner | Alon Zakai |
2011-11-27 | fix test_emscripten_api | Alon Zakai |
2011-11-26 | fixes for 64-bit values in globals in i64 mode 1 | 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 |
2011-11-26 | clean up signing code | Alon Zakai |
2011-11-26 | comment on byval | Alon Zakai |
2011-11-25 | fix for passing structs by value, and warning for unfixable case of passing s... | Alon Zakai |
2011-11-25 | fix varargs calls in function pointers | Alon Zakai |
2011-11-24 | optimize tempInt and tempBigInt's with makeInlineCalculation | Alon Zakai |
2011-11-24 | rewrite makeRounding to fix a bug | Alon Zakai |
2011-11-23 | replace compiler tricks for one-time loop removal and label removal with a pr... | Alon Zakai |
2011-11-23 | optimize relooper optimizer | Alon Zakai |
2011-11-22 | remove buggy condition stealing optimization, that is no longer useful anyhow | Alon Zakai |
2011-11-22 | fix bugs in (unused) setSub | Alon Zakai |
2011-11-22 | experimental label removal diff | Alon Zakai |
2011-11-21 | some unused code possibilities regarding switch | Alon Zakai |
2011-11-21 | fix i64 comparison bug, and various test fixes | Alon Zakai |
2011-11-21 | llvm_uadd_with_overflow_i32 | Alon Zakai |