This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b6659a7444 [X86][SSE] Regenerate vpmovm2*/vpmov*2m avx512 schedule tests new ee79c38757a [Target] dumpr() is defined only in debug builds. new 8b348680b2b Update obj2yaml and yaml2obj for .debug$H section.
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/BinaryFormat/COFF.h | 1 + include/llvm/ObjectYAML/COFFYAML.h | 2 + include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h | 62 ++++++++++++ lib/ObjectYAML/CMakeLists.txt | 5 +- lib/ObjectYAML/COFFYAML.cpp | 8 +- lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp | 84 ++++++++++++++++ lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 2 + test/ObjectYAML/CodeView/guid.yaml | 59 ------------ test/ObjectYAML/CodeView/sections.yaml | 112 ++++++++++++++++++++++ tools/obj2yaml/coff2yaml.cpp | 2 + tools/yaml2obj/yaml2coff.cpp | 3 + 11 files changed, 276 insertions(+), 64 deletions(-) create mode 100644 include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h create mode 100644 lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp delete mode 100644 test/ObjectYAML/CodeView/guid.yaml create mode 100644 test/ObjectYAML/CodeView/sections.yaml