This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d75e77554a AMDGPU: Introduce TokenFactor for ABI register copies in ca [...] new 001e6f87450 Minidump: Add support for the MemoryList stream new 98fef15a46e [llvm-objdump]Move test code missed in r360904
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/Object/Minidump.h | 10 +++++ include/llvm/ObjectYAML/MinidumpYAML.h | 14 +++++++ lib/Object/Minidump.cpp | 2 + lib/ObjectYAML/MinidumpYAML.cpp | 38 +++++++++++++++++ ...lter-disasm.test => section-filter-relocs.test} | 19 +++++++++ test/tools/llvm-objdump/section-filter.test | 29 +++---------- test/tools/obj2yaml/basic-minidump.yaml | 24 +++++++---- unittests/Object/MinidumpTest.cpp | 48 ++++++++++++++++++++++ 8 files changed, 152 insertions(+), 32 deletions(-) rename test/tools/llvm-objdump/X86/{section-filter-disasm.test => section-filter-r [...]