This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5077597e0d5 [WebAssembly] Bulk memory intrinsics and builtins new c6bc69a5730 [NewPM] Second attempt at porting ASan new d0db64f72f4 [WebAssembly] memory.fill
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: bindings/go/llvm/InstrumentationBindings.cpp | 3 +- include/llvm/InitializePasses.h | 5 +- include/llvm/Transforms/Instrumentation.h | 9 - .../Transforms/Instrumentation/AddressSanitizer.h | 143 +++++++ lib/Passes/PassBuilder.cpp | 3 +- lib/Passes/PassRegistry.def | 3 + lib/Target/WebAssembly/WebAssemblyISD.def | 1 + lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 4 +- .../WebAssembly/WebAssemblyInstrBulkMemory.td | 27 +- .../WebAssembly/WebAssemblySelectionDAGInfo.cpp | 16 + .../WebAssembly/WebAssemblySelectionDAGInfo.h | 4 + .../Instrumentation/AddressSanitizer.cpp | 441 ++++++++++++--------- lib/Transforms/Instrumentation/Instrumentation.cpp | 4 +- test/CodeGen/WebAssembly/bulk-memory.ll | 45 +++ test/Instrumentation/AddressSanitizer/basic.ll | 4 + test/MC/WebAssembly/bulk-memory-encodings.s | 18 + 16 files changed, 520 insertions(+), 210 deletions(-) create mode 100644 include/llvm/Transforms/Instrumentation/AddressSanitizer.h create mode 100644 test/MC/WebAssembly/bulk-memory-encodings.s