This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3a13126751f [x86] add tests for PR40243; NFC new bad365135f9 [NewPM] Port tsan
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: include/llvm/InitializePasses.h | 2 +- include/llvm/Transforms/Instrumentation.h | 3 - .../Transforms/Instrumentation/ThreadSanitizer.h | 19 +++++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Instrumentation/Instrumentation.cpp | 2 +- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 97 +++++++++++++--------- test/Instrumentation/ThreadSanitizer/tsan_basic.ll | 6 +- 8 files changed, 82 insertions(+), 49 deletions(-) create mode 100644 include/llvm/Transforms/Instrumentation/ThreadSanitizer.h