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-defconfig in repository toolchain/ci/llvm-project.
from f636e9feb9f [FPEnv][ARM] Don't call mutateStrictFPToFP when lowering adds 8dbe13ff509 [libcxx] Support Python 3.8 in the test suite adds cd5006d09d0 PR44890: Inherit explicitly-specified template arguments in [...] adds 3dee8be1c3f llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variable adds 8de07c31c1a Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWI [...] adds 2db1f7f59a2 Restore functionality of --sysroot on FreeBSD after b18cb9c47 adds be45a5a4092 [CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74 adds a0fe9e05176 [SLPVectorizer] Do not assume extracelement idx is a ConstantInt. adds 222de784df4 [X86CmovConversion] Make heuristic for optimized cmov depth [...] adds d5f8656a68c [clangd] Make output order of allTargetDecls deterministic adds 7751f0c1915 Add testing for DW_OP_piece and fix a bug with small Scalar [...] adds cab81521b5a Fix a buffer-size bug when the first DW_OP_piece is undefined adds 5f76fcc9796 Fix unused function warning (PR44808)
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/FindTarget.cpp | 81 ++++++----- clang/include/clang/Sema/TemplateDeduction.h | 7 + clang/lib/Driver/ToolChains/FreeBSD.cpp | 9 +- clang/lib/Driver/ToolChains/FreeBSD.h | 12 +- clang/lib/Sema/SemaTemplateDeduction.cpp | 2 +- clang/test/SemaTemplate/deduction.cpp | 17 +++ libcxx/utils/libcxx/test/target_info.py | 14 +- libunwind/src/UnwindCursor.hpp | 5 +- lldb/source/Expression/DWARFExpression.cpp | 22 ++- lldb/unittests/Expression/DWARFExpressionTest.cpp | 28 +++- llvm/cmake/config-ix.cmake | 2 +- llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 12 +- llvm/lib/Target/X86/X86CmovConversion.cpp | 13 +- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 11 +- .../CodeGenPrepare}/PowerPC/lit.local.cfg | 0 .../test/Transforms/SLPVectorizer/X86/lookahead.ll | 150 +++++++++++++++++++++ 16 files changed, 318 insertions(+), 67 deletions(-) copy llvm/test/{Analysis/CostModel => Transforms/CodeGenPrepare}/PowerPC/lit.local [...]