This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b47f061f5bb AMDGPU: Add clamp bit to dot intrinsics new 59a658d8e21 [GlobalISel][IRTranslator] Use RPO traversal when visiting [...] new 2bdc8dd491b [DebugInfo] Generate fixups as emitting DWARF .debug_line.
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 | 7 ++ include/llvm/MC/MCFragment.h | 16 ++--- lib/CodeGen/GlobalISel/IRTranslator.cpp | 13 ++-- lib/MC/MCAssembler.cpp | 36 +++++++++-- lib/MC/MCDwarf.cpp | 51 +++++++++++++++ test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 4 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 6 +- .../AArch64/GlobalISel/irtranslator-block-order.ll | 19 ++++++ test/{CodeGen => DebugInfo}/RISCV/lit.local.cfg | 0 test/DebugInfo/RISCV/relax-debug-line.ll | 75 ++++++++++++++++++++++ 10 files changed, 200 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-block-order.ll copy test/{CodeGen => DebugInfo}/RISCV/lit.local.cfg (100%) create mode 100644 test/DebugInfo/RISCV/relax-debug-line.ll