Age | Commit message (Expand) | Author |
2011-12-17 | do not replace type of later parameters in mathops, if they are themselves ty... | Alon Zakai |
2011-12-17 | fix bug with allocate not allocating enough memory (just a problem for the as... | Alon Zakai |
2011-12-17 | fix SAFE_HEAP check for TOTAL_MEMORY which is unneeded without typed arrays | Alon Zakai |
2011-12-17 | note that I64_MODE and DOUBLE_MODE can slow you down | Alon Zakai |
2011-12-17 | support for std::endl and cout << ints | Alon Zakai |
2011-12-16 | fix bug with accessing memory beyond TOTAL_MEMORY through sbrk | Alon Zakai |
2011-12-16 | Merge branch 'master' into emccbydefault | Alon Zakai |
2011-12-15 | atof | Alon Zakai |
2011-12-15 | Merge branch 'master' into emccbydefault | Alon Zakai |
2011-12-15 | rewrite variable analysis code. eliminate unused variables without side effec... | Alon Zakai |
2011-12-15 | workaround for js optimizer issue | Alon Zakai |
2011-12-14 | type in sdl | Alon Zakai |
2011-12-14 | make SQL_Quit a no-op | Alon Zakai |
2011-12-13 | make shell.html more robust if no canvas support | Alon Zakai |
2011-12-13 | comment on print() on the web | Alon Zakai |
2011-12-12 | fixes to allow generated code to run in a web worker | Alon Zakai |
2011-12-12 | ensure the array of values of files is unsigned | Alon Zakai |
2011-12-12 | disable EMULATE_UNALIGNED_ACCESSES by default - it isn't needed | Alon Zakai |
2011-12-12 | support for generating html in emcc, and a test for that that also tests SDL,... | Alon Zakai |
2011-12-11 | simplify and slim down value intertype | Alon Zakai |
2011-12-10 | experimental wip patch to work towards only copying the right heap in ta1 in ... | Alon Zakai |
2011-12-10 | clear warning to stderr when enlarging memory arrays | Alon Zakai |
2011-12-10 | do unsigned 32-bit loads properly in ta1 | Alon Zakai |
2011-12-10 | do not check for corrections in safe heap unsigning | Alon Zakai |
2011-12-09 | fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor correc... | Alon Zakai |
2011-12-09 | fixes for isNiceIdent | Alon Zakai |
2011-12-09 | improve parsing of mathops to more properly detect types | Alon Zakai |
2011-12-09 | properly implement strtok_r by translating the C source, so it will work with... | Alon Zakai |
2011-12-08 | properly resolve multilevel function aliases, fixes bug with adding indexing ... | Alon Zakai |
2011-12-08 | remove workaround with not indexizing aliases | Alon Zakai |
2011-12-08 | fix bug in localeconv | Alon Zakai |
2011-12-08 | fix for double mode 1 issue with 32-bit floats being NaNs and altering our do... | Alon Zakai |
2011-12-07 | fix bug with not fully processing ptrtoint and inttoptr in i64 mode 1 | Alon Zakai |
2011-12-07 | automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ... | Alon Zakai |
2011-12-07 | fix test_pgo by not looking for a debug identifier for sign corrections in in... | Alon Zakai |
2011-12-07 | comment | Alon Zakai |
2011-12-07 | switch some 64-bit stat fields to 32-bit | Alon Zakai |
2011-12-07 | various i64 fixes, including preventing rounding of small negatives | Alon Zakai |
2011-12-07 | safe heap fixes | Alon Zakai |
2011-12-07 | parseInt test is problematic, mark it as such, and fix some i64 issues with r... | Alon Zakai |
2011-12-06 | safe heap fixes | Alon Zakai |
2011-12-06 | DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2... | Alon Zakai |
2011-12-06 | change default settings in settings.js to what we want | Alon Zakai |
2011-12-06 | two small fixes, for benchmarks and memory growth | Alon Zakai |
2011-12-06 | initial work on memory growth | Alon Zakai |
2011-12-05 | support for external variables in runtime linking | Alon Zakai |
2011-12-05 | initial work on annotating the generated code for closure compiler | Alon Zakai |
2011-12-05 | disable runtimelink test when using LLVM opts | Alon Zakai |
2011-12-05 | partial support for runtime linking of separately-compiled modules (only func... | Alon Zakai |
2011-12-05 | remove unneeded code | Alon Zakai |