This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d31305af4f0 [AMDGPU] Define code object identification string used in A [...] new 730f4c7d716 [DWARF] Suppress split line tables more carefully. new 0daf86291d3 [AMDGPU] For OS type AMDPAL, fixed scratch on compute shader
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/MC/MCDwarf.h | 3 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 10 +++--- lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 --- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 17 +++++----- lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 + lib/MC/MCDwarf.cpp | 7 +++-- lib/Target/AMDGPU/SIFrameLowering.cpp | 6 ++-- test/CodeGen/AMDGPU/amdpal.ll | 29 +++++++++++++++++ test/CodeGen/X86/dwarf-split-line-1.ll | 40 ++++++++++++++++++++++++ test/CodeGen/X86/dwarf-split-line-2.ll | 57 ++++++++++++++++++++++++++++++++++ 10 files changed, 151 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/X86/dwarf-split-line-1.ll create mode 100644 test/CodeGen/X86/dwarf-split-line-2.ll