aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-12support for generating html in emcc, and a test for that that also tests ↵Alon Zakai
SDL, and some fixes for SDL
2011-12-11simplify and slim down value intertypeAlon Zakai
2011-12-10experimental wip patch to work towards only copying the right heap in ta1 in ↵Alon Zakai
memcpy
2011-12-10clear warning to stderr when enlarging memory arraysAlon Zakai
2011-12-10do unsigned 32-bit loads properly in ta1Alon Zakai
2011-12-10do not check for corrections in safe heap unsigningAlon Zakai
2011-12-09fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor ↵Alon Zakai
corrections for toNiceIdent and detecting the number of bits in mathops
2011-12-09fixes for isNiceIdentAlon Zakai
2011-12-09improve parsing of mathops to more properly detect typesAlon Zakai
2011-12-09properly implement strtok_r by translating the C source, so it will work ↵Alon Zakai
with typed arrays
2011-12-08properly resolve multilevel function aliases, fixes bug with adding indexing ↵Alon Zakai
for aliases. also optimize function indexing in compiler
2011-12-08remove workaround with not indexizing aliasesAlon Zakai
2011-12-08fix bug in localeconvAlon Zakai
2011-12-08fix for double mode 1 issue with 32-bit floats being NaNs and altering our ↵Alon Zakai
doubles
2011-12-07fix bug with not fully processing ptrtoint and inttoptr in i64 mode 1Alon Zakai
2011-12-07automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ↵Alon Zakai
to not flood the stack
2011-12-07fix test_pgo by not looking for a debug identifier for sign corrections in ↵Alon Zakai
internal i64 calculations
2011-12-07commentAlon Zakai
2011-12-07switch some 64-bit stat fields to 32-bitAlon Zakai
2011-12-07various i64 fixes, including preventing rounding of small negativesAlon Zakai
2011-12-07safe heap fixesAlon Zakai
2011-12-07parseInt test is problematic, mark it as such, and fix some i64 issues with ↵Alon Zakai
rounding (but not all)
2011-12-06safe heap fixesAlon Zakai
2011-12-06DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ↵Alon Zakai
ta2 mode. fixes test_unaligned in ta2 and default
2011-12-06change default settings in settings.js to what we wantAlon Zakai
2011-12-06two small fixes, for benchmarks and memory growthAlon Zakai
2011-12-06initial work on memory growthAlon 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-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-04sanity check for compiler engine in test runnerAlon Zakai
2011-12-04fix line numbers with multiple linked filesAlon Zakai
2011-12-04batch function lines to speed up processing of many tiny functionsAlon Zakai
2011-12-04batching diff for globalsAlon 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-02Merge pull request #116 from eclecticdave/masterAlon Zakai
exit() throws uncaught exception
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