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-aarch64-mainline-defconfig in repository toolchain/ci/llvm-project.
from 2aa67b31faf0 [clang-format] Restrict the special handling for K&R C to C/C++ adds 1916a1c578f8 [VPlan] Fix crash caused by not updating all users properly. adds f6b09e394a5f [openmp] Apply code change from D109500 adds 1f27fe612876 -Wunused-but-set-parameter/-Wunused-but-set-variable Add t [...] adds 635b7871de93 [clang-repl] Install clang-repl adds 89f2c0c63c22 [clang] disable implicit moves when not in CPlusPLus new d811546f803c [compiler-rt] Move -fno-omit-frame-pointer check to common [...]
The 1 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: clang/docs/ReleaseNotes.rst | 3 + clang/lib/Sema/SemaStmt.cpp | 3 +- clang/test/AST/nrvo.c | 29 ++++++++++ clang/test/Analysis/blocks-nrvo.c | 14 +++++ clang/tools/clang-repl/CMakeLists.txt | 2 +- compiler-rt/cmake/builtin-config-ix.cmake | 1 - compiler-rt/cmake/config-ix.cmake | 1 + llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 23 ++++++-- llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp | 7 ++- .../LoopVectorize/vplan-sink-scalars-and-merge.ll | 66 ++++++++++++++++++++++ 10 files changed, 140 insertions(+), 9 deletions(-) create mode 100644 clang/test/AST/nrvo.c create mode 100644 clang/test/Analysis/blocks-nrvo.c