This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 596b78875d4 bpf: new option -bpf-expand-memcpy-in-order to expand memcp [...] new 7c767bd7868 [dsymutil] Add support for generating DWARF5 accelerator tables. new 327eaad5f0c [DWARF v5] Don't emit multiple DW_AT_rnglists_base attribut [...]
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: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 - lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 81 ++++++++++-------------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 9 ++- test/DebugInfo/X86/cu-ranges.ll | 11 ++++ test/DebugInfo/X86/rnglists_base_attr.ll | 89 ++++++++++++++++++++++++++ test/DebugInfo/X86/rnglists_curanges.ll | 50 +++++++++++++++ test/tools/dsymutil/X86/accelerator.test | 38 ++++++++++++ test/tools/dsymutil/cmdline.test | 1 + tools/dsymutil/DwarfLinker.cpp | 96 +++++++++++++++++++++++++---- tools/dsymutil/DwarfLinker.h | 23 +++++-- tools/dsymutil/DwarfStreamer.cpp | 27 ++++++++ tools/dsymutil/DwarfStreamer.h | 11 ++++ tools/dsymutil/LinkUtils.h | 10 +++ tools/dsymutil/dsymutil.cpp | 21 ++++--- 14 files changed, 395 insertions(+), 74 deletions(-) create mode 100644 test/DebugInfo/X86/rnglists_base_attr.ll create mode 100644 test/DebugInfo/X86/rnglists_curanges.ll create mode 100644 test/tools/dsymutil/X86/accelerator.test