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-stable-defconfig in repository toolchain/ci/llvm-project.
from fcb6123d05c Use switch instead of series of comparisons adds 43e60ba8c32 [yaml2obj][tests] Replace 8-byte `od` conversion with 1-byt [...] adds 4197d1c3667 Fixup r367321 "Ask confirmation when `git llvm push` will p [...] adds 208e8a1b662 Revert accidental change to __member_pointer_traits_imp. adds b31229af4f4 [JITLink] Fix error message formatting. adds 3daccaac8a6 [JITLink] Add support for MachO/x86-64 UNSIGNED relocs with [...] adds 3c805d125a9 [WebAssembly] Fix allocsize attribute in sjlj lowering adds c9171bd0a95 [x86] change free truncate hook to handle only simple types [...] adds fe374992070 [JITLink] Fix an overly-wide read in the MachO/x86-64 test case. adds 2edeb8a11a0 [DAGCombiner] Prevent the combine added in r367710 from cre [...] adds 44b16bd4a5b [Transforms] Do not drop !preserve.access.index metadata adds 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. new 5a4989e2ac7 [TargetLowering][X86] Teach SimplifyDemandedVectorElts to r [...]
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: .../performance/NoexceptMoveConstructorCheck.cpp | 16 +- .../performance-noexcept-move-constructor-fix.cpp | 67 +++++ clang/include/clang/Basic/DiagnosticParseKinds.td | 2 + clang/lib/Parse/ParseDecl.cpp | 8 + clang/lib/Parse/ParseDeclCXX.cpp | 7 + 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/type_traits | 4 +- 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/JITLink/MachO_x86_64.h | 1 + .../llvm/ExecutionEngine/Orc/ThreadSafeModule.h | 9 +- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- 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/ExecutionEngine/JITLink/MachO_x86_64.cpp | 26 +- llvm/lib/Target/ARM/ARMInstrMVE.td | 45 +++ .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 15 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 89 ++++-- llvm/lib/Transforms/Utils/Local.cpp | 7 +- llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 3 +- llvm/test/CodeGen/BPF/CORE/intrinsic-transforms.ll | 120 ++++++++ llvm/test/CodeGen/Thumb2/mve-be.ll | 330 +++++++++++++++++++++ llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll | 19 +- .../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/shift-combine.ll | 33 +++ 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 ++--- .../JITLink/X86/MachO_x86-64_relocations.s | 29 +- .../X86/source-interleave-invalid-source.test | 6 +- .../X86/source-interleave-missing-source.test | 6 +- .../X86/source-interleave-no-debug-info.test | 6 +- .../test/tools/yaml2obj/elf-override-shoffset.yaml | 8 +- llvm/test/tools/yaml2obj/elf-override-shsize.yaml | 8 +- 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/utils/git-svn/git-llvm | 13 +- openmp/libomptarget/src/exports | 2 + openmp/libomptarget/src/interface.cpp | 22 ++ openmp/libomptarget/src/private.h | 18 ++ .../test/mapping/declare_mapper_api.cpp | 46 +++ 56 files changed, 1240 insertions(+), 435 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 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/BPF/CORE/intrinsic-transforms.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-be.ll create mode 100644 openmp/libomptarget/test/mapping/declare_mapper_api.cpp