This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dc4f56d [X86][SSE]] Lower BUILD_VECTOR with repeated elts as BUILD_VE [...] new 2c2955a [codeview] Add support for label type records
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/CodeView.h | 6 ++++++ include/llvm/DebugInfo/CodeView/TypeRecord.h | 10 ++++++++++ include/llvm/DebugInfo/CodeView/TypeRecords.def | 2 +- lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp | 4 ++++ lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 9 +++++++++ lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 5 +++++ lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 4 ++++ test/tools/llvm-readobj/Inputs/codeview-label.obj | Bin 0 -> 830 bytes test/tools/llvm-readobj/codeview-label.test | 16 ++++++++++++++++ tools/llvm-pdbdump/YamlTypeDumper.cpp | 11 +++++++++++ 10 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 test/tools/llvm-readobj/Inputs/codeview-label.obj create mode 100644 test/tools/llvm-readobj/codeview-label.test