This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3dc9416c85f [VFS] Add reverse iterator to OverlayFileSystem new c2427c2dc9c Revert Changing CodeView debug info type record representat [...]
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/DebugInfo/CodeView/CVTypeVisitor.h | 4 - include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 88 +---- .../llvm/DebugInfo/CodeView/TypeRecordMapping.h | 2 - .../CodeView/TypeVisitorCallbackPipeline.h | 5 - lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 49 +-- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 15 - lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 126 +------ lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 19 +- test/DebugInfo/COFF/anonymous-struct.ll | 1 - test/DebugInfo/COFF/big-type.ll | 1 - test/DebugInfo/COFF/class-options-common.ll | 1 - test/DebugInfo/COFF/const-unnamed-member.ll | 1 - test/DebugInfo/COFF/defer-complete-type.ll | 1 - test/DebugInfo/COFF/enum-co.ll | 1 - test/DebugInfo/COFF/enum.ll | 1 - test/DebugInfo/COFF/function-options.ll | 1 - test/DebugInfo/COFF/globals.ll | 1 - test/DebugInfo/COFF/inheritance.ll | 1 - test/DebugInfo/COFF/inlining-padding.ll | 1 - test/DebugInfo/COFF/inlining-same-name.ll | 1 - test/DebugInfo/COFF/inlining.ll | 14 + test/DebugInfo/COFF/lambda.ll | 1 - test/DebugInfo/COFF/long-type-name.ll | 1 - test/DebugInfo/COFF/nested-types.ll | 1 - test/DebugInfo/COFF/retained-types.ll | 1 - test/DebugInfo/COFF/scopes.ll | 1 - test/DebugInfo/COFF/static-methods.ll | 1 - test/DebugInfo/COFF/type-quals.ll | 1 - test/DebugInfo/COFF/types-array-advanced.ll | 1 - test/DebugInfo/COFF/types-array-unsized.ll | 1 - test/DebugInfo/COFF/types-array.ll | 1 - test/DebugInfo/COFF/types-basic.ll | 369 --------------------- test/DebugInfo/COFF/types-calling-conv.ll | 1 - test/DebugInfo/COFF/types-cvarargs.ll | 1 - test/DebugInfo/COFF/types-data-members.ll | 1 - test/DebugInfo/COFF/types-empty-member-fn.ll | 1 - test/DebugInfo/COFF/types-method-ref-qualifiers.ll | 1 - test/DebugInfo/COFF/types-nested-class.ll | 1 - test/DebugInfo/COFF/types-non-virtual-methods.ll | 1 - test/DebugInfo/COFF/types-ptr-to-member.ll | 1 - test/DebugInfo/COFF/types-recursive-struct.ll | 1 - test/DebugInfo/COFF/unnamed.ll | 1 - test/DebugInfo/COFF/vftables.ll | 1 - test/DebugInfo/COFF/virtual-method-kinds.ll | 1 - test/DebugInfo/COFF/virtual-methods.ll | 1 - test/DebugInfo/COFF/vtable-optzn-array.ll | 1 - 46 files changed, 53 insertions(+), 674 deletions(-)