aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-06allow test runner to be called without default. before test namesAlon Zakai
2011-12-06add failing double alignment testAlon Zakai
2011-12-06enable tests that need to be fixedAlon Zakai
2011-12-06change default settings in settings.js to what we wantAlon Zakai
2011-12-06workaround for node issue 2280 in test_memorygrowthAlon Zakai
2011-12-06rename specials ==> sAlon Zakai
2011-12-06rename defaults ==> defaultAlon Zakai
2011-12-06two small fixes, for benchmarks and memory growthAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-12-06add 'defaults' pass in test runner, and rename other passes to 'special'Alon Zakai
2011-12-05support for external variables in runtime linkingAlon Zakai
2011-12-05initial work on annotating the generated code for closure compilerAlon Zakai
2011-12-05fix test runner breakage after test_runtimeloadAlon Zakai
2011-12-05disable runtimelink test when using LLVM optsAlon Zakai
2011-12-05partial support for runtime linking of separately-compiled modules (only ↵Alon Zakai
functions)
2011-12-05remove unneeded codeAlon Zakai
2011-12-05better sanity checks for configured js enginesAlon Zakai
2011-12-05accept either JS_ENGINE or JS_ENGINES in ~/.emscriptenAlon Zakai
2011-12-04sanity check for compiler engine in test runnerAlon Zakai
2011-12-04fix line numbers with multiple linked filesAlon Zakai
2011-12-04settings.py commentsAlon Zakai
2011-12-04mark test_exceptions as failing on nodeAlon Zakai
2011-12-04batch function lines to speed up processing of many tiny functionsAlon Zakai
2011-12-04tiny cleanup for benchmark codeAlon Zakai
2011-12-04batching diff for globalsAlon Zakai
2011-12-04commentAlon Zakai
2011-12-03optimize type analysis loopAlon Zakai
2011-12-03various minor compiler optimizationsAlon Zakai
2011-12-03fixes for using node as both compiler engine and code running engine. node ↵Alon Zakai
is now default in settings.py
2011-12-03debug info cleanupAlon Zakai
2011-12-03minor metadata parsing optimizationAlon Zakai
2011-12-03optimize metadata parsingAlon Zakai
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
exit() throws uncaught exception
2011-12-02fix poppler testAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
* Changed exit from throwing an text string to throwing an Error-derived object encapsulating the exit status. Then catch it in 'callMain' and return the status. Enable this functionality by setting CATCH_EXIT_CODE in settings.js
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 ↵Alon Zakai
parseNumerical
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 ↵Alon Zakai
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this