This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2543166 [msan] Remove stale comments. new c160e2a CodeGen: BlockPlacement: Precompute layout for chains of triangles. new f4f67a0 [ProfileData] Fix some Clang-tidy modernize and Include What [...] new 7b7499a LiveDebugValues: Assume calls never clobber SP.
The 3 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: .../llvm/ProfileData/Coverage/CoverageMapping.h | 79 ++--- .../ProfileData/Coverage/CoverageMappingReader.h | 46 +-- .../ProfileData/Coverage/CoverageMappingWriter.h | 15 +- include/llvm/ProfileData/InstrProf.h | 97 ++++-- include/llvm/ProfileData/InstrProfReader.h | 88 ++++-- include/llvm/ProfileData/InstrProfWriter.h | 20 +- include/llvm/ProfileData/ProfileCommon.h | 54 ++-- include/llvm/ProfileData/SampleProf.h | 45 ++- include/llvm/ProfileData/SampleProfReader.h | 22 +- include/llvm/ProfileData/SampleProfWriter.h | 20 +- lib/CodeGen/LiveDebugValues.cpp | 6 +- lib/CodeGen/MachineBlockPlacement.cpp | 134 +++++++++ lib/ProfileData/Coverage/CoverageMapping.cpp | 55 ++-- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 67 +++-- lib/ProfileData/Coverage/CoverageMappingWriter.cpp | 35 ++- lib/ProfileData/InstrProf.cpp | 47 ++- lib/ProfileData/InstrProfReader.cpp | 42 ++- lib/ProfileData/InstrProfWriter.cpp | 42 ++- lib/ProfileData/SampleProf.cpp | 18 +- lib/ProfileData/SampleProfReader.cpp | 15 +- lib/ProfileData/SampleProfWriter.cpp | 17 +- test/CodeGen/PowerPC/tail-dup-layout.ll | 81 +++++ test/CodeGen/X86/cmovcmov.ll | 19 +- test/DebugInfo/AArch64/asan-stack-vars.ll | 326 +++++++++++++++++++++ 24 files changed, 1106 insertions(+), 284 deletions(-) create mode 100644 test/DebugInfo/AArch64/asan-stack-vars.ll