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 6257d1882 Experimantal dfsan mode "fast16labels=1" new 7b8505068 [scudo][standalone] Introduce the thread specific data structures
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/CMakeLists.txt | 3 + lib/scudo/standalone/internal_defs.h | 2 +- lib/scudo/standalone/mutex.h | 1 - lib/scudo/standalone/quarantine.h | 2 - lib/scudo/standalone/tests/CMakeLists.txt | 1 + lib/scudo/standalone/tests/primary_test.cc | 21 ++-- lib/scudo/standalone/tests/tsd_test.cc | 152 ++++++++++++++++++++++++++ lib/scudo/standalone/tsd.h | 61 +++++++++++ lib/scudo/standalone/tsd_exclusive.h | 114 ++++++++++++++++++++ lib/scudo/standalone/tsd_shared.h | 166 +++++++++++++++++++++++++++++ 10 files changed, 512 insertions(+), 11 deletions(-) create mode 100644 lib/scudo/standalone/tests/tsd_test.cc create mode 100644 lib/scudo/standalone/tsd.h create mode 100644 lib/scudo/standalone/tsd_exclusive.h create mode 100644 lib/scudo/standalone/tsd_shared.h