Commits
User selector
Commit History
Commits on Jun 14, 2021
Optimize __cxa_find_matching_catch to avoid stackAlloc. NFC (#14440)
Show description for 2cfa447authored
Commits on Jun 11, 2021
Define emscripten exception struct in native code. NFC (#14431)
Show description for 6b80c5dauthoredAdd missing stackRestore (#14435)
Show description for f875fc6authored
Commits on May 15, 2021
Parial revert of #13862: Fail at link time if exception catching is enabled at compile time but not link time (#14192)
Show description for 844b684authored
Commits on May 2, 2021
Commits on Apr 12, 2021
Commits on Jan 11, 2021
Fix strange/broken syntax in __resumeException__deps (#13231)
Show description for ad43082authored
Commits on Dec 31, 2020
Handle empty throw (rethrow) outside of catch block (#13153)
Show description for 62d08bcauthored
Commits on Nov 9, 2020
Cleanup handling on uncaught exception count (#12734)
Show description for 260881dauthoredRemove llvm_eh_selector and llvm_eh_exception (#12731)
Show description for e7cf117authored
Commits on Oct 29, 2020
Switch to llvm's PIC ABI for relocatable code (#12461)
Show description for 16d0187authored
Commits on Oct 22, 2020
Re-increment uncaught exception count on rethrow (#12535)
Show description for 0caed62authored
Commits on Sep 15, 2020
Remove allocation form __cxa_find_matching_catch (#12230)
Show description for a867634authored
Commits on Aug 31, 2020
Part two of dynCall removal (#12059)
Show description for 953adedauthored
Commits on Aug 25, 2020
Remove a static allocation in C++ exceptions support code in JS (#12039)
Show description for c233703authoredConsistent use of makeDynCall in JS library code (#12010)
Show description for c4ac7b7authored
Commits on Aug 15, 2020
Commits on Aug 6, 2020
Store exceptions metadata in wasm memory (#11518)
Show description for 7f41d43authored
Commits on Jul 28, 2020
Internalize a bunch of JS libraries functions (#11738)
Show description for cbc7dfdauthored
Commits on May 5, 2020
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Oct 18, 2019
Avoid hardcoding a limit to the number of args to cxa_find_matching_catch (#9607)
Show description for 4e2278bauthored
Commits on Aug 27, 2019
Avoid "let" in library_exceptions.js setup code (#9324)
Show description for 1930cecauthored
Commits on Jul 30, 2019
Fix __cxa_pure_virtual to work with MINIMAL_RUNTIME (#9109)
Show description for 69deffbauthored
Commits on Jul 22, 2019
- authored andcommitted
Commits on Jul 19, 2019
Update libcxx and libcxxabi to llvm 8.0.0 (#8867)
Show description for f6ff68dauthored
Commits on Jul 9, 2019
Fix __cxa_find_matching_catch's memory leak (#8947)
Show description for fe7d36fauthored
Commits on Jun 8, 2019
Exception handling support to MINIMAL_RUNTIME (#8040)
Show description for bcf60ceauthored
Loading