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 e506371e700 RISC-V: Disable remove unneeded save-restore call optimizat [...]
new bbf9d358ae2 libstdc++: Use RDRAND as fallback if RDSEED keeps failing ( [...]
new 6b19640035d libstdc++: Make pmr::synchronized_pool_resource work withou [...]
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:
libstdc++-v3/src/c++11/random.cc | 26 ++++-
libstdc++-v3/src/c++17/memory_resource.cc | 127 ++++++++++++++-------
.../synchronized_pool_resource/allocate_single.cc} | 12 +-
.../synchronized_pool_resource/cons_single.cc} | 12 +-
.../synchronized_pool_resource/release_single.cc} | 12 +-
.../random/random_device/94087.cc} | 80 ++++++-------
6 files changed, 159 insertions(+), 110 deletions(-)
copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 20_util/synchronized_pool [...]
copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 20_util/synchronized_pool [...]
copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 20_util/synchronized_pool [...]
copy libstdc++-v3/testsuite/{30_threads/thread/cons/8.cc => 26_numerics/random/ran [...]
--
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 2a39c42a42c vect: Enhance condition check to use partial vectors
new a9ba2a9b77b aarch64: New Straight Line Speculation (SLS) mitigation flags
new be178ecd5ac aarch64: Introduce SLS mitigation for RET and BR instructions
new 96b7f495f92 aarch64: Mitigate SLS for BLR instruction
new 63b6808e696 aarch64: Add missing ACLE support for BTI
new 463ba375f7b aarch64: Fix noexecstack note in libitm
new e73ec755489 aarch64: Fix noexecstack note in libgcc
new f0f62fa0320 aarch64: Fix BTI support in libgcc [PR96001]
new 319078dad62 aarch64: Fix BTI support in libitm
new edf95e51e53 ira: Fix unnecessary register spill
new ea82325afec openmp: Change omp_atv_default value and rename omp_atv_seq [...]
The 10 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-c.c | 3 +
gcc/config/aarch64/aarch64-protos.h | 5 +
gcc/config/aarch64/aarch64.c | 346 ++++++++++++++++++++-
gcc/config/aarch64/aarch64.h | 25 +-
gcc/config/aarch64/aarch64.md | 87 ++++--
gcc/config/aarch64/aarch64.opt | 4 +
gcc/config/aarch64/constraints.md | 9 +
gcc/config/aarch64/predicates.md | 3 +-
gcc/doc/invoke.texi | 12 +
gcc/ira.c | 2 +
gcc/testsuite/gcc.target/aarch64/nospill.c | 35 +++
.../aarch64/sls-mitigation/sls-miti-blr-bti.c | 40 +++
.../aarch64/sls-mitigation/sls-miti-blr.c | 33 ++
.../aarch64/sls-mitigation/sls-miti-retbr-pacret.c | 21 ++
.../aarch64/sls-mitigation/sls-miti-retbr.c | 119 +++++++
.../aarch64/sls-mitigation/sls-mitigation.exp | 73 +++++
gcc/testsuite/lib/target-supports.exp | 2 +-
libgcc/config/aarch64/lse.S | 30 ++
libgomp/allocator.c | 10 +-
libgomp/omp.h.in | 8 +-
libitm/config/aarch64/sjlj.S | 29 +-
21 files changed, 854 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/nospill.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-miti-blr-bti.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-miti-blr.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-miti-retbr- [...]
create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-miti-retbr.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-mitigation.exp
--
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_cross/gnu-master-arm-check_cross
in repository toolchain/ci/base-artifacts.
discards 73a08555 7: update: gcc-cc9a9229285a26ac12bc8de53237ce9c4d42f867: 1
new 1617b875 7: update: gcc-fccb41b909cb207174d3270ce69e6729e2db28fa: 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 (73a08555)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-che [...]
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 | 139 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10516 +-
04-build_abe-stage1/console.log | 20183 +-
05-build_abe-linux/console.log | 132 +-
06-build_abe-glibc/console.log | 34237 +-
07-build_abe-stage2/console.log | 46756 +-
08-build_abe-qemu/console.log | 1670 +-
09-build_abe-dejagnu/console.log | 44 +-
10-build_abe-check_gcc/console.log | 28549 +-
11-check_regression/console.log | 904 +-
11-check_regression/results.regressions | 714 +-
12-update_baseline/console.log | 2955 +-
12-update_baseline/results.regressions | 423 +-
console.log | 146481 ++--
jenkins/manifest.sh | 10 +-
sumfiles/g++.log | 1009237 +++++++++++++-------------
sumfiles/g++.sum | 373 +-
sumfiles/gcc.log | 1083834 ++++++++++++++--------------
sumfiles/gcc.sum | 24 +-
sumfiles/gfortran.log | 223277 +++---
sumfiles/gfortran.sum | 11 +-
sumfiles/libatomic.log | 28 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log | 2298 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log | 28 +-
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log | 107313 +--
sumfiles/libstdc++.sum | 5 +-
30 files changed, 1355166 insertions(+), 1365399 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_tk1/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/llvm-project.
from 77d76b71d7d [libc++] Fix recursive instantiation in std::array.
adds 70919a46fac [tests] Speculative fix for buildbot breakage from c5f7c039efe7
adds ef32c611aa2 [tests] Revert unhelpful change from d73eed42d1dc
No new revisions were added by this update.
Summary of changes:
llvm/test/CodeGen/X86/asm-modifier2.ll | 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_bmk_tk1/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards a947f0c4 4: update: binutils-gcc-glibc-llvm: 1
new e8e859bd 4: update: binutils-gcc-glibc-llvm: 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 (a947f0c4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/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 | 130 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11338 +--
04-build_abe-stage1/console.log | 18144 ++--
05-build_abe-linux/console.log | 290 +-
06-build_abe-glibc/console.log | 39053 ++++----
07-build_abe-stage2/console.log | 43953 ++++----
08-build_llvm-true/console.log | 12656 +--
10-benchmark--Oz_mthumb/benchmark-start.log | 2 +-
10-benchmark--Oz_mthumb/benchmark.log | 16 +-
10-benchmark--Oz_mthumb/console.log | 148 +-
11-check_regression/console.log | 2515 +-
11-check_regression/results-0.csv | 2283 +-
11-check_regression/results-1.csv | 2286 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 9 +-
11-check_regression/results-full.csv | 2438 +-
11-check_regression/results.csv | 165 +-
11-check_regression/results.log | 2634 +-
12-update_baseline/console.log | 5128 +-
12-update_baseline/results-1.csv | 2286 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 9 +-
12-update_baseline/results-full.csv | 2284 +-
12-update_baseline/results.csv | 165 +-
12-update_baseline/results.log | 1898 +-
console.log | 133803 ++++++++++++-------------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
29 files changed, 142017 insertions(+), 142122 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-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 0733b009 0: update: binutils-gcc-glibc: 1
new 44f15733 0: 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 (0733b009)
\
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 | 130 +-
02-prepare_abe/console.log | 46 +-
03-build_abe-binutils/console.log | 11334 +--
04-build_abe-stage1/console.log | 13767 ++--
05-build_abe-linux/console.log | 256 +-
06-build_abe-glibc/console.log | 39481 ++++++-----
07-build_abe-stage2/console.log | 36312 +++++-----
09-benchmark--Os_LTO/benchmark-start.log | 2 +-
09-benchmark--Os_LTO/benchmark.log | 16 +-
09-benchmark--Os_LTO/console.log | 214 +-
10-check_regression/console.log | 56 +-
10-check_regression/results-0.csv | 212 +-
10-check_regression/results-1.csv | 212 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 221 +-
10-check_regression/results.csv | 72 +-
10-check_regression/results.log | 4370 +-
11-update_baseline/console.log | 1132 +-
11-update_baseline/results-0.csv | 212 +-
11-update_baseline/results-1.csv | 212 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 221 +-
11-update_baseline/results.csv | 72 +-
11-update_baseline/results.log | 4384 +-
console.log | 102764 ++++++++++++++--------------
jenkins/manifest.sh | 12 +-
results_id | 2 +-
27 files changed, 107743 insertions(+), 108085 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.