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_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
at 84fd26d820 Backport patch to fix a quadratic slow down in the BFD library.
No new revisions were added by this update.
--
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_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 3fe4b479 0: update: gcc-419201f566bbc1359de669ba693d7628c247e7c8: 1
new 738c2c1c 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 (3fe4b479)
\
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 | 258 +-
02-prepare_abe/console.log | 190 +-
.../console.log | 132366 +++++++++--------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 132846 +++++++++---------
jenkins/manifest.sh | 10 +-
7 files changed, 132693 insertions(+), 133009 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_lto
in repository toolchain/ci/base-artifacts.
discards dc00a19f 0: update: gcc-419201f566bbc1359de669ba693d7628c247e7c8: 1
new de08ba66 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 (dc00a19f)
\
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 | 140 +-
02-prepare_abe/console.log | 190 +-
04-build_abe-bootstrap_lto/console.log | 69664 +++++++++++++++---------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 42 +-
console.log | 70052 +++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 69911 insertions(+), 70203 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-master-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from 853921378bf Daily bump.
adds 5cca4131e4a libgccjit: Handle truncation and extension for casts [PR95498]
adds 5586e7e85de x86: Don't issue vzeroupper if callee returns AVX register
adds f527b823349 Fortran: reject FORMAT tag of unknown type.
adds 6ae8aac19cd x86: Enable the GPR only instructions for -mgeneral-regs-only
new bdea84c4b57 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/ChangeLog | 16 ++++++
gcc/DATESTAMP | 2 +-
gcc/common/config/i386/i386-common.c | 27 +++++++++-
gcc/config/i386/i386.c | 32 ++++++-----
gcc/fortran/ChangeLog | 5 ++
gcc/fortran/io.c | 2 +-
gcc/jit/ChangeLog | 6 +++
gcc/jit/jit-playback.c | 32 +++++++----
gcc/testsuite/ChangeLog | 24 +++++++++
gcc/testsuite/gcc.target/i386/avx-vzeroupper-28.c | 17 ++++++
gcc/testsuite/gcc.target/i386/pr101492-1.c | 10 ++++
gcc/testsuite/gcc.target/i386/pr101492-2.c | 10 ++++
gcc/testsuite/gcc.target/i386/pr101492-3.c | 10 ++++
gcc/testsuite/gcc.target/i386/pr101492-4.c | 12 +++++
gcc/testsuite/gfortran.dg/fmt_nonchar_3.f90 | 7 +++
gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 ++++
gcc/testsuite/jit.dg/test-cast.c | 66 +++++++++++++++++++++++
17 files changed, 261 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx-vzeroupper-28.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101492-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101492-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101492-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101492-4.c
create mode 100644 gcc/testsuite/gfortran.dg/fmt_nonchar_3.f90
create mode 100644 gcc/testsuite/jit.dg/test-cast.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_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
at 972a7621fc Automatic date update in version.in
No new revisions were added by this update.
--
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-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 1b1b4b6b 0: update: gcc-853921378bfa149353b4e1c7dde5c02f80072ad7: 1
new 33590ad2 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 (1b1b4b6b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 176 +-
02-prepare_abe/console.log | 444 +-
04-build_abe-bootstrap_O3/console.log | 59099 +++++++++++++++----------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 18 +-
console.log | 59773 ++++++++++++++++----------------
jenkins/manifest.sh | 12 +-
7 files changed, 59801 insertions(+), 59737 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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from cd60ff95 0: update: binutils-gcc-qemu: all
new 0b32f0e4 1: reset: linux-6f4266a78a4e090b452a0335c1414f3240684743: 21590
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 | 141 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11192 +++++----
04-build_abe-stage1/console.log | 17172 +++++++-------
05-build_abe-qemu/console.log | 6956 +++---
06-build_linux/console.log | 539 +-
07-boot_linux/console.log | 11 -
08-check_regression/console.log | 91 +-
08-check_regression/results.regressions | 20 +-
08-check_regression/trigger-bisect | 3 +
09-update_baseline/console.log | 17 +-
09-update_baseline/results.regressions | 20 +-
console.log | 36447 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
reset-baseline | 0
results | 15 +-
16 files changed, 36235 insertions(+), 36853 deletions(-)
delete mode 100644 07-boot_linux/console.log
create mode 100644 08-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4691c85a 0: update: binutils-llvm-linux-qemu: all
new ec36b803 0: update: binutils-llvm-linux-qemu: 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 (4691c85a)
\
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:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11551 +++++-----
04-build_llvm/console.log | 13873 ++++++------
05-build_abe-qemu/console.log | 7083 ++++---
06-build_linux/console.log | 737 +-
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 11 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 11 +-
console.log | 33808 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
13 files changed, 33349 insertions(+), 34307 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-arm-check_bootstrap_lto
in repository toolchain/ci/gcc.
from 955ceda03da Daily bump.
adds e9844603541 Daily bump.
No new revisions were added by this update.
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.