This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 97def1f34c1 c++: Template keyword following :: [PR96082]
new 37a4c06f3da [PATCH] nvptx: Add support for PTX highpart multiplications [...]
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/config/nvptx/nvptx.md | 48 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/nvptx/mul-hi.c | 15 ++++++++++
gcc/testsuite/gcc.target/nvptx/umul-hi.c | 15 ++++++++++
3 files changed, 78 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/nvptx/mul-hi.c
create mode 100644 gcc/testsuite/gcc.target/nvptx/umul-hi.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 binutils-gdb.
from 97916bfedfd gdb: use bool in frame code
new 563a322515e Z8k: fix sout/soudb opcodes with direct address
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:
gas/ChangeLog | 5 +++++
gas/testsuite/gas/z8k/inout.d | 4 ++--
opcodes/ChangeLog | 7 +++++++
opcodes/z8k-opc.h | 8 ++++----
opcodes/z8kgen.c | 4 ++--
5 files changed, 20 insertions(+), 8 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 devel/c++-modules
in repository gcc.
from 03e33763bb0 Merge trunk 1790d13dc8f
new 6f9c8865b79 Fix alias templates
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:
ChangeLog.modules | 7 +++++++
gcc/cp/pt.c | 24 ++++++++++++++----------
gcc/testsuite/g++.dg/template/pr95263.C | 2 --
3 files changed, 21 insertions(+), 12 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_O3
in repository toolchain/ci/base-artifacts.
discards ae0e6636 0: update: gcc-a9c2fba85294b554498914166e106f3d221feac9: 1
new bb613306 0: update: gcc-2155170525f93093b90a1a065e7ed71a925566e9: 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 (ae0e6636)
\
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 | 346 +-
04-build_abe-bootstrap_O3/console.log | 67237 +++++++++++++++----------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 67735 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 67974 insertions(+), 67504 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-bootstrap_O1
in repository toolchain/ci/gcc.
from a9c2fba8529 Daily bump.
adds c74b896317b Daily bump.
adds 09809e84d76 libsanitizer: Fix GetPcSpBp determination of SP on 32-bit S [...]
adds 0a8cf19d14f cpp: Do not use @dots for ... tokens in code examples
adds c512a43092a Daily bump.
new 20da13e395b aarch64: New Straight Line Speculation (SLS) mitigation flags
new dc586a74922 aarch64: Introduce SLS mitigation for RET and BR instructions
new 2155170525f aarch64: Mitigate SLS for BLR instruction
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:
gcc/ChangeLog | 8 +
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-protos.h | 5 +
gcc/config/aarch64/aarch64.c | 342 ++++++++++++++++++++-
gcc/config/aarch64/aarch64.h | 25 +-
gcc/config/aarch64/aarch64.md | 86 ++++--
gcc/config/aarch64/aarch64.opt | 4 +
gcc/config/aarch64/constraints.md | 9 +
gcc/config/aarch64/predicates.md | 3 +-
gcc/doc/cpp.texi | 14 +-
gcc/doc/invoke.texi | 12 +
.../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 | 15 +
.../aarch64/sls-mitigation/sls-miti-retbr.c | 119 +++++++
.../aarch64/sls-mitigation/sls-mitigation.exp | 73 +++++
gcc/testsuite/lib/target-supports.exp | 3 +-
libsanitizer/ChangeLog | 5 +
libsanitizer/sanitizer_common/sanitizer_linux.cc | 6 +-
19 files changed, 759 insertions(+), 45 deletions(-)
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.