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-aarch64-stable-allmodconfig in repository toolchain/ci/llvm-project.
from 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/Format/TokenAnnotator.cpp | 15 +- clang/unittests/Format/FormatTest.cpp | 6 + 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/include/llvm/MC/MCContext.h | 16 +- llvm/lib/IR/Constants.cpp | 8 +- llvm/lib/MC/MCContext.cpp | 2 +- .../Target/AArch64/GISel/AArch64LegalizerInfo.cpp | 45 +---- .../Target/AArch64/GISel/AArch64LegalizerInfo.h | 2 - llvm/lib/Target/X86/X86FrameLowering.cpp | 8 +- llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 23 ++- 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 +- llvm/test/CodeGen/Mips/gpopt-explict-section.ll | 2 +- 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 ++++++++++----------- .../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 +++++---- .../Transforms/InstSimplify/ConstProp/vecreduce.ll | 9 + llvm/test/Transforms/LoopUnroll/peel-loop-inner.ll | 9 +- .../LoopVectorize/vplan-sink-scalars-and-merge.ll | 66 +++++++ .../PhaseOrdering/X86/vector-reductions-logical.ll | 90 +++++---- .../SimplifyCFG/fold-branch-to-common-dest.ll | 95 ++++----- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 31 ++- 37 files changed, 836 insertions(+), 698 deletions(-) delete mode 100644 llvm/test/CodeGen/X86/elf-unique-sections-by-flags.ll