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-next-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: adds fbf89ef761b Merging r341697: adds 600a37517c8 Merging r345353:
No new revisions were added by this update.
Summary of changes: .../include/clang/Basic/DiagnosticFrontendKinds.td | 2 +- clang/test/Frontend/warning-stdlibcxx-darwin.cpp | 2 +- lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 6 +- llvm/include/llvm/MC/MCAsmBackend.h | 5 ++ .../llvm/Support/GenericDomTreeConstruction.h | 14 +++++ 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 ++ 16 files changed, 233 insertions(+), 24 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