This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e99e91c292 [DebugInfo] DW_OP_deref_size in PrologEpilogInserter. new a5ffeed7eff MSan: handle llvm.lifetime.start intrinsic new 67c2691c8d8 [TargetLowering] Change getOptimalMemOpType to take a 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/CodeGen/TargetLowering.h | 11 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 3 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 13 +-- lib/Target/AArch64/AArch64ISelLowering.h | 2 +- lib/Target/AMDGPU/SIISelLowering.cpp | 9 +- lib/Target/AMDGPU/SIISelLowering.h | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 13 +-- lib/Target/ARM/ARMISelLowering.h | 2 +- lib/Target/BPF/BPFISelLowering.h | 2 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +- lib/Target/Hexagon/HexagonISelLowering.h | 2 +- lib/Target/Mips/MipsISelLowering.cpp | 9 +- lib/Target/Mips/MipsISelLowering.h | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 12 +- lib/Target/PowerPC/PPCISelLowering.h | 2 +- lib/Target/X86/X86ISelLowering.cpp | 12 +- lib/Target/X86/X86ISelLowering.h | 2 +- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 62 ++++++++-- test/Instrumentation/MemorySanitizer/alloca.ll | 129 +++++++++++++++++++++ 19 files changed, 228 insertions(+), 63 deletions(-)