Commits
User selector
Commit History
Commits on Nov 6, 2020
Update WebGPU to match the latest spec (#12531)
Show description for b286bc6authored
Commits on Nov 3, 2020
Commits on Nov 2, 2020
Revert clang-format of system/lib/html5/dom_pk_codes.c (#12681)
Show description for 457de1fauthored
Commits on Oct 29, 2020
Move emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Oct 13, 2020
C environ constructor cleanup (#12509)
Show description for a3bc227authored
Commits on Oct 6, 2020
Fix segfaults in some pthread_stub methods (#12434)
Show description for 8bb460fauthored
Commits on Oct 2, 2020
Remove uncessary use of PTHREAD_CREATE_JOINABLE in test code. NFC. (#12404)
Show description for 09d8052authored
Commits on Sep 26, 2020
Make longjmp/exceptions helpers thread-safe (#12056)
Show description for e43a870authored
Commits on Sep 24, 2020
Fix a rare pthreads main thread deadlock that worsened in 2.0.2 (#12318)
Show description for 0014175authored
Commits on Sep 17, 2020
Use getentropy from std::random_device, avoiding FS usage of /dev/urandom (#12240)
Show description for 048f028authoredRemove mmap dependency from musl's locale code (#12260)
Show description for 401b359authored
Commits on Sep 15, 2020
Clean up and optimize sbrk() (#12222)
Show description for 708886fauthored
Commits on Sep 9, 2020
Pthreads: Fix proxying confusion between main browser and main runtime thread (#12102)
Show description for 33dbcebauthored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Aug 28, 2020
Move static allocation for fetch queue from JS to C++ code (#12049)
Show description for d7ef8f3authored
Commits on Aug 26, 2020
Use more musl code for time to avoid static allocations in JS (#12043)
Show description for 635fc7bauthored
Commits on Aug 22, 2020
Remove fastcomp hacks from dlmalloc.c (#11993)
Show description for ba3dc87authored
Commits on Aug 15, 2020
Remove fastcomp form tools/system_libs.py (#11909)
Show description for abd6bb1authored
Commits on Aug 11, 2020
Add memset to emscripten_with_builtin_malloc (#11734)
Show description for aa130a4authored
Commits on Aug 7, 2020
Followup on addition of emscripten_stack_get_free (#11821)
Show description for aaab662authored
Commits on Jul 31, 2020
Update WebGPU (#11737)
Show description for 25b3253andauthored
Commits on Jul 28, 2020
Internalize a bunch of JS libraries functions (#11738)
Show description for cbc7dfdauthored
Commits on Jul 22, 2020
Update compiler-rt (and sanitizers) to llvm 10.0.0 (#11662)
Show description for 5471dffauthored
Commits on Jul 16, 2020
Update santitizers to llvm 9.0.0 (#11654) (#11660)
Show description for f7113ebauthoredImprove update_compiler_rt.py (#11651)
Show description for 9ad80c3authored
Commits on Jul 15, 2020
Remove compiler-rt/filelist.txt (#11645)
Show description for 87cbfbfauthoredAdd remaining compiler-rt builtin sources. NFC. (#11634)
Show description for 9a27b51authoredRename ubsan_minimal_handlers.cpp -> ubsan_minimal_handlers.cc (#11640)
Show description for c147c60authoredAdd compiler-rt sanitizer includes from upstream llvm (#11633)
Show description for 14598c3authoredMove emscripten_setjmp.c to compiler-rt top level dir (#11632)
Show description for 5b6d587authored
Commits on Jul 6, 2020
Properly set the stack size of main() in PROXY_TO_WORKER (#11558)
Show description for ee8b94dauthoredIn standalone mode make `main` mandatory by default (#11536)
Show description for 59cb06cauthored
Commits on Jun 23, 2020
Remove use of visibility protected (#11473)
Show description for 35128ceauthored
Commits on Jun 22, 2020
Commits on Jun 17, 2020
Add functions for access emscripten stack layout information (#11437)
Show description for 1b58a80authored