This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 310a375 AMDGPU: Remove llvm.SI.tid intrinsic new 49f93f7 [Coverage] Get rid of an input/output parameter (NFC) new a450edf [codeview] Add DIFlags for pointer to member representations
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/DIBuilder.h | 3 +- include/llvm/IR/DebugInfoFlags.def | 4 + include/llvm/IR/DebugInfoMetadata.h | 4 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 42 ++++- lib/DebugInfo/CodeView/TypeDumper.cpp | 1 + lib/IR/DIBuilder.cpp | 5 +- lib/IR/DebugInfoMetadata.cpp | 13 +- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 27 ++- test/DebugInfo/COFF/types-basic.ll | 4 +- test/DebugInfo/COFF/types-ptr-to-member.ll | 209 +++++++++++++++++++++ 10 files changed, 287 insertions(+), 25 deletions(-) create mode 100644 test/DebugInfo/COFF/types-ptr-to-member.ll