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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 63b869e99 0: update: binutils-gcc-linux: all
new f39d7744e 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 (63b869e99)
\
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 | 128 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11027 +-
04-build_abe-stage1/console.log | 15078 +-
05-build_linux/console.log | 394466 ++++++++++++++++----------------
06-boot_linux/console.log | 2 +-
console.log | 421331 +++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 421231 insertions(+), 421249 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 b154949fbdd [X86] Add tests for min/maxnum with const operand; NFC
new c015fab8752 [SelectionDAG] define binops as a superset of commutative binops
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/CodeGen/TargetLowering.h | 59 +++++++-------
test/CodeGen/X86/horizontal-reduce-smax.ll | 44 +++++------
test/CodeGen/X86/horizontal-reduce-smin.ll | 44 +++++------
test/CodeGen/X86/horizontal-reduce-umax.ll | 44 +++++------
test/CodeGen/X86/horizontal-reduce-umin.ll | 44 +++++------
test/CodeGen/X86/vector-reduce-smax-widen.ll | 111 ++++++++++++++++-----------
test/CodeGen/X86/vector-reduce-smax.ll | 111 ++++++++++++++++-----------
test/CodeGen/X86/vector-reduce-smin-widen.ll | 111 ++++++++++++++++-----------
test/CodeGen/X86/vector-reduce-smin.ll | 111 ++++++++++++++++-----------
test/CodeGen/X86/vector-reduce-umax-widen.ll | 111 ++++++++++++++++-----------
test/CodeGen/X86/vector-reduce-umax.ll | 111 ++++++++++++++++-----------
test/CodeGen/X86/vector-reduce-umin-widen.ll | 111 ++++++++++++++++-----------
test/CodeGen/X86/vector-reduce-umin.ll | 111 ++++++++++++++++-----------
13 files changed, 658 insertions(+), 465 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 154001c40fb [LoopVectorize] Fix test by regenerating checks
new b154949fbdd [X86] Add tests for min/maxnum with const operand; NFC
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:
test/CodeGen/X86/fmaxnum.ll | 68 +++++++++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/fminnum.ll | 68 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 136 insertions(+)
--
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 626310900ad Daily bump.
new ce1fc950612 PR c++/90572 - wrong disambiguation in friend declaration. [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 14 ++++++++++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp2a/typename16.C | 11 +++++++++++
gcc/testsuite/g++.dg/parse/friend13.C | 16 ++++++++++++++++
5 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/typename16.C
create mode 100644 gcc/testsuite/g++.dg/parse/friend13.C
--
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 gcc-9-branch
in repository gcc.
from 092b3fae054 Daily bump.
new 2a9907aa731 PR c++/90572 - wrong disambiguation in friend declaration. [...]
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/cp/ChangeLog | 9 +++++++++
gcc/cp/parser.c | 14 ++++++++++++--
gcc/testsuite/g++.dg/cpp2a/typename16.C | 11 +++++++++++
gcc/testsuite/g++.dg/parse/friend13.C | 16 ++++++++++++++++
4 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/typename16.C
create mode 100644 gcc/testsuite/g++.dg/parse/friend13.C
--
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 b43581e7084 [CVP] Remove unnecessary checks for empty GNWR; NFC
new 154001c40fb [LoopVectorize] Fix test by regenerating checks
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:
test/Transforms/LoopVectorize/if-pred-stores.ll | 10 ----------
1 file changed, 10 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-next-defconfig
in repository toolchain/ci/gcc.
from 07924d006bb Backport r271548
adds 7c82e65cda1 PR target/90530 * config/pa/pa.c (pa_can_change_mode_clas [...]
adds 55c11b26a07 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/config/pa/pa.c | 7 ++++---
gcc/config/pa/pa.md | 8 ++++----
4 files changed, 17 insertions(+), 8 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-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 40f4d1e510 Automatic date update in version.in
adds 43660fcf54 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-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 7ffde4372 0: update: binutils-gcc-linux: boot
new 16f3cab3a 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 (7ffde4372)
\
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 | 54 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 11022 +++++++--------
04-build_abe-stage1/console.log | 13774 ++++++++++---------
05-build_linux/console.log | 606 +-
06-boot_linux/console.log | 362 +-
console.log | 26218 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26206 insertions(+), 26242 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.