This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f87305aa 0: update: binutils-gcc-linux: boot
new c0fe3eb2 0: update: binutils-gcc-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f87305aa)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 220 +-
02-prepare_abe/console.log | 212 +-
03-build_abe-binutils/console.log | 11717 ++++++------
04-build_abe-stage1/console.log | 15770 ++++++++--------
05-build_linux/console.log | 7888 ++++----
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 18 +-
08-update_baseline/console.log | 16 +-
console.log | 35845 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
11 files changed, 35842 insertions(+), 35868 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 1fb4e57c 0: update: llvm-linux: boot
new fad91c28 0: update: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1fb4e57c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 120 +-
02-build_llvm/console.log | 12677 ++++++++++++++++++-----------------
03-build_linux/console.log | 886 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13691 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13693 insertions(+), 13699 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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/base-artifacts.
discards 1a62caee 0: update: llvm-linux: 18068
new 143cc38c 0: update: llvm-linux: 18068
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1a62caee)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 12630 +++++++++++++++++-----------------
03-build_linux/console.log | 966 +--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 32 -
console.log | 13796 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13769 insertions(+), 13833 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.