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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 027ec2c2 0: update: llvm-linux: 19859
new e7aca3f5 0: update: llvm-linux: 19859
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 (027ec2c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 108 +-
02-build_llvm/console.log | 12304 +++++++++++++++++------------------
03-build_linux/console.log | 895 ++-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13323 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13324 insertions(+), 13334 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-master-aarch64-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 382dfe0118 Automatic date update in version.in
adds 6cb6aea2df Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 5626ea4d 0: update: binutils-gcc-linux: boot
new b56ffbc4 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 (5626ea4d)
\
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 | 166 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11526 +++++++-------
04-build_abe-stage1/console.log | 15725 ++++++++++---------
05-build_linux/console.log | 1294 +-
06-boot_linux/console.log | 356 +-
console.log | 29582 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 29547 insertions(+), 29532 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.
unknown user pushed a change to branch master
in repository llvm.
from 7c5761290de [FastISel] Copy the inline assembly dialect to the INLINEAS [...]
new 1c6d4fc3e0b AMDGPU/GlobalISel: Fix RegBankSelect for sendmsg intrinsics
new 97454bf24b5 GlobalISel: Partially implement lower for G_EXTRACT
new 9ab5b297df5 AMDGPU/GlobalISel: Lower G_ATOMIC_CMPXCHG_WITH_SUCCESS
new c8e8fe1934e AMDGPU/GlobalISel: RegBankSelect DS GWS intrinsics
new df6dd00906a AMDGPU/GlobalISel: RegBankSelect mul24 intrinsics
new 062bcee3891 AMDGPU/GlobalISel: Fall back on weird G_EXTRACT offsets
The 6 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:
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 1 +
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 35 ++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 7 +-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 17 +-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 48 +++++-
.../GlobalISel/artifact-combiner-extract.mir | 14 +-
.../legalize-atomic-cmpxchg-with-success.mir | 107 ++++++++++++
.../GlobalISel/legalize-extract-vector-elt.mir | 20 ++-
.../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 183 ++++++++++++++++++++-
.../AMDGPU/GlobalISel/legalize-shuffle-vector.mir | 20 ++-
.../regbankselect-amdgcn.ds.gws.init.mir | 79 +++++++++
.../regbankselect-amdgcn.ds.gws.sema.v.mir | 37 +++++
.../GlobalISel/regbankselect-amdgcn.s.sendmsg.mir | 13 +-
.../regbankselect-amdgcn.s.sendmsghalt.mir | 15 +-
.../AMDGPU/GlobalISel/regbankselect-constant.mir | 8 +-
15 files changed, 546 insertions(+), 58 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-atomic-cmpxchg-with-suc [...]
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.ds.gws.init.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.ds.gws.sema.v.mir
--
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-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 382dfe0118 Automatic date update in version.in
new 6cb6aea2df Automatic date update in version.in
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:
bfd/version.h | 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-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f8b9a225 0: update: binutils-gcc-linux: all
new 7ec1b1ef 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 (f8b9a225)
\
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 | 122 +-
02-prepare_abe/console.log | 84 +-
03-build_abe-binutils/console.log | 10345 ++++++------
04-build_abe-stage1/console.log | 15807 +++++++++---------
05-build_linux/console.log | 5260 +++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 31875 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 31751 insertions(+), 31776 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.