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-stable-allyesconfig in repository toolchain/ci/llvm-project.
from 7ad47b46b55 [clang-tidy] Fixed crash 44745 in readability-else-after-return adds 4ea9a4aba4a Declare __builtin_strlen in StringRef.h as constexpr adds d2a710ea784 Actually, don't try to use __builtin_strlen in StringRef.h [...] adds 165a6367631 [libcxxabi] Fix layout of __cxa_exception for win64 new db51c41a646 [ELF] Decrease alignment of ThunkSection on 64-bit targets [...] new 852b37f83b2 [LLD][ELF][ARM][AArch64] Only round up ThunkSection Size wh [...] new 5f6fec2404c AMDGPU: Fix handling of infinite loops in fragment shaders new ca6b341bd5d [libcxx] [Windows] Store the lconv struct returned from loc [...]
The 4 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: 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 +- llvm/include/llvm/ADT/StringRef.h | 3 +- .../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 79 ++++++++++++++++++++-- llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll | 68 +++++++++++++++++++ 22 files changed, 442 insertions(+), 97 deletions(-) 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