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 cd5fa59 [compiler-rt] Allow c++ abi to be explictly disabled in c [...] new 0a7584e [TSan][MIPS] Implements setjmp assembly for MIPS64
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 | 5 + lib/tsan/rtl/tsan_interceptors.cc | 2 + lib/tsan/rtl/tsan_rtl_mips64.S | 214 ++++++++++++++++++++++++++++++++++++++ test/tsan/ignore_lib4.cc | 2 - test/tsan/longjmp.cc | 3 - test/tsan/longjmp2.cc | 3 - test/tsan/longjmp3.cc | 3 - test/tsan/longjmp4.cc | 3 - test/tsan/signal_longjmp.cc | 2 - 9 files changed, 221 insertions(+), 16 deletions(-) create mode 100644 lib/tsan/rtl/tsan_rtl_mips64.S