This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 46f3eda2f5c [X86] Prefer VPERMQ over VPERM2F128 for any unary shuffle, [...] new de72ac63942 Fix Bug 30978 by emitting cv file checksums.
The 1 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/DebugInfoMetadata.h | 10 +-- include/llvm/MC/MCCodeView.h | 35 +++++++-- include/llvm/MC/MCObjectStreamer.h | 1 + include/llvm/MC/MCStreamer.h | 13 ++-- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 16 +++-- lib/IR/DebugInfoMetadata.cpp | 2 + lib/MC/MCAsmStreamer.cpp | 27 +++++-- lib/MC/MCCodeView.cpp | 119 +++++++++++++++++++++++-------- lib/MC/MCObjectStreamer.cpp | 3 + lib/MC/MCParser/AsmParser.cpp | 40 +++++++++-- lib/MC/MCStreamer.cpp | 7 +- test/DebugInfo/COFF/inlining.ll | 6 +- test/DebugInfo/COFF/multifile.ll | 73 ++++++++++++++++--- test/DebugInfo/COFF/simple.ll | 34 +++++++-- test/MC/AArch64/coff-debug.ll | 2 +- unittests/IR/MetadataTest.cpp | 3 +- 16 files changed, 310 insertions(+), 81 deletions(-)