This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 0df654b [demangler] NFC: Some refactoring to support partial demangling. new b95ff2d [libc++abi] Replace __sync_* functions with __libcpp_atomic_* [...]
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_default_handlers.cpp | 17 ++-- src/cxa_exception.cpp | 5 +- src/cxa_handlers.cpp | 22 ++---- src/include/atomic_support.h | 181 +++++++++++++++++++++++++++++++++++++++++++ src/include/refstring.h | 9 ++- 5 files changed, 199 insertions(+), 35 deletions(-) create mode 100644 src/include/atomic_support.h