Age | Commit message (Expand) | Author |
2012-01-03 | tweak loop hoisting | Alon Zakai |
2012-01-03 | hoist even large entries into loops | Alon Zakai |
2012-01-02 | do not set label when continue-ing to a loop with one entry | Alon Zakai |
2012-01-02 | use BRNOL in loops too | Alon Zakai |
2012-01-02 | do not set label when leaving a multiple with one post-entry, and properly op... | Alon Zakai |
2012-01-01 | improve loop hoisting and add test | Alon Zakai |
2012-01-01 | do not set __label__ if a loop has only one entry in its externals | Alon Zakai |
2012-01-01 | hoist some externals into loops | Alon Zakai |
2012-01-01 | unset to undo set in utility.js | Alon Zakai |
2011-12-31 | override print() by default, to avoid errors when using the browser print() (... | Alon Zakai |
2011-12-31 | handle truncation inside ptrtoint when needed, and fix some potential bugs (a... | Alon Zakai |
2011-12-31 | support ptrtoint into i64 in i64 mode 1 | Alon Zakai |
2011-12-30 | makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue | Alon Zakai |
2011-12-26 | add missing srem for i64 mode 1 | Alon Zakai |
2011-12-25 | fix newly introduced bug with printing i64s in i64 mode 0 | Alon Zakai |
2011-12-24 | support for %f,%lf in sscanf, and fix a bug with printf | Alon Zakai |
2011-12-22 | consolidate llvm switch checks to both optimize execution and fix a bug with ... | Alon Zakai |
2011-12-21 | An implementation of bsearch(3). | David Yip |
2011-12-20 | Merge branch 'incoming' | Alon Zakai |
2011-12-19 | remove assertion on allocating 0 bytes (now that we allow negative allocation... | Alon Zakai |
2011-12-19 | First cut at strtok(3). | David Yip |
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 |