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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a6cf8503 0: update: binutils-gcc-linux: all
new bce56073 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 (a6cf8503)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 76 +-
02-prepare_abe/console.log | 272 +-
03-build_abe-binutils/console.log | 9474 +++++------
04-build_abe-stage1/console.log | 19938 ++++++++++++-----------
05-build_linux/console.log | 556 +-
06-boot_linux/console.log | 2 +-
console.log | 30376 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 30355 insertions(+), 30355 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 919946cec1b [MCA] Slightly refactor the bottleneck analysis view. NFCI
new 6a59b736826 AMDGPU: Add ds_gws_init / ds_gws_barrier intrinsics
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:
include/llvm/IR/IntrinsicsAMDGPU.td | 22 +++
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 85 ++++++++++
lib/Target/AMDGPU/DSInstructions.td | 6 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 18 +++
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 28 ++--
lib/Target/AMDGPU/SIInstrInfo.cpp | 3 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 37 ++++-
test/CodeGen/AMDGPU/gws-hazards.mir | 103 ++++++++++++
...rt-skips-flat-vmem.mir => insert-skips-gws.mir} | 19 +--
test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.barrier.ll | 179 +++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.init.ll | 119 ++++++++++++++
test/CodeGen/AMDGPU/tail-duplication-convergent.ll | 48 ++++++
12 files changed, 637 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/gws-hazards.mir
copy test/CodeGen/AMDGPU/{insert-skips-flat-vmem.mir => insert-skips-gws.mir} (61%)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.barrier.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.init.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.
unknown user pushed a change to branch master
in repository gcc.
from bd9331d6af2 PR ada/80590
new 31f786a3df9 gcc/testsuite/ChangeLog:
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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr90866-2.c | 2 +-
2 files changed, 6 insertions(+), 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-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ec87e549 0: update: binutils-gcc-linux: all
new 2e07af60 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 (ec87e549)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 20 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11406 ++++----
04-build_abe-stage1/console.log | 19101 +++++++------
05-build_linux/console.log | 22048 +++++++--------
06-boot_linux/console.log | 2 +-
console.log | 53375 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 53203 insertions(+), 53197 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 9f1f314a53c AMDGPU: Change API for checking for exec modification
new 919946cec1b [MCA] Slightly refactor the bottleneck analysis view. NFCI
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:
include/llvm/MCA/HardwareUnits/LSUnit.h | 2 +-
tools/llvm-mca/Views/BottleneckAnalysis.cpp | 104 +++++++++++++++-------------
tools/llvm-mca/Views/BottleneckAnalysis.h | 53 +++++++++-----
tools/llvm-mca/llvm-mca.cpp | 6 +-
4 files changed, 93 insertions(+), 72 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.