This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf2e79e9479 gn build: Merge r351880 new 69a77351642 gn build: Merge r351820. new 2975457f80b hwasan: Move memory access checks into small outlined funct [...]
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: include/llvm/IR/Intrinsics.td | 3 + lib/Target/AArch64/AArch64AsmPrinter.cpp | 112 ++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 7 + lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 3 + lib/Target/AArch64/AArch64RegisterInfo.td | 5 + .../Instrumentation/HWAddressSanitizer.cpp | 69 +++-- test/CodeGen/AArch64/hwasan-check-memaccess.ll | 63 +++++ test/Instrumentation/HWAddressSanitizer/alloca.ll | 6 +- test/Instrumentation/HWAddressSanitizer/atomic.ll | 8 +- test/Instrumentation/HWAddressSanitizer/basic.ll | 296 +++++++++++---------- test/Instrumentation/HWAddressSanitizer/kernel.ll | 19 +- .../Instrumentation/HWAddressSanitizer/prologue.ll | 12 +- .../gn/secondary/llvm/include/llvm/Config/BUILD.gn | 1 + 13 files changed, 410 insertions(+), 194 deletions(-) create mode 100644 test/CodeGen/AArch64/hwasan-check-memaccess.ll