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-mainline-allmodconfig in repository toolchain/ci/llvm-monorepo.
from ec87910c282 Merging r342946: new 1151387a041 Merging r344516: new 3465615e318 Merging r343212: new 16c44a11cd4 Merging r344591: new 6027ebc46b4 Merging r344605:
The 4 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: 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