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 81bba04 [Compiler-rt][CFI] Enabling CFI for MIPS64 new 69ca20b tsan: split thread into logical and physical state
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/tsan/CMakeLists.txt | 1 + lib/tsan/go/build.bat | 2 +- lib/tsan/go/buildgo.sh | 3 ++- lib/tsan/go/test.c | 22 ++++++++++++++--- lib/tsan/go/tsan_go.cc | 33 ++++++++++++++++++++++--- lib/tsan/rtl/tsan_defs.h | 1 + lib/tsan/rtl/tsan_interceptors.cc | 7 +++++- lib/tsan/rtl/tsan_interface_java.cc | 2 +- lib/tsan/rtl/tsan_mman.cc | 28 ++++++++++----------- lib/tsan/rtl/tsan_mman.h | 4 +-- lib/tsan/rtl/tsan_rtl.cc | 6 +++-- lib/tsan/rtl/tsan_rtl.h | 35 ++++++++++++++++++++------ lib/tsan/rtl/tsan_rtl_mutex.cc | 14 +++++------ lib/tsan/rtl/tsan_rtl_thread.cc | 22 ++++------------- lib/tsan/rtl/tsan_sync.cc | 46 +++++++++++++++++------------------ lib/tsan/rtl/tsan_sync.h | 10 ++++---- lib/tsan/tests/unit/tsan_sync_test.cc | 14 +++++------ 17 files changed, 154 insertions(+), 96 deletions(-)