This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 55e56ce884b [AMDGPU] Preliminary patch for divergence driven instructio [...] new f774071018b [MSan] Add KMSAN instrumentation to MSan pass
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/Transforms/Instrumentation.h | 3 +- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 382 +++++++++++++++---- test/Instrumentation/MemorySanitizer/alloca.ll | 20 + .../MemorySanitizer/msan_kernel_basic.ll | 404 +++++++++++++++++++++ .../MemorySanitizer/store-origin.ll | 21 +- 5 files changed, 751 insertions(+), 79 deletions(-) create mode 100644 test/Instrumentation/MemorySanitizer/msan_kernel_basic.ll