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.
discards 7996f7da 2: update: qemu-f8e1d8852e393b3fd524fb005e38590063d99bc0: 21258
new 27d74e16 2: update: binutils-gcc-linux-qemu: 21266
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 (7996f7da)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 70 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 11549 ++++++-----
04-build_abe-stage1/console.log | 20518 +++++++++---------
05-build_linux/console.log | 1290 +-
08-check_regression/console.log | 22 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 56 +-
09-update_baseline/results.regressions | 20 +-
console.log | 33447 +++++++++++++++---------------
jenkins/manifest.sh | 20 +-
results | 2 +-
12 files changed, 34438 insertions(+), 32982 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 glibc.
from f430293d84 posix: consume less entropy on tempname
new 2ef23b5205 x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]
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:
sysdeps/x86/Makefile | 6 ++++++
sysdeps/x86/dl-cet.c | 5 ++++-
sysdeps/x86/tst-setjmp-cet.c | 1 +
3 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 sysdeps/x86/tst-setjmp-cet.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 releases/gcc-10
in repository gcc.
from 92b131491c2 Hurd: Enable ifunc by default
new 8d3636923a3 libstdc++: Fix clang analyzer suppression [PR 98605]
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:
libstdc++-v3/include/std/mutex | 8 +-------
1 file changed, 1 insertion(+), 7 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 3ddc18251a8 tree-optimization/92645 - improve SLP with existing vectors
new cf7a3353061 aarch64: Add support for unpacked SVE MLA and MAD
new 264a1269b44 aarch64: Add support for unpacked SVE MLS and MSB
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/aarch64/aarch64-sve.md | 176 ++++++++++-----------
.../aarch64/sve/{cond_bic_4.C => cond_mla_1.C} | 19 +--
.../aarch64/sve/{cond_bic_4.C => cond_mla_2.C} | 19 +--
.../aarch64/sve/{cond_bic_4.C => cond_mla_3.C} | 21 ++-
.../aarch64/sve/{cond_bic_3.C => cond_mla_4.C} | 16 +-
gcc/testsuite/g++.target/aarch64/sve/cond_mla_5.C | 33 ++++
.../aarch64/sve/{cond_bic_4.C => cond_mls_1.C} | 19 +--
.../aarch64/sve/{cond_bic_3.C => cond_mls_2.C} | 19 +--
.../aarch64/sve/{cond_bic_3.C => cond_mls_3.C} | 21 ++-
.../aarch64/sve/{cond_bic_3.C => cond_mls_4.C} | 16 +-
gcc/testsuite/g++.target/aarch64/sve/cond_mls_5.C | 33 ++++
gcc/testsuite/gcc.target/aarch64/sve/mla_2.c | 34 ++++
gcc/testsuite/gcc.target/aarch64/sve/mls_2.c | 34 ++++
13 files changed, 288 insertions(+), 172 deletions(-)
copy gcc/testsuite/g++.target/aarch64/sve/{cond_bic_4.C => cond_mla_1.C} (54%)
copy gcc/testsuite/g++.target/aarch64/sve/{cond_bic_4.C => cond_mla_2.C} (54%)
copy gcc/testsuite/g++.target/aarch64/sve/{cond_bic_4.C => cond_mla_3.C} (50%)
copy gcc/testsuite/g++.target/aarch64/sve/{cond_bic_3.C => cond_mla_4.C} (71%)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/cond_mla_5.C
copy gcc/testsuite/g++.target/aarch64/sve/{cond_bic_4.C => cond_mls_1.C} (54%)
copy gcc/testsuite/g++.target/aarch64/sve/{cond_bic_3.C => cond_mls_2.C} (54%)
copy gcc/testsuite/g++.target/aarch64/sve/{cond_bic_3.C => cond_mls_3.C} (50%)
copy gcc/testsuite/g++.target/aarch64/sve/{cond_bic_3.C => cond_mls_4.C} (71%)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/cond_mls_5.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/mla_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/mls_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.
unknown user pushed a change to branch master
in repository gcc.
from 5ab67cdee61 aarch64: Tighten condition on sve/sel* tests
new 3ddc18251a8 tree-optimization/92645 - improve SLP with existing vectors
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/testsuite/gcc.target/i386/pr92645-6.c | 34 +++++++++++++++++++++++++++++++
gcc/tree-vect-slp.c | 31 ++++++++++++++++++++++++++--
2 files changed, 63 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr92645-6.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_kernel/gnu-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f4e7ed5a 2: update: linux-ef8b014ee4a1ccd9e751732690a8c7cdeed945e7: 21258
new 7996f7da 2: update: qemu-f8e1d8852e393b3fd524fb005e38590063d99bc0: 21258
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 (f4e7ed5a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 171 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 10472 +++++-----
04-build_abe-stage1/console.log | 18486 +++++++++---------
05-build_linux/console.log | 1285 +-
08-check_regression/console.log | 18 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 123 +-
09-update_baseline/results.regressions | 20 +-
console.log | 31021 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
11 files changed, 30825 insertions(+), 31243 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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 71878c08e96 tree-optimization/98513 - fix bug in range intersection code
adds c03f9f304db Daily bump.
new 2c4d3e6db85 hurd: libgcc unwinding over signal trampolines with SIGINFO
new 92b131491c2 Hurd: Enable ifunc by default
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/ChangeLog | 108 ++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config.gcc | 4 +-
gcc/testsuite/ChangeLog | 66 ++++++++++++++++++++++++
libgcc/config/i386/gnu-unwind.h | 60 +++++++++++++++++-----
5 files changed, 225 insertions(+), 15 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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bbb2b947 4: update: linux-e609571b5ffa3528bf85292de1ceaddac342bc1c: 21206
new fbc60248 4: update: binutils-gcc-linux-qemu: 21206
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 (bbb2b947)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 24 +-
02-prepare_abe/console.log | 410 +-
03-build_abe-binutils/console.log | 11521 ++++++-------
04-build_abe-stage1/console.log | 13923 ++++++++--------
05-build_linux/console.log | 557 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 6 +-
09-update_baseline/console.log | 14 +-
09-update_baseline/results.regressions | 6 +-
console.log | 26451 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
11 files changed, 27052 insertions(+), 25876 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.