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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 427df19c4791 Update counter offset to account for binary ids adds 197d9d91aec1 [AArch64][sve] Prevent incorrect function call on fixed wi [...] adds b46abdb7b8fe [clang][Driver] Pick the last --driver-mode in case of mul [...] adds 912ad5830cc1 Add llvm-ml to LLVM_TOOLCHAIN_TOOLS (PR50536) adds bc3cbd744d70 [llvm-objdump] Fix 'llvm-objdump -dr' for executables with [...] adds 297e9237db53 [SelectionDAGBuilder] Bugfix in visitInlineAsm() adds 02dece03f93d [clang] fix transformation of template arguments of 'auto' [...] adds b77c810feba0 Revert "[HardwareLoops] Change order of SCEV expression co [...] adds dc10ff25f54b [AArch64][SME] Fix imm bug in mov vector to tile aliases adds f56129fe78d5 Fine grain control over some symbol visibility adds f17d60d62028 Inform pass manager when child loops are deleted adds 0c2f8599a9cc Workaround incorrect types when lowering fixed length gath [...] adds 718280c8a2d1 [AMDGPU][OpenMP] Use complex definitions from complex_cmath.h adds e3ec9058aae5 [MemCpyOpt] Fix a variety of scalable-type crashes adds b685e13d1130 [clan-format] detect function definitions more conservatively adds ffd90ed19988 [clang-format] handle trailing comments in function defini [...] adds 748f09fdd5d6 [clang-format] improve distinction of K&R function definit [...] adds 4ab7fe9228db [clang-format] Distinguish K&R C function definition and a [...] adds c8d8248488a3 [clang-format] Improve detection of parameter declarations [...] adds f53652203e49 scudo: Only add no-omit-frame-pointer flags when the compi [...] adds 9723fc15338e [OpenCL][Docs] Release 13 notes. adds bd8cc8543fdc [OpenCL][Docs] Update OpenCL 3.0 implementation status. adds 84a3be829686 [SimplifyCFG] performBranchToCommonDestFolding(): require [...] adds 1ff9aa2bfe19 [IR] Handle constant expressions in containsUndefinedElement() adds 77f24308fe78 [X86] Don't clobber EBX in stackprobes adds 4728892cd336 [LLD] Support compressed input sections on big-endian targets adds 1c198b3032e8 Revert [MC][ELF] Emit separate unique sections for differe [...] adds fbb8b41588be Revert "[AArch64][GlobalISel] Legalize bswap <2 x i16>" adds f1342c749ac0 [LLDB] AArch64 SVE restore SVE registers after expression adds 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 [...]
No new revisions were added by this update.
Summary of changes: clang/docs/OpenCLSupport.rst | 72 +++---- clang/docs/ReleaseNotes.rst | 84 +++++++- clang/lib/Driver/Driver.cpp | 1 - clang/lib/Format/TokenAnnotator.cpp | 17 +- clang/lib/Format/UnwrappedLineParser.cpp | 41 ++-- clang/lib/Headers/openmp_wrappers/complex | 2 +- clang/lib/Sema/TreeTransform.h | 2 +- .../CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp | 22 +++ .../Headers/amdgcn-openmp-device-math-complex.cpp | 85 ++++++++ clang/unittests/Driver/ToolChainTest.cpp | 7 + clang/unittests/Format/FormatTest.cpp | 53 ++++- compiler-rt/lib/scudo/standalone/CMakeLists.txt | 7 +- lld/ELF/InputSection.cpp | 47 ++--- lld/ELF/InputSection.h | 1 + lld/test/ELF/compressed-debug-input-err.s | 3 + lld/test/ELF/compressed-debug-input.s | 8 + .../Linux/NativeRegisterContextLinux_arm64.cpp | 144 +++++++++++--- .../Linux/NativeRegisterContextLinux_arm64.h | 2 +- .../Process/Utility/RegisterInfoPOSIX_arm64.h | 1 + .../rw_access_static_config/TestSVERegisters.py | 91 +++++---- .../rw_access_static_config/main.c | 19 +- llvm/cmake/modules/AddLLVM.cmake | 1 + llvm/include/llvm/Analysis/LazyCallGraph.h | 2 +- llvm/include/llvm/Analysis/LoopInfo.h | 2 +- llvm/include/llvm/Analysis/LoopNestAnalysis.h | 2 +- llvm/include/llvm/Analysis/TargetTransformInfo.h | 2 +- llvm/include/llvm/CodeGen/MachineFunction.h | 2 +- llvm/include/llvm/IR/Function.h | 3 +- llvm/include/llvm/IR/Module.h | 6 +- llvm/include/llvm/MC/MCContext.h | 16 +- .../llvm/Transforms/Scalar/MemCpyOptimizer.h | 2 +- llvm/lib/Analysis/TargetTransformInfo.cpp | 6 +- llvm/lib/CodeGen/HardwareLoops.cpp | 25 ++- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 +- llvm/lib/IR/Constants.cpp | 8 +- llvm/lib/MC/MCContext.cpp | 2 +- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +- .../Target/AArch64/GISel/AArch64LegalizerInfo.cpp | 45 +---- .../Target/AArch64/GISel/AArch64LegalizerInfo.h | 2 - llvm/lib/Target/AArch64/SMEInstrFormats.td | 2 +- llvm/lib/Target/X86/X86FrameLowering.cpp | 8 +- llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 23 ++- llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 40 ++-- llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 43 ++-- llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 36 +++- llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp | 7 +- .../CodeGen/AArch64/GlobalISel/legalize-bswap.mir | 39 ---- .../GlobalISel/legalizer-info-validation.mir | 4 +- .../AArch64/sve-fixed-length-masked-gather.ll | 85 +++++--- .../AArch64/sve-fixed-length-masked-scatter.ll | 76 ++++--- .../CodeGen/AArch64/sve-no-typesize-warnings.ll | 20 ++ llvm/test/CodeGen/Mips/gpopt-explict-section.ll | 2 +- .../loop-instr-prep-non-const-increasement.ll | 24 ++- llvm/test/CodeGen/PowerPC/mma-phi-accs.ll | 8 +- llvm/test/CodeGen/Thumb2/mve-float16regloops.ll | 2 +- llvm/test/CodeGen/Thumb2/mve-float32regloops.ll | 2 +- llvm/test/CodeGen/Thumb2/mve-postinc-lsr.ll | 218 ++++++++++----------- llvm/test/CodeGen/X86/20210831-inlineasm.ll | 20 ++ .../CodeGen/X86/elf-unique-sections-by-flags.ll | 140 ------------- .../test/CodeGen/X86/explicit-section-mergeable.ll | 90 ++++----- llvm/test/CodeGen/X86/stack-clash-large.ll | 97 +++++---- llvm/test/MC/AArch64/SME/mova-diagnostics.s | 50 +++++ .../Transforms/InstSimplify/ConstProp/vecreduce.ll | 9 + llvm/test/Transforms/LoopUnroll/peel-loop-inner.ll | 9 +- .../LoopVectorize/vplan-sink-scalars-and-merge.ll | 66 +++++++ llvm/test/Transforms/MemCpyOpt/vscale-crashes.ll | 101 ++++++++++ .../PhaseOrdering/X86/vector-reductions-logical.ll | 90 +++++---- .../nontrivial-unswitch-markloopasdeleted.ll | 71 +++++++ .../SimplifyCFG/fold-branch-to-common-dest.ll | 95 ++++----- .../X86/elf-disassemble-relocs-exec.test | 59 ++++++ llvm/tools/llvm-objdump/llvm-objdump.cpp | 9 +- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 31 ++- 72 files changed, 1587 insertions(+), 835 deletions(-) create mode 100644 clang/test/Headers/amdgcn-openmp-device-math-complex.cpp create mode 100644 llvm/test/CodeGen/AArch64/sve-no-typesize-warnings.ll create mode 100644 llvm/test/CodeGen/X86/20210831-inlineasm.ll delete mode 100644 llvm/test/CodeGen/X86/elf-unique-sections-by-flags.ll create mode 100644 llvm/test/Transforms/MemCpyOpt/vscale-crashes.ll create mode 100644 llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-mar [...] create mode 100644 llvm/test/tools/llvm-objdump/X86/elf-disassemble-relocs-exec.test