This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 64bce2ddd40 [X86][AVX] Add test case showing failure to fold broadcast [...] new c47e98d58f8 Add minidump support to obj2yaml
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/ObjectYAML/MinidumpYAML.h | 12 +++++++++++ lib/ObjectYAML/MinidumpYAML.cpp | 32 ++++++++++++++++++++++++++++++ test/tools/obj2yaml/basic-minidump.yaml | 35 +++++++++++++++++++++++++++++++++ tools/obj2yaml/CMakeLists.txt | 1 + tools/obj2yaml/minidump2yaml.cpp | 24 ++++++++++++++++++++++ tools/obj2yaml/obj2yaml.cpp | 3 +++ tools/obj2yaml/obj2yaml.h | 3 +++ 7 files changed, 110 insertions(+) create mode 100644 test/tools/obj2yaml/basic-minidump.yaml create mode 100644 tools/obj2yaml/minidump2yaml.cpp