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_check_gcc/release-arm
in repository toolchain/ci/binutils-gdb.
from 795e17aa6a Automatic date update in version.in
adds fb68c8adc4 Automatic date update in version.in
adds 594883b3b7 Automatic date update in version.in
adds 78f29594ad 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_gnu_cross_check_gcc/release-arm
in repository toolchain/ci/base-artifacts.
discards ae6f90b39 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 316db1bb8 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (ae6f90b39)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/rele [...]
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 1696 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 29916 -> 29876 bytes
04-build_abe-stage1/console.log.xz | Bin 86092 -> 85980 bytes
06-build_abe-linux/console.log.xz | Bin 9024 -> 8928 bytes
07-build_abe-glibc/console.log.xz | Bin 227500 -> 227660 bytes
08-build_abe-stage2/console.log.xz | Bin 220424 -> 220444 bytes
09-build_abe-gdb/console.log.xz | Bin 36388 -> 36460 bytes
10-build_abe-qemu/console.log.xz | Bin 31772 -> 31816 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3840 -> 3848 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2432 -> 2408 bytes
13-check_regression/console.log.xz | Bin 3016 -> 2884 bytes
13-check_regression/extra-bisect-params | 1 +
13-check_regression/fails.sum | 6 +
13-check_regression/results.compare | 26 +-
13-check_regression/results.compare2 | 76 +-
13-check_regression/results.regressions | 26 +
14-update_baseline/console.log | 319 +++--
14-update_baseline/extra-bisect-params | 1 +
14-update_baseline/fails.sum | 6 +
14-update_baseline/results.compare | 26 +-
14-update_baseline/results.compare2 | 76 +-
14-update_baseline/results.regressions | 26 +
jenkins/manifest.sh | 30 +-
sumfiles/g++.log.xz | Bin 2640952 -> 2663396 bytes
sumfiles/g++.sum | 12 +-
sumfiles/gcc.log.xz | Bin 2185144 -> 2173452 bytes
sumfiles/gcc.sum | 1974 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 876964 -> 878200 bytes
sumfiles/gfortran.sum | 8 +-
sumfiles/libatomic.log.xz | Bin 2256 -> 2256 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 195868 -> 195788 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 426064 -> 426760 bytes
sumfiles/libstdc++.sum | 7 +-
38 files changed, 1313 insertions(+), 1313 deletions(-)
create mode 100644 13-check_regression/extra-bisect-params
create mode 100644 13-check_regression/fails.sum
create mode 100644 13-check_regression/results.regressions
create mode 100644 14-update_baseline/extra-bisect-params
create mode 100644 14-update_baseline/fails.sum
create mode 100644 14-update_baseline/results.regressions
--
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-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/gcc.
from cbd842717ec Daily bump.
adds 494bec02500 PR96463: Optimise svld1rq from vectors for little endian AA [...]
adds ff500e1cf16 gcc: xtensa: fix pr95571 test for call0 ABI
adds 6725f186cb7 Darwin: Future-proof -mmacosx-version-min
adds add1adaa17a Darwin: Truncate kernel-provided version to OS major for Da [...]
adds fd1fcd47569 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 30 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-sve-builtins-base.cc | 59 ++++++++++++++
gcc/config/aarch64/aarch64.cc | 95 ++++++++++++++++------
gcc/config/darwin-c.cc | 3 +-
gcc/config/darwin-driver.cc | 16 ++--
gcc/testsuite/ChangeLog | 11 +++
gcc/testsuite/g++.target/xtensa/pr95571.C | 6 ++
.../aarch64/sve/acle/general/pr96463-1.c | 29 +++++++
.../aarch64/sve/acle/general/pr96463-2.c | 29 +++++++
gcc/tree-cfg.cc | 40 ++++++---
11 files changed, 267 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr96463-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr96463-2.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-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
discards 21fc8a81d 0: update: binutils-gcc: 2
new e2626d787 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 (21fc8a81d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1544 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38240 -> 38620 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 520868 -> 522076 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++
jenkins/manifest.sh | 12 +++----
7 files changed, 42 insertions(+), 6 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 536595b7123 Automatic date update in version.in
new 384e201e5ae x86: properly initialize struct instr_info instance(s)
new eebc56d682d x86: shrink prefix related disassembler state fields
new 32f06c69f22 x86: avoid string copy when swapping Vex.W controlled operands
new 95ff6718349 x86: replace global scratch buffer
The 4 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:
opcodes/i386-dis.c | 782 +++++++++++++++++++++++++----------------------------
1 file changed, 367 insertions(+), 415 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/gcc.
from fd1fcd47569 Daily bump.
adds 033e5ee3c4a testsuite: Add -mtune=generic to dg-options for two testcases.
No new revisions were added by this update.
Summary of changes:
gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-pr104582-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr84101.c | 2 +-
2 files changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 182e572bc 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 0891887bf 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (182e572bc)
\
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 1548 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 30160 -> 30044 bytes
05-build_abe-stage1/console.log.xz | Bin 90248 -> 90448 bytes
07-build_abe-linux/console.log.xz | Bin 8876 -> 8544 bytes
08-build_abe-glibc/console.log.xz | Bin 232768 -> 232348 bytes
09-build_abe-stage2/console.log.xz | Bin 223332 -> 221936 bytes
10-build_abe-gdb/console.log.xz | Bin 37332 -> 37176 bytes
11-build_abe-qemu/console.log.xz | Bin 32088 -> 32048 bytes
12-check_regression/console.log.xz | Bin 416 -> 432 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 10 +++++-----
12 files changed, 6 insertions(+), 6 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-aarch64-bootstrap_debug
in repository toolchain/ci/gcc.
from ff500e1cf16 gcc: xtensa: fix pr95571 test for call0 ABI
adds 6725f186cb7 Darwin: Future-proof -mmacosx-version-min
adds add1adaa17a Darwin: Truncate kernel-provided version to OS major for Da [...]
adds fd1fcd47569 Daily bump.
adds 033e5ee3c4a testsuite: Add -mtune=generic to dg-options for two testcases.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 30 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/darwin-c.cc | 3 ++-
gcc/config/darwin-driver.cc | 16 ++++--------
gcc/testsuite/ChangeLog | 11 ++++++++
.../vect/costmodel/x86_64/costmodel-pr104582-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr84101.c | 2 +-
7 files changed, 51 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.