This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 51aca1f1859 [CFG] Fix typo in docblock: blocsk/blocks new 7ff141c2023 llvm-dwarfdump: support dumping UUIDs of Mach-O binaries. new c208bb49457 Refactoring the stride 4 code in the X86interleavedaccess NFC
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/DebugInfo/DIContext.h | 10 +- include/llvm/ObjectYAML/MachOYAML.h | 2 +- include/llvm/Support/raw_ostream.h | 4 + lib/DebugInfo/DWARF/DWARFContext.cpp | 28 +++ lib/ObjectYAML/MachOYAML.cpp | 6 +- lib/Support/raw_ostream.cpp | 10 ++ lib/Target/X86/X86InterleavedAccess.cpp | 66 ++++--- .../{Object => tools/llvm-dwarfdump}/lit.local.cfg | 0 .../llvm-dwarfdump/uuid.yaml} | 164 +++++++++-------- .../llvm-dwarfdump/uuid32.yaml} | 194 +++++++++++---------- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 13 +- 11 files changed, 281 insertions(+), 216 deletions(-) copy test/{Object => tools/llvm-dwarfdump}/lit.local.cfg (100%) copy test/{ObjectYAML/MachO/export_trie.yaml => tools/llvm-dwarfdump/uuid.yaml} (57%) copy test/{ObjectYAML/MachO/export_trie.yaml => tools/llvm-dwarfdump/uuid32.yaml} (52%)