This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b95047e9902 [DAGCombine] Fix ReduceLoadWidth for shifted offsets new 6dbe225afee [NewPM][TSan] Reiterate the TSan port
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: bindings/go/llvm/InstrumentationBindings.cpp | 3 +- include/llvm/InitializePasses.h | 2 +- include/llvm/Transforms/Instrumentation.h | 3 - .../Transforms/Instrumentation/ThreadSanitizer.h | 33 ++++++++ include/llvm/Transforms/Utils/ModuleUtils.h | 13 +++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Instrumentation/Instrumentation.cpp | 2 +- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 97 ++++++++++++++-------- lib/Transforms/Utils/ModuleUtils.cpp | 22 +++++ test/Instrumentation/ThreadSanitizer/tsan_basic.ll | 2 +- 11 files changed, 138 insertions(+), 41 deletions(-) create mode 100644 include/llvm/Transforms/Instrumentation/ThreadSanitizer.h