This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from 81e04e9e9ac [PowerPC] Generate lxsd instead of the ld->mtvsrd sequence [...] adds adb0f66b579 [DebugInfo] Generate DWARF debug information for labels. (F [...]
No new revisions were added by this update.
Summary of changes: include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 4 + lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 +- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +- ...lculator.cpp => DbgEntityHistoryCalculator.cpp} | 73 ++++++----- ...ryCalculator.h => DbgEntityHistoryCalculator.h} | 29 ++++- lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 12 +- lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 5 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 88 +++++++++---- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 23 ++-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 135 +++++++++++++------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 137 +++++++++++++++++---- lib/CodeGen/AsmPrinter/DwarfFile.cpp | 5 + lib/CodeGen/AsmPrinter/DwarfFile.h | 18 ++- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 + lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 + lib/CodeGen/GlobalISel/IRTranslator.cpp | 11 ++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 ++ test/DebugInfo/Generic/debug-label-inline.ll | 50 ++++++++ test/DebugInfo/Generic/debug-label.ll | 73 +++++++++++ 19 files changed, 534 insertions(+), 149 deletions(-) rename lib/CodeGen/AsmPrinter/{DbgValueHistoryCalculator.cpp => DbgEntityHistoryCa [...] rename lib/CodeGen/AsmPrinter/{DbgValueHistoryCalculator.h => DbgEntityHistoryCalc [...] create mode 100644 test/DebugInfo/Generic/debug-label-inline.ll create mode 100644 test/DebugInfo/Generic/debug-label.ll