This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f233b7000a [docs] Update GoldPlugin documentation new 9f006d32f1b [llvm-readobj] Generic -string-dump option new 461ab257e2f [ScheduleDAG] Fix unfolding of SUnits to already existent nodes. new 7e2280c100b [DebugInfo] Dwarfv5: Avoid unnecessary base_address specifi [...]
The 3 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/DwarfDebug.cpp | 28 ++++++--- lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 48 ++++++++------ test/CodeGen/X86/pr37916.ll | 44 +++++++++++++ test/DebugInfo/X86/range_reloc.ll | 31 +++++++-- test/DebugInfo/X86/range_reloc_base.ll | 59 +++++++++++++++++ test/DebugInfo/X86/rnglists-nobase.ll | 87 -------------------------- test/tools/llvm-readobj/print-section.test | 8 +++ tools/llvm-readobj/ELFDumper.cpp | 72 --------------------- tools/llvm-readobj/ObjDumper.cpp | 65 +++++++++++++++++++ tools/llvm-readobj/ObjDumper.h | 4 +- tools/llvm-readobj/llvm-readobj.cpp | 4 +- 11 files changed, 255 insertions(+), 195 deletions(-) create mode 100644 test/CodeGen/X86/pr37916.ll create mode 100644 test/DebugInfo/X86/range_reloc_base.ll delete mode 100644 test/DebugInfo/X86/rnglists-nobase.ll create mode 100644 test/tools/llvm-readobj/print-section.test