This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81cccc9 Code size optimisation: do not inline memcpy if this expansio [...] new 3dbd3c0 [codeview] Add basic record type translation new ae4bf05 Trim some spaces (NFC)
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: .../llvm/DebugInfo/CodeView/ListRecordBuilder.h | 9 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 209 ++++++++- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 27 +- lib/DebugInfo/CodeView/ListRecordBuilder.cpp | 2 + test/DebugInfo/COFF/types-basic.ll | 78 +++- test/DebugInfo/COFF/types-data-members.ll | 473 +++++++++++++++++++++ test/DebugInfo/COFF/types-recursive-struct.ll | 172 ++++++++ tools/llvm-profdata/llvm-profdata.cpp | 2 - 8 files changed, 945 insertions(+), 27 deletions(-) create mode 100644 test/DebugInfo/COFF/types-data-members.ll create mode 100644 test/DebugInfo/COFF/types-recursive-struct.ll