aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-12-17support for std::endl and cout << intsAlon Zakai
2011-12-16fix bug with accessing memory beyond TOTAL_MEMORY through sbrkAlon Zakai
2011-12-16Merge branch 'master' into emccbydefaultAlon Zakai
2011-12-15atofAlon Zakai
2011-12-15Merge branch 'master' into emccbydefaultAlon Zakai
2011-12-15rewrite variable analysis code. eliminate unused variables without side effec...Alon Zakai
2011-12-15workaround for js optimizer issueAlon Zakai
2011-12-14type in sdlAlon Zakai
2011-12-14make SQL_Quit a no-opAlon Zakai
2011-12-13make shell.html more robust if no canvas supportAlon Zakai
2011-12-13comment on print() on the webAlon Zakai
2011-12-12fixes to allow generated code to run in a web workerAlon Zakai
2011-12-12ensure the array of values of files is unsignedAlon Zakai
2011-12-12disable EMULATE_UNALIGNED_ACCESSES by default - it isn't neededAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests SDL,...Alon Zakai
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
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 correc...Alon Zakai
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 with...Alon Zakai
2011-12-08properly resolve multilevel function aliases, fixes bug with adding indexing ...Alon Zakai
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 do...Alon Zakai
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
2011-12-07fix test_pgo by not looking for a debug identifier for sign corrections in in...Alon Zakai
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 r...Alon Zakai
2011-12-06safe heap fixesAlon Zakai
2011-12-06DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2...Alon Zakai
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 func...Alon Zakai
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