This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-check_binutils
in repository toolchain/ci/base-artifacts.
discards 68831f79 3: update: binutils-4dd834659fb94758e7496661a2f03f4426161b27: 1
new dc3ce86f 3: update: binutils-4dd834659fb94758e7496661a2f03f4426161b27: 1
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 (68831f79)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 138 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-check_binutils/console.log | 9723 +++++----
04-build_abe-check_binutils-check/console.log | 15311 +++++++-------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 148 +-
console.log | 25752 ++++++++++++------------
jenkins/manifest.sh | 6 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 2 +-
sumfiles/ld.sum | 2 +-
11 files changed, 25745 insertions(+), 25769 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-aarch64-stable-allnoconfig
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.
new 211aa5bf59e [mlir] Mark the MLIR tools for installation in CMake
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:
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 +++++++++++++++++++
mlir/tools/mlir-cpu-runner/CMakeLists.txt | 2 +-
mlir/tools/mlir-cuda-runner/CMakeLists.txt | 2 +-
mlir/tools/mlir-translate/CMakeLists.txt | 2 +-
34 files changed, 537 insertions(+), 119 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
--
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-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 4fc222ba 0: update: llvm-linux: boot
new 381aee54 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 (4fc222ba)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 182 +-
02-build_llvm/console.log | 12574 +++++++++++++++++------------------
03-build_linux/console.log | 848 +--
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 29 +
console.log | 13643 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13676 insertions(+), 13618 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/gnu-release-arm-stable-allyesconfig
in repository toolchain/ci/gcc.
from e0cd0469a2c Daily bump.
adds 533d051f6d1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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/gnu-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3b4ed186 0: update: binutils-gcc-linux: all
new c9eea6c0 0: update: binutils-gcc-linux: all
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 (3b4ed186)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 182 +-
02-prepare_abe/console.log | 136 +-
03-build_abe-binutils/console.log | 11134 ++++++-------
04-build_abe-stage1/console.log | 18218 +++++++++++----------
05-build_linux/console.log | 1034 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 30726 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 30726 insertions(+), 30734 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/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/gcc.
from e0cd0469a2c Daily bump.
adds 533d051f6d1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f70f7aec 0: update: binutils-gcc-linux: all
new 5066c94e 0: update: binutils-gcc-linux: all
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 (f70f7aec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 70 +-
02-prepare_abe/console.log | 126 +-
03-build_abe-binutils/console.log | 11344 ++++++++--------
04-build_abe-stage1/console.log | 13568 ++++++++++---------
05-build_linux/console.log | 808 +-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 25963 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 25938 insertions(+), 25975 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 348f577f 0: update: llvm-linux: boot
new 6424cc6b 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 (348f577f)
\
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 | 128 +-
02-build_llvm/console.log | 12518 +++++++++++++++++-----------------
03-build_linux/console.log | 838 +--
04-boot_linux/console.log | 418 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13906 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13910 insertions(+), 13910 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/gnu-release-aarch64-lts-allnoconfig
in repository toolchain/ci/gcc.
from e0cd0469a2c Daily bump.
adds 533d051f6d1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.