Age | Commit message (Expand) | Author |
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-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 |
2013-03-25 | Get things working with the new libcxx / libcxxabi. | Bruce Mitchener |
2013-03-22 | add default c++ terminate() in library.js | Alon Zakai |
2013-03-22 | - added test cases for select error reporting | Michael Riss |
2013-03-22 | Move error check into canRead function and use an outer scope variable to rep... | Michael Riss |
2013-03-22 | remove stray console.log | Michael Riss |
2013-03-22 | select function: return error condition when network connection fails | Michael Riss |
2013-03-20 | remove CATCH_EXIT_CODE and make it the default behavior | Alon Zakai |
2013-03-20 | refactor Browser initialization | Alon Zakai |
2013-03-19 | handle negative zero; fixes #921 | Alon Zakai |
2013-03-20 | Fix large values in llvm_ctpop_i32(). | Bruce Mitchener |
2013-03-18 | Merge pull request #945 from ting-yuan/incoming | Alon Zakai |
2013-03-18 | switchify the main formatString loop | Alon Zakai |
2013-03-18 | fix printing of %llx very small and very large values | Alon Zakai |
2013-03-15 | remove leading zeros in %llx | Alon Zakai |
2013-03-15 | mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3 | Alon Zakai |
2013-03-15 | fix strncasecmp comparison signedness | Alon Zakai |
2013-03-15 | optimize use of .charCodeAt(0) at compile time | Alon Zakai |
2013-03-15 | asmify strcasecmp | Alon Zakai |
2013-03-15 | asmify strncasecmp | Alon Zakai |
2013-03-15 | asmify tolower | Alon Zakai |
2013-03-14 | optimize strcat a little | Alon Zakai |
2013-03-14 | asmify strcat | Alon Zakai |
2013-03-14 | add branch in strncpy to avoid reading from possible invalid memory | Alon Zakai |
2013-03-14 | optimize bitshift64* a little | Alon Zakai |
2013-03-14 | fix bitshift64Ashr bug | Alon Zakai |
2013-03-14 | move dynamic 64-bit shifts into asm library calls | Alon Zakai |
2013-03-12 | asmify strncpy | Alon Zakai |
2013-03-12 | write strcpy in asm and add some testing | Alon Zakai |
2013-03-12 | optimize pread to use typed array set() | Alon Zakai |
2013-03-12 | infrastructure for implementing i64 math in asm.js, and implement i64Add and ... | Alon Zakai |
2013-03-12 | Fix the return value of fgets(). | tingyuan |
2013-03-11 | add ASSERTIONS to asm2g, and fix assertions for asm | Alon Zakai |
2013-03-07 | support llvm_ctpop_*; fixes #918 | Alon Zakai |
2013-03-07 | Merge pull request #931 from xxuejie/stdlib_strtod | Alon Zakai |
2013-03-07 | Merge pull request #932 from tobydox/incoming | Alon Zakai |
2013-03-06 | Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9 | Xuejie "Rafael" Xiao |
2013-03-06 | simplify loop unrolling of memcpy and memset | Alon Zakai |
2013-03-06 | Emit correct code for setjmp() calls when in UNALIGNED_MEMORY mode | Tobias Doerffel |
2013-03-07 | Implement llabs(). | Bruce Mitchener |