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-master-arm-mainline-allmodconfig in repository toolchain/ci/llvm-project.
from fcd549a7d82 Suppress -Wctad-maybe-unsupported on types w/o deduction guides. adds 76f0f2e0f0c [SelectionDAG] Add node creation debug message to getMemInt [...] adds 2c7a8eaf3d3 [OpenMP 5.0] libomptarget interface for declare mapper functions. adds a04ffdbb05f [OpenMP 5.0] Codegen support for user-defined mappers. adds 7eb2f08b9c8 Revert "[OpenMP 5.0] Codegen support for user-defined mappers." adds 0fff1e4f3d3 [X86] Consistently use MVT::i8 for the constant operand of [...] adds d34099926e9 [llvm-objdump] Re-commit r367284. adds 278d5930144 Revert "Suppress -Wctad-maybe-unsupported on types w/o dedu [...] adds 8f6cf97beed [ELF][test] Delete redundant version-script-*.s tests adds 037861b2309 [Parser] Emit descriptive diagnostic for misplaced pragma adds 91296295d02 [ARM] MVE big endian bitcasts adds 6f0ac30ae16 [ORC] Remove a layer of indirection when locking the mutex. NFCI. adds e16901844d3 [X86] SimplifyMultipleUseDemandedBits - Add target shuffle support adds c5891eaa34e Fix signed/unsigned comparison warning. NFC. adds 436fd52a712 [X86] lowerShuffleAsSpecificZeroOrAnyExtend - use undef PSH [...] adds 6d83ab0870c [clang-tidy] Add FixItHint for performance-noexcept-move-co [...] adds 6d2e8eb9cac [UpdateTestChecks] Add end_function directive to regex matc [...] adds 295f99265b8 Regenerate test for an upcoming patch. adds 5a4989e2ac7 [TargetLowering][X86] Teach SimplifyDemandedVectorElts to r [...] adds b6acee5c7b1 [Attributor][NFC] Invalid DerefState is at fixpoint adds d1c3793563b [Attributor][NFC] Simplify common pattern wrt. fixpoints adds 4361da24aca [Attributor][Fix] Resolve various liveness issues adds 6471bb6f18f [Attributor][NFC] Improve debug output adds 305b961f64b [Attributor][NFC] Create some attributes earlier adds 85faa70e047 [Driver] Support for disabling sanitizer runtime linking adds 2ca1548299b gn build: Merge r367756 new 5b066a9d904 [Driver] Always use -z separate-code with lld on Fuchsia new bc3c2994033 [Driver] Derive Fuchsia Linker directly from Tool
The 2 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: .../performance/NoexceptMoveConstructorCheck.cpp | 16 +- .../performance-noexcept-move-constructor-fix.cpp | 67 +++++ clang/include/clang/Basic/DiagnosticParseKinds.td | 2 + clang/include/clang/Driver/Options.td | 6 + clang/include/clang/Driver/SanitizerArgs.h | 6 +- clang/lib/Driver/SanitizerArgs.cpp | 10 +- clang/lib/Driver/ToolChains/CommonArgs.cpp | 40 +-- clang/lib/Driver/ToolChains/Fuchsia.cpp | 2 + clang/lib/Driver/ToolChains/Fuchsia.h | 4 +- clang/lib/Parse/ParseDecl.cpp | 8 + clang/lib/Parse/ParseDeclCXX.cpp | 7 + clang/test/Driver/fuchsia.c | 2 +- clang/test/Driver/sanitizer-ld.c | 40 +++ clang/test/Parser/pragma-attribute-context.cpp | 3 +- clang/test/Parser/pragma-fp-contract.c | 13 + clang/test/Parser/pragma-fp-contract.cpp | 32 ++ libcxx/include/__config | 9 - libcxx/include/__mutex_base | 3 - libcxx/include/functional | 3 +- libcxx/include/iterator | 1 - libcxx/include/mutex | 1 - libcxx/include/shared_mutex | 1 - libcxx/include/string_view | 1 - .../back.insert.iterator/implicit_ctad.pass.cpp | 41 --- libcxx/utils/libcxx/test/config.py | 1 - lld/test/ELF/version-script-anonymous-local.s | 61 ---- lld/test/ELF/version-script-missing.s | 7 - lld/test/ELF/version-script-no-warn.s | 12 - lld/test/ELF/version-script-no-warn2.s | 9 - lld/test/ELF/version-script-noundef.s | 2 +- lld/test/ELF/version-script.s | 4 +- llvm/include/llvm/DebugInfo/DIContext.h | 12 +- .../llvm/ExecutionEngine/Orc/ThreadSafeModule.h | 9 +- llvm/include/llvm/Transforms/IPO/Attributor.h | 33 ++- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 9 + llvm/lib/DebugInfo/DWARF/DWARFContext.cpp | 2 +- llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp | 17 +- llvm/lib/Target/ARM/ARMInstrMVE.td | 45 +++ llvm/lib/Target/X86/X86ISelLowering.cpp | 87 ++++-- llvm/lib/Transforms/IPO/Attributor.cpp | 297 +++++++++---------- llvm/test/CodeGen/Thumb2/mve-be.ll | 330 +++++++++++++++++++++ .../CodeGen/WebAssembly/simd-extended-extract.ll | 81 +++-- llvm/test/CodeGen/X86/bitcast-vector-bool.ll | 6 +- llvm/test/CodeGen/X86/masked_expandload.ll | 8 +- llvm/test/CodeGen/X86/vec_smulo.ll | 230 +++++++------- llvm/test/CodeGen/X86/vector-reduce-mul-widen.ll | 39 +-- llvm/test/CodeGen/X86/vector-shuffle-128-v16.ll | 2 +- llvm/test/CodeGen/X86/x86-interleaved-access.ll | 72 ++--- llvm/test/Transforms/FunctionAttrs/liveness.ll | 49 ++- .../X86/source-interleave-invalid-source.test | 6 +- .../X86/source-interleave-missing-source.test | 6 +- .../X86/source-interleave-no-debug-info.test | 6 +- llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 2 +- llvm/tools/llvm-objdump/llvm-objdump.cpp | 75 +++-- llvm/tools/llvm-objdump/llvm-objdump.h | 2 +- llvm/tools/llvm-xray/func-id-helper.cpp | 2 +- llvm/utils/UpdateTestChecks/asm.py | 2 +- .../llvm/lib/ExecutionEngine/Orc/BUILD.gn | 2 + openmp/libomptarget/src/exports | 2 + openmp/libomptarget/src/interface.cpp | 22 ++ openmp/libomptarget/src/private.h | 18 ++ .../test/mapping/declare_mapper_api.cpp | 46 +++ 63 files changed, 1285 insertions(+), 652 deletions(-) create mode 100644 clang-tools-extra/test/clang-tidy/performance-noexcept-move-con [...] create mode 100644 clang/test/Parser/pragma-fp-contract.cpp delete mode 100644 libcxx/test/std/iterators/predef.iterators/insert.iterators/bac [...] delete mode 100644 lld/test/ELF/version-script-anonymous-local.s delete mode 100644 lld/test/ELF/version-script-missing.s delete mode 100644 lld/test/ELF/version-script-no-warn.s delete mode 100644 lld/test/ELF/version-script-no-warn2.s create mode 100644 llvm/test/CodeGen/Thumb2/mve-be.ll create mode 100644 openmp/libomptarget/test/mapping/declare_mapper_api.cpp