aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-03refactoring towards supporting node.jsAlon Zakai
2011-12-02tiny followup for exit code patch for test runnerAlon Zakai
2011-12-02Merge pull request #116 from eclecticdave/masterAlon Zakai
2011-12-02fix poppler testAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-12-02misc compiler optimizations, now takes half as long to compile freetypeAlon Zakai
2011-12-02fixes for recent regressions in mathop stuff, and optimization for parseNumer...Alon Zakai
2011-12-02fix missing var in analyzerAlon Zakai
2011-12-02parsing optimization in isStructTypeAlon Zakai
2011-12-02optimize memory usage in compiler.js, and fixes for emscripten on the webAlon Zakai
2011-12-02more strict mode fixesAlon Zakai
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-12-01support for running emscripten in the browserAlon Zakai
2011-12-01code cleanup, do not do heavy operations in parameters to print or assertAlon Zakai
2011-12-01misc minor but important memory fixesAlon Zakai
2011-11-30minor optimization to main loop in frameworkAlon Zakai
2011-11-30disable unneeded (and slow) JSifying of typesAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-11-29refactor parseFunctions ==> sidePassAlon Zakai
2011-11-29refactor unparsedFunctions a tiny bitAlon Zakai
2011-11-29more memory debugging stuff, and a disabled option to throttle the framework ...Alon Zakai
2011-11-29fix makeReintegrator bugAlon Zakai
2011-11-29discard almost all .tokens when intertyper ends, to save memory (all except f...Alon Zakai
2011-11-29add space to AUTHORSAlon Zakai
2011-11-29more memory debugging tools and minor optimizationsAlon Zakai
2011-11-28support for nested objects in library objects, including functionsAlon Zakai
2011-11-28fix test_lua by supporting lines beginning with ; inside functionsAlon Zakai
2011-11-28allow more GCing inside our big compiler loopsAlon Zakai
2011-11-28fix test_cases (2)Alon Zakai
2011-11-28fix test_casesAlon Zakai
2011-11-28partial fix for breakinthemiddle in test_casesAlon Zakai
2011-11-28fix for test_closure_compiler with spidermonkey as compiler engineAlon Zakai
2011-11-28memory debugging code, and some minor optimizations from itAlon Zakai
2011-11-27Merge pull request #128 from bemasc/masterAlon Zakai
2011-11-27When I64_MODE==1, split each global constant int64 at compile time.Benjamin M. Schwartz
2011-11-27move printing of type info to right positionAlon Zakai
2011-11-27tiny fix for needAnalysis being a dictionaryAlon Zakai
2011-11-27do not save function JS in memory, print it out and forget it to save memory ...Alon Zakai
2011-11-27fix for i64 mode 1 conversion of double to i64Alon Zakai
2011-11-27improve benchmark outputAlon Zakai
2011-11-27refactor finalCombinerAlon Zakai
2011-11-27do not recompile just for dfe in test runnerAlon Zakai
2011-11-27fix test_emscripten_apiAlon Zakai
2011-11-26imporve i64 testAlon Zakai
2011-11-26fixes for 64-bit values in globals in i64 mode 1Alon Zakai
2011-11-26TODO for js optimizerAlon Zakai
2011-11-26refactor a js optimizer passAlon Zakai
2011-11-26optimize overflow correction for 32 bitsAlon Zakai
2011-11-26inline calculations for sign/unsigning of >32 bitsAlon Zakai
2011-11-26optimize resigning of <32 bit intsAlon Zakai