Commits
User selector
Commit History
Commits on Apr 9, 2021
Commits on Apr 8, 2021
Move thread profile block declaration into pthread_impl.h. NFC. (#13840)
Show description for e642863authored
Commits on Apr 6, 2021
Fix strtol result when no chars are consumed. (#13816)
Show description for 56514c8authored
Commits on Mar 31, 2021
New uniform location handling (#13732)
Show description for 0aef720authored
Commits on Mar 29, 2021
Fix different memory allocation issues (#13442)
Show description for eca1581authoredIf building with -Oz, route memcpy(), memset() and memmove() to JS library functions. (#13377)
Show description for ff86f72authoredUse Wasm memory.size instruction to get the wasm heap size (#13378)
Show description for a948135authored
Commits on Mar 26, 2021
Implement glGetBufferSubData. (#13776)
Show description for 02160f7authored
Commits on Mar 25, 2021
Commits on Mar 24, 2021
Avoid setting `_LIBCPP_HAS_CATOPEN` in libcxx. NFC. (#13741)
Show description for acdc25aauthoredFix -Wgnu-statement-expression warning in em_asm.h (#13751)
Show description for 39bd06eauthoredUse C atomics in library_pthread.c (#13720)
Show description for 91d0770authoredFix conditional expression in musl's dup2. NFC. (#13740)
Show description for f5f4ff8authored
Commits on Mar 23, 2021
Move emscripten atomics to their own header. NFC. (#13745)
Show description for 84de98aauthoredRemove sysconf modificaions from upstream musl (#13713)
Show description for dbfd3acauthored
Commits on Mar 22, 2021
Remove llvm_ prefixed intrinsics from library_pthread.c (#13721)
Show description for 7cecabaauthored
Commits on Mar 19, 2021
Fix emscripten_heap_resize (#13716)
Show description for 3af9d8dauthoredRemove pathconf modificaions from upstream musl (#13714)
Show description for fcb12f3authoredMove sysconf and confstr to native code (#13688)
Show description for 83d5a15authored
Commits on Mar 18, 2021
- authored
WebGPU: Rename structures for ABI changes (#13690)
Show description for fde16e0authored
Commits on Mar 17, 2021
Use __cxa_thread_atexit over pthread_cleanup_push to free TLS data. NFC. (#13686)
Show description for 5a54139authored
Commits on Mar 16, 2021
Avoid compiling stb_image at link time (#13658)
Show description for 5db55aeauthored
Commits on Mar 5, 2021
Commits on Mar 3, 2021
Restore line in newlocale.c that was lost in #4813 (#13584)
Show description for 78fa15dauthored
Commits on Feb 24, 2021
Move al*GetProcAddress into C. Followup to #13524 (#13560)
Show description for a953be1authoredMove emscripten_GetProcAddress callers into C (#13524)
Show description for 0967ae3authored
Commits on Feb 18, 2021
Remove unused abortStackOverflow function. NFC. (#13537)
Show description for f89f950authoredDirectly export em_js string symbols (#13526)
Show description for 1d6a6c9authoredAdd smaller version of strtol with fewer dependencies (#13523)
Show description for 28e91b7authored
Commits on Feb 17, 2021
Put all EM_JS/EM_ASM strings in a specific data section (#13443)
Show description for 2e38ed2authored- authored
- authored
Commits on Feb 16, 2021
Fixing thread exit and thread cancellation (#12985) (#10524)
Show description for 3059251authored
Commits on Feb 10, 2021
Fix incorrect #ifdef in immintrin.h (#13453)
Show description for 5f5a0faauthored