This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allnoconfig in repository toolchain/ci/llvm-monorepo.
from ec87910c282 Merging r342946: adds 1151387a041 Merging r344516: adds 3465615e318 Merging r343212: adds 16c44a11cd4 Merging r344591: adds 6027ebc46b4 Merging r344605:
No new revisions were added by this update.
Summary of changes: lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 6 +- llvm/include/llvm/MC/MCAsmBackend.h | 5 ++ llvm/lib/MC/MCExpr.cpp | 5 ++ .../Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 9 +++ llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 2 + .../Target/Mips/MCTargetDesc/MipsELFStreamer.cpp | 17 ++++++ .../lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h | 7 +++ .../CodeGen/Mips/micromips-gcc-except-table.ll | 37 ++++++++++++ llvm/test/DebugInfo/Mips/eh_frame.ll | 38 +++++++++++++ polly/include/polly/CodeGen/IslAst.h | 6 +- polly/lib/CodeGen/IslAst.cpp | 38 ++++++------- polly/test/ScheduleOptimizer/SIMDInParallelFor.ll | 65 ++++++++++++++++++++++ .../full_partial_tile_separation.ll | 4 ++ 13 files changed, 217 insertions(+), 22 deletions(-) create mode 100644 llvm/test/CodeGen/Mips/micromips-gcc-except-table.ll create mode 100644 llvm/test/DebugInfo/Mips/eh_frame.ll create mode 100644 polly/test/ScheduleOptimizer/SIMDInParallelFor.ll