This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_speed-spec2k6/gnu-aarch64-master-O2
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_speed-spec2k6/gnu-aarch64-master-O2.
discards 932cd1cb6 onsuccess: #117: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards e6c02d9f6 onsuccess: #116: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 5272bd6e5 onsuccess: #115: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 0eb735eb0 onsuccess: #114: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 40633d649 onsuccess: #113: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards bfca34ff0 force: #112: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
discards 7e035e82c force: #111: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
discards 20712acd0 onsuccess: #105: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 09807deea onsuccess: #102: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 5b19313ca onsuccess: #99: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new 6a9f6aeb0 onsuccess: #99: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new c771541e6 onsuccess: #102: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 791ee6685 onsuccess: #105: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new bd22ee5cd force: #111: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
new d0515d83f force: #112: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
new 0e5bfdbaa onsuccess: #113: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 2019ff96d onsuccess: #114: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new d90679453 onsuccess: #115: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 79d1c408c onsuccess: #116: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 089ba5c27 onsuccess: #117: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 (932cd1cb6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk-code_speed-spec2k6/g [...]
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 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:
--
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-11
in repository gcc.
from 2eb8e5cba74 rs6000: call vector load/store with length only on 64-bit Power10
new 52816ab48f9 aarch64: Use local frame vars in shrink-wrapping code
new a2a57f7ec79 aarch64: Avoid a use of callee_offset
new 5efdcc8ed19 aarch64: Explicitly handle frames with no saved registers
new a8385d14318 aarch64: Add bytes_below_saved_regs to frame info
new d3f6ceecc8a aarch64: Add bytes_below_hard_fp to frame info
new e8a7ec87fcd aarch64: Tweak aarch64_save/restore_callee_saves
new 7356df0319a aarch64: Only calculate chain_offset if there is a chain
new 82fb69e75c2 aarch64: Rename locals_offset to bytes_above_locals
new fa6600b55b4 aarch64: Rename hard_fp_offset to bytes_above_hard_fp
new b8cd5a0229d aarch64: Tweak frame_size comment
new 999c4a81cff aarch64: Measure reg_offset from the bottom of the frame
new 8b664cc8f05 aarch64: Simplify top of frame allocation
new bb4600071ac aarch64: Minor initial adjustment tweak
new f22329d5efb aarch64: Tweak stack clash boundary condition
new 174a9747491 aarch64: Put LR save probe in first 16 bytes
new e932e11c353 aarch64: Simplify probe of final frame allocation
new 9ed9fd54b2b aarch64: Explicitly record probe registers in frame info
new 4bbf7b6cdd0 aarch64: Remove below_hard_fp_saved_regs_size
new bea0985749c aarch64: Make stack smash canary protect saved registers
The 19 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 | 499 +++++++++++----------
gcc/config/aarch64/aarch64.h | 44 +-
.../gcc.target/aarch64/stack-check-prologue-17.c | 55 +++
.../gcc.target/aarch64/stack-check-prologue-18.c | 100 +++++
.../gcc.target/aarch64/stack-protector-8.c | 95 ++++
.../gcc.target/aarch64/stack-protector-9.c | 33 ++
.../gcc.target/aarch64/sve/pcs/stack_clash_3.c | 6 +-
7 files changed, 585 insertions(+), 247 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-check-prologue-17.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-check-prologue-18.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-9.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 3e4afea3b19 aarch64: Make stack smash canary protect saved registers
new f1e87aee5b7 libstdc++: Remove std::bind_front specialization for no bound args
new 4289f6ceefe libstdc++: Fix std::bind_front perfect forwarding [PR111327]
new 52f65d17c85 libstdc++: Fix std::not_fn perfect forwarding [PR111327]
The 3 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/functional | 89 ++++++----------------
.../20_util/function_objects/bind_front/111327.cc | 41 ++++++++++
.../20_util/function_objects/not_fn/111327.cc | 29 +++++++
3 files changed, 95 insertions(+), 64 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/111327.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/not_fn/111327.cc
--
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-code_speed-spec2k6/gnu-aarch64-master-O2
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_speed-spec2k6/gnu-aarch64-master-O2.
discards 267c53458 onsuccess: #117: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards acfb9f06c onsuccess: #116: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 1ea95c19e onsuccess: #115: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 54e5c1395 onsuccess: #114: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 4d3d5bfd5 onsuccess: #113: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards 2ffa003cb force: #112: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
discards 189280c15 force: #111: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
discards 8223b74f9 onsuccess: #105: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards e55bdac7a onsuccess: #102: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
discards f67a59ee1 onsuccess: #99: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
discards 7df0eb6d5 onsuccess: #96: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new 23e8bd200 onsuccess: #96: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new 5b19313ca onsuccess: #99: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
new 09807deea onsuccess: #102: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 20712acd0 onsuccess: #105: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 7e035e82c force: #111: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
new bfca34ff0 force: #112: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_bmk- [...]
new 40633d649 onsuccess: #113: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 0eb735eb0 onsuccess: #114: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 5272bd6e5 onsuccess: #115: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new e6c02d9f6 onsuccess: #116: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 932cd1cb6 onsuccess: #117: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 (267c53458)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk-code_speed-spec2k6/g [...]
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 11 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:
--
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/v1.0_to_v1.1-208/tcwg_bootstrap_build/master-arm-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts/tcwg_bootstrap_build/master-arm-bootstrap_profiled_lto.
at e37813cb9 onsuccess: #208: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.