This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1704d16b1e0 [X86] Promote v8i1 shuffles to v8i32 instead of v8i64 if we [...] new bd4e6fc5e7d [DWARF v5] Rework of string offsets table reader
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/DWARF/DWARFUnit.h | 56 ++++++- lib/DebugInfo/DWARF/DWARFContext.cpp | 153 +++++++++++------- lib/DebugInfo/DWARF/DWARFUnit.cpp | 119 ++++++++++++-- test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s | 173 +++++++++++---------- .../X86/dwarfdump-str-offsets-invalid-3.s | 4 +- .../X86/dwarfdump-str-offsets-invalid-4.s | 5 +- ...valid-3.s => dwarfdump-str-offsets-invalid-6.s} | 41 ++--- test/DebugInfo/X86/dwarfdump-str-offsets-macho.s | 34 ++-- test/DebugInfo/X86/dwarfdump-str-offsets.s | 66 ++++---- 9 files changed, 425 insertions(+), 226 deletions(-) copy test/DebugInfo/X86/{dwarfdump-str-offsets-invalid-3.s => dwarfdump-str-offset [...]