This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e50f44d0a3f AMDGPU/GlobalISel: Legalize f64 fadd/fmul new edeba790d74 [asan] Don't check ODR violations for particular types of globals new cd253afe6f1 [CodeGen] Allow mempcy/memset to generate small overlapping [...]
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: lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 +-- .../Instrumentation/AddressSanitizer.cpp | 8 ++- test/CodeGen/AArch64/arm64-memcpy-inline.ll | 12 ++-- test/CodeGen/ARM/memcpy-inline.ll | 7 +-- test/CodeGen/ARM/memcpy-ldm-stm.ll | 14 +++-- test/CodeGen/PowerPC/jaggedstructs.ll | 6 +- test/CodeGen/PowerPC/structsinmem.ll | 3 +- test/CodeGen/PowerPC/structsinregs.ll | 3 +- test/CodeGen/X86/memcpy-from-string.ll | 3 +- test/CodeGen/X86/memset-2.ll | 3 +- test/CodeGen/X86/memset-zero.ll | 42 +++++-------- test/CodeGen/X86/unaligned-load.ll | 73 +++++++++++++++++++--- .../AddressSanitizer/do-not-touch-odr-global.ll | 2 + .../AddressSanitizer/global_metadata.ll | 2 +- .../AddressSanitizer/local_alias.ll | 11 +++- .../AddressSanitizer/odr-check-ignore.ll | 17 +++++ .../AddressSanitizer/win-string-literal.ll | 2 +- 17 files changed, 140 insertions(+), 76 deletions(-) create mode 100644 test/Instrumentation/AddressSanitizer/odr-check-ignore.ll