This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 2dff76d9e [ASan] Use __sanitizer_fill_shadow for FastPoisonShadow on Fuchsia new 1a513e395 [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one
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: lib/scudo/standalone/atomic_helpers.h | 8 +++ lib/scudo/standalone/bytemap.h | 6 +-- lib/scudo/standalone/common.h | 5 +- lib/scudo/standalone/fuchsia.cc | 21 ++++---- lib/scudo/standalone/linux.cc | 53 +++++++++++------- lib/scudo/standalone/mutex.h | 92 +++++++++++++------------------- lib/scudo/standalone/primary32.h | 14 ++--- lib/scudo/standalone/primary64.h | 8 +-- lib/scudo/standalone/quarantine.h | 10 ++-- lib/scudo/standalone/secondary.cc | 4 +- lib/scudo/standalone/secondary.h | 2 +- lib/scudo/standalone/stats.h | 8 +-- lib/scudo/standalone/tests/map_test.cc | 6 +++ lib/scudo/standalone/tests/mutex_test.cc | 55 +++++++------------ lib/scudo/standalone/tsd.h | 2 +- lib/scudo/standalone/tsd_exclusive.h | 4 +- lib/scudo/standalone/tsd_shared.h | 4 +- 17 files changed, 144 insertions(+), 158 deletions(-)