This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d730aa8a9ff Generate XXSPLTIW on power10.
new 8d443ac032e Generate XXSPLTIDP for vectors on power10.
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/config/rs6000/predicates.md | 9 ++
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 108 +++++++++++++++++++++
gcc/config/rs6000/rs6000.opt | 4 +
.../gcc.target/powerpc/pr86731-fwrapv-longlong.c | 9 +-
.../gcc.target/powerpc/vec-splat-constant-v2df.c | 64 ++++++++++++
.../gcc.target/powerpc/vec-splat-constant-v2di.c | 50 ++++++++++
7 files changed, 241 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-splat-constant-v2df.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-splat-constant-v2di.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_check_bootstrap/master-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards ba00221ef 0: update: binutils-gcc: 1
new 2d6306803 0: update: binutils-gcc: 1
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 (ba00221ef)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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 1672 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 53956 -> 51704 bytes
04-build_abe-bootstrap/console.log.xz | Bin 464868 -> 463688 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3808 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2328 -> 2440 bytes
07-check_regression/console.log.xz | Bin 3816 -> 4636 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 6 +-
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 494 ++-
07-check_regression/results.regressions | 31 +-
08-update_baseline/console.log | 873 +++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 6 +-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 494 ++-
08-update_baseline/results.regressions | 31 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2777456 -> 2787000 bytes
sumfiles/g++.sum | 137 +-
sumfiles/gcc.log.xz | Bin 2436144 -> 2406348 bytes
sumfiles/gcc.sum | 5289 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 937044 -> 915312 bytes
sumfiles/gfortran.sum | 80 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2288 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 179480 -> 180144 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2712 -> 2712 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 470428 -> 467684 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 4303 insertions(+), 3252 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 8ccd8b12ded Add LXVKQ support.
new d730aa8a9ff Generate XXSPLTIW on power10.
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/config/rs6000/constraints.md | 6 ++
gcc/config/rs6000/predicates.md | 46 +++++++++++-
gcc/config/rs6000/rs6000-protos.h | 2 +
gcc/config/rs6000/rs6000.c | 83 ++++++++++++++++++++++
gcc/config/rs6000/rs6000.md | 5 ++
gcc/config/rs6000/rs6000.opt | 4 ++
gcc/config/rs6000/vsx.md | 28 ++++----
gcc/doc/md.texi | 4 ++
.../gcc.target/powerpc/vec-splat-constant-v16qi.c | 27 +++++++
.../gcc.target/powerpc/vec-splat-constant-v4sf.c | 67 +++++++++++++++++
.../gcc.target/powerpc/vec-splat-constant-v4si.c | 51 +++++++++++++
.../gcc.target/powerpc/vec-splat-constant-v8hi.c | 62 ++++++++++++++++
.../gcc.target/powerpc/vec-splati-runnable.c | 4 +-
13 files changed, 371 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-splat-constant-v16qi.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-splat-constant-v4sf.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-splat-constant-v4si.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-splat-constant-v8hi.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_profiled
in repository toolchain/ci/base-artifacts.
discards 1ee8daddb 0: update: binutils-gcc: 2
new 50d8e57f6 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 (1ee8daddb)
\
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 1540 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2788 bytes
04-build_abe-binutils/console.log.xz | Bin 52220 -> 53524 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 936180 -> 936260 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from 21ce5fa063 Automatic date update in version.in
adds 43908c1653 Error on ld output file name matching input file name
No new revisions were added by this update.
Summary of changes:
ld/ldlang.c | 16 ++++++++++++++++
ld/testsuite/ld-misc/just-symbols.exp | 2 +-
2 files changed, 17 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_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
from d6808408e 0: update: gcc-9eec77c0df9e5c67454a2e8f83246104458ba4f0: 2
new bdf71feda 1: reset: binutils-43908c16539f486d0b1afc43329bf59d1c3cdd20: 1
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 1584 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2784 bytes
04-build_abe-binutils/console.log.xz | Bin 53008 -> 53564 bytes
.../console.log.xz | Bin 943704 -> 527836 bytes
06-check_regression/console.log.xz | Bin 420 -> 1184 bytes
06-check_regression/jira-body.txt | 2 +
06-check_regression/mail-body.txt | 29 ++++++++++++++
06-check_regression/mail-subject.txt | 1 +
06-check_regression/results.regressions | 9 +++++
06-check_regression/trigger-bisect | 2 +
07-update_baseline/console.log | 43 +++++++++++----------
07-update_baseline/results.regressions | 2 +
jenkins/manifest.sh | 10 ++---
mail/jira-body.txt | 5 +++
mail/mail-body.txt | 32 +++++++++++++++
mail/mail-subject.txt | 1 +
reset-baseline | 0
results | 11 +++++-
18 files changed, 120 insertions(+), 27 deletions(-)
create mode 100644 06-check_regression/jira-body.txt
create mode 100644 06-check_regression/mail-body.txt
create mode 100644 06-check_regression/mail-subject.txt
create mode 100644 06-check_regression/results.regressions
create mode 100644 06-check_regression/trigger-bisect
create mode 100644 07-update_baseline/results.regressions
create mode 100644 mail/jira-body.txt
create mode 100644 mail/mail-body.txt
create mode 100644 mail/mail-subject.txt
create mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.