This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 022ca07 [libc++abi] Don't use a .sh.cpp test for uncaught_exception new 57e82af Rewrite cxa guard implementation.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: src/cxa_guard.cpp | 276 +------------------ src/cxa_guard_impl.h | 550 ++++++++++++++++++++++++++++++++++++++ src/include/atomic_support.h | 32 ++- test/guard_test_basic.pass.cpp | 154 +++++++++++ test/guard_threaded_test.pass.cpp | 378 ++++++++++++++++++++++++++ 5 files changed, 1127 insertions(+), 263 deletions(-) create mode 100644 src/cxa_guard_impl.h create mode 100644 test/guard_test_basic.pass.cpp create mode 100644 test/guard_threaded_test.pass.cpp