Age | Commit message (Expand) | Author |
2013-05-05 | add test for sdl allocation, and warn when using stub malloc/free | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-05-03 | fix asm.js coercion | Alon Zakai |
2013-05-02 | fixes strcat so that it returns the correct value | Tom Fairfield |
2013-05-02 | guard against exceptions in connect(), which can happen due to e.g. security ... | Alon Zakai |
2013-04-30 | fix varargs | Alon Zakai |
2013-04-29 | update emscripten_jcache_printf | Alon Zakai |
2013-04-29 | clean up formatString varargs handling | Alon Zakai |
2013-04-29 | fix sscanf, note that all varargs are 64-bit aligned | Alon Zakai |
2013-04-29 | read 32-bit chunks of 64-bit varargs in the 64-bit blocks they are in | Alon Zakai |
2013-04-29 | fully align varargs and formatString arguments all to 64-bit | Alon Zakai |
2013-04-29 | align the stack to 64 bits in le32 | Alon Zakai |
2013-04-29 | clarify what we do in le32 v*printf etc. functions | Alon Zakai |
2013-04-29 | implement le32 varargs as a struct with two fields: a start and an offset | Alon Zakai |
2013-04-29 | work towards le32 varargs | Alon Zakai |
2013-04-25 | fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits | Alon Zakai |
2013-04-24 | fix asm validation of llvm_uadd_with_overflow_i64 | Alon Zakai |
2013-04-24 | simplify i64Add|Substract coercions | Alon Zakai |
2013-04-24 | Merge pull request #1088 from juj/branchless_i64_ops | Alon Zakai |
2013-04-24 | avoid warning on llvm_dbg_declare | Alon Zakai |
2013-04-24 | Remove unneeded >>> 0 in llvm_uadd_with_overflow_i64. | Jukka Jylänki |
2013-04-24 | fix and simplify a few str* asm library functions | Alon Zakai |
2013-04-23 | Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7 | Alon Zakai |
2013-04-23 | add coercion in strncasecmp | Alon Zakai |
2013-04-23 | add missing coercion in strcat | Alon Zakai |
2013-04-23 | properly coerce setjmp helpers | Alon Zakai |
2013-04-23 | Restore the overflow check to llvm_uadd_with_overflow_i64 to account for the ... | Jukka Jylänki |
2013-04-23 | Remove 'if()' branches from i64 add and subtract code. | Jukka Jylänki |
2013-04-22 | show clear error message instead of 987 when too many setjmp calls | Alon Zakai |
2013-04-22 | Add musl multibyte function implementations. | Bruce Mitchener |
2013-04-22 | Add musl wchar function implementations. | Bruce Mitchener |
2013-04-19 | add erf dep and testing | Alon Zakai |
2013-04-19 | Merge pull request #1060 from arlolra/socketpair | Alon Zakai |
2013-04-18 | exit to caller when setjmp encounters an id that is not ours; enable test_lon... | Alon Zakai |
2013-04-18 | throw in longjmp, do not overwrite previous throw data in setThrew, and enabl... | Alon Zakai |
2013-04-18 | setjmp support for asm.js | Alon Zakai |
2013-04-18 | Just return op not supported. | Arlo Breault |
2013-04-18 | be more flexible in check for keeping std* as low values; cttz/ctlz can add 5... | Alon Zakai |
2013-04-14 | use compiled compiler-rt code for i64 multiplication | Alon Zakai |
2013-04-14 | asmify ctlz/cttz | Alon Zakai |
2013-04-14 | add handwritten asm i64Subtract | Alon Zakai |
2013-04-13 | fix overflow detection in i64 uadd, and add testcase | Alon Zakai |
2013-04-13 | socketpair | Arlo Breault |
2013-04-12 | move exception resuming into a dedicated function | Alon Zakai |
2013-04-12 | avoid emitting non-asm code for cxa_find_matching_catch | Alon Zakai |
2013-04-11 | avoid unnecessary array creation in cxa_find_matching_catch calls | Alon Zakai |
2013-04-11 | infrastructure for supporting exceptions in asm.js, by going through invoke_*... | Alon Zakai |
2013-04-09 | implement setgroups | Arlo Breault |
2013-04-06 | scanf: support '*', which matches without assigning to an argument. | Jacob Lee |
2013-03-25 | Merge pull request #898 from MichaelRiss/selectFix | Alon Zakai |