This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c878642f35f AArch64: Allow offsets to be folded into addresses with ELF. new 2031cf6be1b [Debuginfo][COFF] Minimal serialization support for precomp [...]
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 | 4 +- include/llvm/DebugInfo/CodeView/CodeViewTypes.def | 4 +- include/llvm/DebugInfo/CodeView/TypeRecord.h | 1831 ++++++++++---------- include/llvm/ObjectYAML/COFFYAML.h | 1 + include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h | 2 +- include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 6 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 +- lib/DebugInfo/CodeView/RecordName.cpp | 656 +++---- lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 1125 ++++++------ lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 979 +++++------ lib/ObjectYAML/COFFYAML.cpp | 8 +- lib/ObjectYAML/CodeViewYAMLTypes.cpp | 1621 ++++++++--------- test/DebugInfo/Inputs/precomp-a.obj | Bin 0 -> 2275 bytes test/DebugInfo/Inputs/precomp.obj | Bin 0 -> 62021 bytes test/DebugInfo/precomp.test | 57 + tools/llvm-pdbutil/InputFile.cpp | 3 +- tools/llvm-pdbutil/MinimalTypeDumper.cpp | 1097 ++++++------ tools/obj2yaml/coff2yaml.cpp | 6 +- tools/yaml2obj/yaml2coff.cpp | 5 +- .../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 1177 ++++++------- 21 files changed, 4384 insertions(+), 4203 deletions(-) create mode 100644 test/DebugInfo/Inputs/precomp-a.obj create mode 100644 test/DebugInfo/Inputs/precomp.obj create mode 100644 test/DebugInfo/precomp.test