This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-O3
in repository toolchain/ci/gcc.
from 0eca9685d19 Daily bump.
adds da193dadf28 Fix missing dependencies for selftests which occasionally c [...]
adds 6e2d60002ac Daily bump.
adds 1aa8732ff97 Daily bump.
adds 5e1e8bb00b0 Daily bump.
adds 7e9ce2ecfc6 Daily bump.
adds 9db53472af1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/Makefile.in | 6 ++++--
3 files changed, 13 insertions(+), 3 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_bmk_tx1/gnu-release-aarch64-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 11aee72 5: update: gcc-0eca9685d19939fc3895319998183b56de827b72: 1
new 07a8f01 5: update: binutils-gcc-glibc: 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 (11aee72)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarc [...]
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 | 138 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11361 +--
04-build_abe-stage1/console.log | 13846 ++--
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 39649 +++++-----
07-build_abe-stage2/console.log | 36586 +++++----
09-benchmark--O3/benchmark-start.log | 2 +-
09-benchmark--O3/benchmark.log | 25 +-
09-benchmark--O3/console.log | 313 +-
10-check_regression/console.log | 3813 +-
10-check_regression/results-0.csv | 3087 +-
10-check_regression/results-1.csv | 3132 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 9 +-
10-check_regression/results-full.csv | 3362 +-
10-check_regression/results.csv | 251 +-
10-check_regression/results.log | 3900 +-
11-update_baseline/console.log | 7710 +-
11-update_baseline/results-1.csv | 3132 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 9 +-
11-update_baseline/results-full.csv | 3130 +-
11-update_baseline/results.csv | 249 +-
11-update_baseline/results.log | 2870 +-
console.log | 115026 +++++++++++++++--------------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
28 files changed, 126991 insertions(+), 125497 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 binutils-gdb.
from 4cec0c66899 Retire the now-unused gdbarch handle_segmentation_fault hook.
new 1ad2776d3db bfd: xtensa: pr26246: fix removed_literal_compare
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:
bfd/ChangeLog | 7 +++++++
bfd/elf32-xtensa.c | 8 ++++----
2 files changed, 11 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.
unknown user pushed a change to branch master
in repository gcc.
from e93676fb538 doc: fix a typo in languages.texi
new cd91a084877 Generation of adjusted ldp/stp for vector types
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/aarch64/aarch64-ldpstp.md | 42 +++++++++++++++++++++++++
gcc/config/aarch64/aarch64-protos.h | 4 +--
gcc/config/aarch64/aarch64.c | 8 ++---
gcc/config/aarch64/iterators.md | 3 ++
gcc/testsuite/gcc.target/aarch64/ldp_vec_v2sf.c | 14 +++++++++
gcc/testsuite/gcc.target/aarch64/ldp_vec_v2si.c | 14 +++++++++
gcc/testsuite/gcc.target/aarch64/stp_vec_v2df.c | 18 +++++++++++
gcc/testsuite/gcc.target/aarch64/stp_vec_v2di.c | 18 +++++++++++
gcc/testsuite/gcc.target/aarch64/stp_vec_v2sf.c | 18 +++++++++++
gcc/testsuite/gcc.target/aarch64/stp_vec_v2si.c | 18 +++++++++++
10 files changed, 151 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ldp_vec_v2sf.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ldp_vec_v2si.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stp_vec_v2df.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stp_vec_v2di.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stp_vec_v2sf.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stp_vec_v2si.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 gcc.
from c7c24828cfa OpenMP: Fixes for omp critical + hint
new c58dde88902 MAINTAINERS: Add myself for write after approval
new e93676fb538 doc: fix a typo in languages.texi
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:
MAINTAINERS | 1 +
gcc/doc/languages.texi | 2 +-
2 files changed, 2 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.
unknown user pushed a change to branch master
in repository newlib.
from eeb2dc153 Cygwin: mmap: document recent bugfix
new 1c803a6d8 Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaround
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:
winsup/cygwin/mmap.cc | 145 +++++++++++++++-----------------------------------
winsup/cygwin/ntdll.h | 4 --
2 files changed, 43 insertions(+), 106 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/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/gcc.
from 6e2d60002ac Daily bump.
adds 1aa8732ff97 Daily bump.
adds 5e1e8bb00b0 Daily bump.
adds 7e9ce2ecfc6 Daily bump.
new 9db53472af1 Daily bump.
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/DATESTAMP | 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_gnu/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards cfdefce 0: update: gcc-6e2d60002ac2256b758958fbb024d8c662b8f8c6: 1
new 4e16424 0: update: gcc-9db53472af1b255f8adbbfd03c103d7009420863: 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 (cfdefce)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 22 +-
02-prepare_abe/console.log | 380 +-
04-build_abe-bootstrap_ubsan/console.log | 69284 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 69722 ++++++++++++++---------------
jenkins/manifest.sh | 8 +-
7 files changed, 69688 insertions(+), 69734 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_bmk_tx1/gnu-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/gcc.
from 0eca9685d19 Daily bump.
adds da193dadf28 Fix missing dependencies for selftests which occasionally c [...]
adds 6e2d60002ac Daily bump.
adds 1aa8732ff97 Daily bump.
adds 5e1e8bb00b0 Daily bump.
adds 7e9ce2ecfc6 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/Makefile.in | 6 ++++--
3 files changed, 13 insertions(+), 3 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_bmk_tx1/gnu-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards f5def49 2: update: gcc-0eca9685d19939fc3895319998183b56de827b72: 1
new 4f6c964 2: update: gcc-7e9ce2ecfc63b332bd97367ffbe8b04f03d15b75: 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 (f5def49)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarc [...]
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 | 126 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 9334 +--
04-build_abe-stage1/console.log | 11844 ++--
05-build_abe-linux/console.log | 310 +-
06-build_abe-glibc/console.log | 37688 ++++++-----
07-build_abe-stage2/console.log | 36680 +++++-----
09-benchmark--O2_LTO/benchmark-start.log | 2 +-
09-benchmark--O2_LTO/benchmark.log | 25 +-
09-benchmark--O2_LTO/console.log | 161 +-
10-check_regression/console.log | 1094 +-
10-check_regression/results-0.csv | 170 +-
10-check_regression/results-1.csv | 156 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 174 +-
10-check_regression/results.csv | 70 +-
10-check_regression/results.log | 3842 +-
11-update_baseline/console.log | 3458 +-
11-update_baseline/results-1.csv | 156 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 156 +-
11-update_baseline/results.csv | 70 +-
11-update_baseline/results.log | 2808 +-
console.log | 101117 ++++++++++++++--------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
26 files changed, 104950 insertions(+), 105039 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.