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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 58441a36c linux-d73aba1115cf40630cc8b4b7aed049ed8117b458: 19127
new c85eafdff llvm-30d3a54b74cf304a82d4f4ab2ef39efdc017ed78: 19127
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 (58441a36c)
\
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:
1-reset_artifacts/console.log | 68 +-
2-build_llvm/console.log | 10239 ++++++++++++++++++------------------
3-count_linux_objs/console.log | 596 +--
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10909 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10915 insertions(+), 10925 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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards db7cdfbe5 gcc-c0a8dacad95511feaa8bd962aafb969f99d3250b: all
new ae0148c06 linux-ba606975938179b1e893e44e190d0001de8e5262: 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 (db7cdfbe5)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3229 ++---
4-build_abe-stage1/console.log | 3657 +++---
5-count_linux_objs/console.log | 17160 +++++++++++++-------------
console.log | 23792 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 23965 insertions(+), 23913 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-defconfig
in repository toolchain/ci/gcc.
from fabfa92cb3f 2019-01-24 Richard Biener <rguenther(a)suse.de>
adds b015209c327 Mitigation for PR target/88469 on arm-based systems bootstr [...]
adds 85d80e2464d PR target/88998 * config/i386/sse.md (sse2_cvtpi2pd): Add [...]
adds 2a5a54f69d9 Daily bump.
adds df377fc48e3 2019-01-25 Richard Biener <rguenther(a)suse.de>
adds 5fc499ed596 2019-01-25 Paul Thomas <pault(a)gcc.gnu.org>
adds f191099105a Daily bump.
new f285e3cff08 * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use [...]
new 73dfdb49a97 * gcc-interface/trans.c (struct loop_info_d): Remove artif [...]
The 2 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/ChangeLog | 20 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 13 ++++++
gcc/ada/gcc-interface/decl.c | 46 ++++++++++++++--------
gcc/ada/gcc-interface/trans.c | 2 -
gcc/config/i386/sse.md | 46 ++++++++++++++--------
gcc/fortran/ChangeLog | 9 +++++
gcc/fortran/trans-array.c | 32 ++++++++++-----
gcc/graphite-scop-detection.c | 11 +++++-
gcc/profile-count.h | 12 +++++-
gcc/testsuite/ChangeLog | 20 ++++++++++
gcc/testsuite/g++.dg/pr88998.C | 31 +++++++++++++++
gcc/testsuite/gcc.dg/graphite/pr69728.c | 4 +-
gcc/testsuite/gcc.dg/graphite/pr86865.c | 35 ++++++++++++++++
gcc/testsuite/gcc.dg/graphite/scop-21.c | 3 +-
gcc/testsuite/gfortran.dg/assign_10.f90 | 2 +-
gcc/testsuite/gfortran.dg/pointer_array_10.f90 | 27 +++++++++++++
.../gfortran.dg/transpose_optimization_2.f90 | 2 +-
libgomp/ChangeLog | 5 +++
.../testsuite/libgomp.graphite/force-parallel-5.c | 2 +-
20 files changed, 270 insertions(+), 54 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr88998.C
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr86865.c
create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_10.f90
--
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-defconfig
in repository toolchain/ci/base-artifacts.
discards 2c17921cc gcc-fabfa92cb3f4edc049e890c4cde75167d646c22f: all
new c840fc8e6 gcc-73dfdb49a970d3f3948c1897909638a0bab78bb8: 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 (2c17921cc)
\
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:
1-reset_artifacts/console.log | 72 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6050 ++++++-------
4-build_abe-stage1/console.log | 11918 ++++++++++++------------
5-count_linux_objs/console.log | 134 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18148 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 4 +-
12 files changed, 18090 insertions(+), 18282 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from b50f1bd8f llvm-400f8a39269550dc02d98f55974e1ef517c35762: 18149
new 80422db8d linux-37f1b935a26b4952b4a37dfbf8b0e59ed66d41b9: 18107
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9103 +++++++++++++++++-----------------
3-count_linux_objs/console.log | 1220 +++--
4-check_regression/console.log | 17 +-
5-update_baseline/console.log | 14 +-
console.log | 10380 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 14 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 10292 insertions(+), 10484 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 gcc-8-branch
in repository gcc.
from f285e3cff08 * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use [...]
new 73dfdb49a97 * gcc-interface/trans.c (struct loop_info_d): Remove artif [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/trans.c | 2 --
2 files changed, 5 insertions(+), 2 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 gcc-7-branch
in repository gcc.
from f79d975ae9f * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use [...]
new 973f9913c78 * gcc-interface/trans.c (struct loop_info_d): Remove artif [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/trans.c | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.