This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
discards 7ce3ee9c 0: update: binutils-gcc: 2
new 54a5a43b 0: update: binutils-gcc: 2
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 (7ce3ee9c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1548 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 52580 -> 51632 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 957916 -> 966344 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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 gcc.
from ff496134a99 epiphany: fix -Wimplicit-fallthrough warnings in epiphany.c.
new 862e5f398b7 Enhance OpenACC 'kernels' decomposition testing
new 9b32c1669aa OpenACC 'kernels' decomposition: Mark variables used in syn [...]
new e52253bcc09 Wait at end of OpenACC asynchronous kernels regions
The 3 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/omp-oacc-kernels-decompose.cc | 37 ++++--
...ssify-kernels.c => classify-kernels-parloops.c} | 2 +
... => classify-kernels-unparallelized-parloops.c} | 2 +
.../goacc/classify-kernels-unparallelized.c | 5 +-
.../c-c++-common/goacc/classify-kernels.c | 5 +-
.../c-c++-common/goacc/kernels-decompose-1.c | 29 +++--
.../c-c++-common/goacc/kernels-decompose-2.c | 98 ++++++++++++----
.../c-c++-common/goacc/kernels-decompose-ice-1.c | 109 ------------------
.../c-c++-common/goacc/kernels-decompose-ice-2.c | 16 ---
.../goacc/kernels-decompose-pr100280-1.c | 19 ++++
...y-kernels.f95 => classify-kernels-parloops.f95} | 2 +
...> classify-kernels-unparallelized-parloops.f95} | 2 +
.../goacc/classify-kernels-unparallelized.f95 | 5 +-
.../gfortran.dg/goacc/classify-kernels.f95 | 5 +-
.../gfortran.dg/goacc/kernels-decompose-1.f95 | 29 +++--
.../gfortran.dg/goacc/kernels-decompose-2.f95 | 68 +++++++----
.../declare-vla-kernels-decompose-ice-1.c | 16 ++-
.../declare-vla-kernels-decompose.c | 23 ++++
.../libgomp.oacc-c-c++-common/declare-vla.c | 16 +++
.../libgomp.oacc-c-c++-common/f-asyncwait-1.c | 125 ++++++++++++++++-----
.../libgomp.oacc-c-c++-common/f-asyncwait-2.c | 70 +++++++++---
.../libgomp.oacc-c-c++-common/f-asyncwait-3.c | 59 ++++++++--
.../kernels-decompose-1.c | 20 ++--
.../testsuite/libgomp.oacc-fortran/asyncwait-1.f90 | 86 +++++++++++---
.../testsuite/libgomp.oacc-fortran/asyncwait-2.f90 | 47 +++++++-
.../testsuite/libgomp.oacc-fortran/asyncwait-3.f90 | 47 +++++++-
.../testsuite/libgomp.oacc-fortran/pr94358-1.f90 | 20 +++-
27 files changed, 672 insertions(+), 290 deletions(-)
copy gcc/testsuite/c-c++-common/goacc/{classify-kernels.c => classify-kernels-parl [...]
copy gcc/testsuite/c-c++-common/goacc/{classify-kernels-unparallelized.c => classi [...]
delete mode 100644 gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-1.c
delete mode 100644 gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-2.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100280-1.c
copy gcc/testsuite/gfortran.dg/goacc/{classify-kernels.f95 => classify-kernels-par [...]
copy gcc/testsuite/gfortran.dg/goacc/{classify-kernels-unparallelized.f95 => class [...]
--
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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/gcc.
from 02a8a01bf39 Daily bump.
adds 080a06fcb07 rs6000: Add split pattern to replace
adds 5f19303ada7 Optimize a ^ ((a ^ b) & mask) to (~mask & a) | (b & mask).
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/i386.md | 38 +++++++++++++++++++++++++
gcc/config/rs6000/altivec.md | 11 +++++++
gcc/testsuite/gcc.target/i386/pr94790-1.c | 14 +++++++++
gcc/testsuite/gcc.target/i386/pr94790-2.c | 9 ++++++
gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.c | 15 ++++++++++
5 files changed, 87 insertions(+)
create mode 100755 gcc/testsuite/gcc.target/i386/pr94790-1.c
create mode 100755 gcc/testsuite/gcc.target/i386/pr94790-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 0866d24b 0: update: binutils-gcc: 2
new 22cbd628 0: update: binutils-gcc: 2
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 (0866d24b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1508 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 52752 -> 50508 bytes
05-build_abe-bootstrap/console.log.xz | Bin 470524 -> 471652 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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 gcc.
from 5f19303ada7 Optimize a ^ ((a ^ b) & mask) to (~mask & a) | (b & mask).
new ed8b9b4f5b4 epiphany: fir -Wformat-diag.
new ff496134a99 epiphany: fix -Wimplicit-fallthrough warnings in epiphany.c.
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/config/epiphany/epiphany.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards d606e033 0: update: gcc-5f19303ada7db92c155332e7ba317233ca05946b: 7
new 59351e15 0: update: gdb-1ffce3f87dc6e62d49b5aaa0bc29c6d4cfbc6db6: 7
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 (d606e033)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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.xz | Bin 1572 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2772 bytes
04-build_abe-binutils/console.log.xz | Bin 29364 -> 29380 bytes
05-build_abe-stage1/console.log.xz | Bin 90268 -> 91152 bytes
07-build_abe-linux/console.log.xz | Bin 12316 -> 12180 bytes
08-build_abe-glibc/console.log.xz | Bin 229068 -> 228968 bytes
09-build_abe-stage2/console.log.xz | Bin 221492 -> 222224 bytes
10-build_abe-gdb/console.log.xz | Bin 35012 -> 37696 bytes
11-build_abe-qemu/console.log.xz | Bin 31388 -> 31612 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 8 ++++----
12 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.