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-stable-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) adds 5175565cf15 Add -std=c++20 flag, replace C++2a with C++20 throughout th [...] new f004359106c [windows] Add /Gw to compiler flags
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-tools-extra/clangd/FindTarget.cpp | 81 ++++++----- clang/docs/LanguageExtensions.rst | 2 +- clang/include/clang/Basic/DiagnosticASTKinds.td | 6 +- clang/include/clang/Basic/DiagnosticCommonKinds.td | 2 +- .../include/clang/Basic/DiagnosticFrontendKinds.td | 6 +- clang/include/clang/Basic/DiagnosticGroups.td | 41 +++--- clang/include/clang/Basic/DiagnosticLexKinds.td | 12 +- clang/include/clang/Basic/DiagnosticParseKinds.td | 38 +++--- clang/include/clang/Basic/DiagnosticSemaKinds.td | 84 ++++++------ clang/include/clang/Basic/LangStandards.def | 10 +- clang/include/clang/Basic/StmtNodes.td | 2 +- clang/include/clang/Sema/TemplateDeduction.h | 7 + clang/lib/Driver/ToolChains/FreeBSD.cpp | 9 +- clang/lib/Driver/ToolChains/FreeBSD.h | 12 +- clang/lib/Frontend/InitPreprocessor.cpp | 44 +++--- clang/lib/Sema/SemaTemplateDeduction.cpp | 2 +- .../basic/basic.lookup/basic.lookup.unqual/p3.cpp | 4 +- .../CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.cpp | 24 ++-- .../test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp | 72 +++++----- .../test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp | 24 ++-- .../dcl.fct.def/dcl.fct.def.default/p1.cpp | 22 +-- clang/test/CXX/drs/dr2xx.cpp | 6 +- clang/test/CXX/drs/dr6xx.cpp | 6 +- .../CXX/expr/expr.prim/expr.prim.lambda/p8.cpp | 6 +- clang/test/Driver/unknown-std.cpp | 4 +- clang/test/Lexer/cxx2a-spaceship.cpp | 12 +- clang/test/Lexer/cxx2a_keyword_as_cxx17.cpp | 18 +-- clang/test/Parser/cxx1z-decomposition.cpp | 10 +- clang/test/Parser/cxx2a-concept-declaration.cpp | 4 +- .../cxx2a-inline-nested-namespace-definition.cpp | 14 +- clang/test/Parser/explicit-bool.cpp | 32 ++--- clang/test/Preprocessor/init.c | 10 +- clang/test/SemaCXX/cxx17-compat.cpp | 36 ++--- clang/test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 4 +- clang/test/SemaCXX/cxx1z-decomposition.cpp | 4 +- clang/test/SemaCXX/cxx2a-compat.cpp | 14 +- .../test/SemaCXX/cxx2a-initializer-aggregates.cpp | 12 +- clang/test/SemaCXX/member-init.cpp | 2 +- clang/test/SemaTemplate/deduction.cpp | 17 +++ clang/www/cxx_status.html | 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/cmake/modules/HandleLLVMOptions.cmake | 4 + 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 +++++++++++++++++++++ llvm/utils/gn/build/BUILD.gn | 1 + 52 files changed, 635 insertions(+), 359 deletions(-) copy llvm/test/{Analysis/CostModel => Transforms/CodeGenPrepare}/PowerPC/lit.local [...]