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-mainline-allmodconfig in repository toolchain/ci/llvm-project.
from d2a710ea784 Actually, don't try to use __builtin_strlen in StringRef.h [...] adds 165a6367631 [libcxxabi] Fix layout of __cxa_exception for win64 adds db51c41a646 [ELF] Decrease alignment of ThunkSection on 64-bit targets [...] adds 852b37f83b2 [LLD][ELF][ARM][AArch64] Only round up ThunkSection Size wh [...] adds 5f6fec2404c AMDGPU: Fix handling of infinite loops in fragment shaders adds ca6b341bd5d [libcxx] [Windows] Store the lconv struct returned from loc [...] adds 2d9954dd824 Add -Wrange-loop-analysis changes to ReleaseNotes adds 300cbdc59da PR44761: Fix fallback to later tiebreakers if two non-templ [...] adds 7a94fc09d17 PR44721: Don't consider overloaded operators for built-in c [...] adds 8f19f984f29 [Concepts] Add missing CXXThisScope to function template co [...] adds b833e0c5f11 PR44786: Don't assert when profiling <=> expressions.
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 4 +- clang/lib/AST/StmtProfile.cpp | 4 +- clang/lib/Sema/SemaConcept.cpp | 7 ++ clang/lib/Sema/SemaDeclCXX.cpp | 29 ++++++-- clang/lib/Sema/SemaOverload.cpp | 14 ++-- clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 ++- .../class.compare/class.compare.default/p3.cpp | 12 ++++ .../CXX/over/over.match/over.match.best/p2.cpp | 16 +++++ clang/test/SemaCXX/cxx2a-three-way-comparison.cpp | 9 +++ .../SemaTemplate/instantiate-requires-clause.cpp | 11 ++- libcxx/include/support/win32/locale_win32.h | 73 ++++++++++++++++++-- libcxx/src/support/win32/locale_win32.cpp | 8 ++- libcxxabi/src/cxa_exception.h | 10 +-- lld/ELF/Relocations.cpp | 31 +++++++++ lld/ELF/SyntheticSections.cpp | 11 +-- lld/ELF/SyntheticSections.h | 4 ++ lld/test/ELF/aarch64-call26-thunk.s | 10 +-- .../ELF/aarch64-cortex-a53-843419-thunk-align.s | 74 ++++++++++++++++++++ lld/test/ELF/aarch64-cortex-a53-843419-thunk.s | 13 ++-- lld/test/ELF/aarch64-jump26-thunk.s | 10 +-- lld/test/ELF/aarch64-thunk-pi.s | 12 ++-- lld/test/ELF/aarch64-thunk-script.s | 18 ++--- lld/test/ELF/arm-fix-cortex-a8-thunk-align.s | 41 +++++++++++ lld/test/ELF/arm-fix-cortex-a8-thunk.s | 18 ++--- lld/test/ELF/ppc64-dtprel.s | 8 +-- lld/test/ELF/ppc64-ifunc.s | 22 +++--- lld/test/ELF/ppc64-long-branch.s | 4 +- lld/test/ELF/ppc64-tls-gd.s | 18 ++--- lld/test/ELF/ppc64-toc-restore.s | 4 +- .../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 79 ++++++++++++++++++++-- llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll | 68 +++++++++++++++++++ 31 files changed, 534 insertions(+), 116 deletions(-) create mode 100644 clang/test/CXX/over/over.match/over.match.best/p2.cpp create mode 100644 lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s create mode 100644 lld/test/ELF/arm-fix-cortex-a8-thunk-align.s create mode 100644 llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll