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 6dcea08c8 [HWASan] Use less Printf() calls in register dump. new c90e46e7d [TSan][libdispatch] Remove dependency on system headers new 4d0745cad [NFC][TSan] Move libdispatch tests into their own subfolder
The 2 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/rtl/tsan_dispatch_defs.h | 66 ++++++++++++++++++++++ lib/tsan/rtl/tsan_libdispatch.cc | 24 +++----- test/lit.common.cfg | 6 +- .../{gcd-apply-race.c => libdispatch/apply-race.c} | 4 +- test/tsan/{gcd-apply.c => libdispatch/apply.c} | 4 +- test/tsan/{gcd-data.c => libdispatch/data.c} | 2 - .../dispatch_main.c} | 2 - .../dispatch_once_deadlock.c} | 2 - .../groups-destructor.c} | 2 - .../groups-leave.c} | 4 +- .../groups-stress.c} | 2 - .../Darwin => tsan/libdispatch}/lit.local.cfg | 4 +- test/tsan/{gcd-once.c => libdispatch/once.c} | 4 +- .../semaphore-norace.c} | 2 - .../source-serial.c} | 2 - test/tsan/{gcd-suspend.c => libdispatch/suspend.c} | 2 - 16 files changed, 85 insertions(+), 47 deletions(-) create mode 100644 lib/tsan/rtl/tsan_dispatch_defs.h rename test/tsan/{gcd-apply-race.c => libdispatch/apply-race.c} (94%) rename test/tsan/{gcd-apply.c => libdispatch/apply.c} (96%) rename test/tsan/{gcd-data.c => libdispatch/data.c} (97%) rename test/tsan/{gcd-dispatch_main.c => libdispatch/dispatch_main.c} (97%) rename test/tsan/{gcd-dispatch_once_deadlock.c => libdispatch/dispatch_once_deadlo [...] rename test/tsan/{gcd-groups-destructor.c => libdispatch/groups-destructor.c} (97%) rename test/tsan/{gcd-groups-leave.c => libdispatch/groups-leave.c} (96%) rename test/tsan/{gcd-groups-stress.c => libdispatch/groups-stress.c} (97%) copy test/{asan/TestCases/Darwin => tsan/libdispatch}/lit.local.cfg (63%) rename test/tsan/{gcd-once.c => libdispatch/once.c} (96%) rename test/tsan/{gcd-semaphore-norace.c => libdispatch/semaphore-norace.c} (96%) rename test/tsan/{gcd-source-serial.c => libdispatch/source-serial.c} (97%) rename test/tsan/{gcd-suspend.c => libdispatch/suspend.c} (97%)