This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 76b7f60ffdb c: Fix up expr location for __builtin_stdc_rotate_* [PR118376]
new 20385cb92cb aarch64: Use PAUTH instead of V8_3A in some places
new 9bbb91e8e0a aarch64: Add new +fcma flag
new 2c8913576fa aarch64: Add new +jscvt flag
new 32a45a216e6 aarch64: Add new +frintts flag
new f5915726fd1 aarch64: Add new +flagm2 flag
new 5747c121e9c aarch64: Add new +rcpc2 flag
new 4984119b75e aarch64: Add new +wfxt flag
new f06c6f8bf33 aarch64: Add new +xs flag
new abbe2905edd docs: Add new AArch64 flags
new 21212f08d82 Disable a broken multiversioning optimisation
new e7f98d96038 Add new hardreg PRE pass
new 016e2f00d40 docs: Document new hardreg PRE pass
new 8a2d5bc2808 s390: Add expander for uaddc/usubc optabs
The 13 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-arches.def | 8 +-
gcc/config/aarch64/aarch64-option-extensions.def | 18 +-
gcc/config/aarch64/aarch64.cc | 6 +-
gcc/config/aarch64/aarch64.h | 12 +-
gcc/config/aarch64/aarch64.md | 8 +-
gcc/config/aarch64/arm_acle.h | 4 +-
gcc/config/aarch64/arm_neon.h | 4 +-
gcc/config/s390/s390-protos.h | 2 +-
gcc/config/s390/s390.cc | 20 +-
gcc/config/s390/s390.md | 115 +++++--
gcc/doc/invoke.texi | 22 +-
gcc/doc/passes.texi | 7 +
gcc/gcse.cc | 339 +++++++++++++++++++--
gcc/multiple_target.cc | 15 +-
gcc/passes.def | 1 +
gcc/testsuite/g++.target/aarch64/mv-pragma.C | 31 ++
gcc/testsuite/gcc.target/aarch64/acle/fpmr-1.c | 58 ++++
gcc/testsuite/gcc.target/aarch64/acle/fpmr-2.c | 15 +
gcc/testsuite/gcc.target/aarch64/acle/fpmr-3.c | 18 ++
gcc/testsuite/gcc.target/aarch64/acle/fpmr-4.c | 23 ++
gcc/testsuite/gcc.target/aarch64/cpunative/info_15 | 2 +-
gcc/testsuite/gcc.target/aarch64/cpunative/info_16 | 2 +-
gcc/testsuite/gcc.target/aarch64/cpunative/info_17 | 2 +-
gcc/testsuite/gcc.target/aarch64/cpunative/info_8 | 2 +-
gcc/testsuite/gcc.target/aarch64/cpunative/info_9 | 2 +-
.../gcc.target/aarch64/cpunative/native_cpu_21.c | 2 +-
.../gcc.target/aarch64/cpunative/native_cpu_22.c | 2 +-
gcc/testsuite/gcc.target/s390/uaddc-1.c | 156 ++++++++++
gcc/testsuite/gcc.target/s390/uaddc-2.c | 25 ++
gcc/testsuite/gcc.target/s390/uaddc-3.c | 27 ++
gcc/testsuite/gcc.target/s390/usubc-1.c | 156 ++++++++++
gcc/testsuite/gcc.target/s390/usubc-2.c | 25 ++
gcc/testsuite/gcc.target/s390/usubc-3.c | 29 ++
gcc/tree-pass.h | 1 +
34 files changed, 1056 insertions(+), 103 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/mv-pragma.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/fpmr-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/fpmr-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/fpmr-3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/fpmr-4.c
create mode 100644 gcc/testsuite/gcc.target/s390/uaddc-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/uaddc-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/uaddc-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/usubc-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/usubc-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/usubc-3.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 06c4cf39894 rtl: Remove invalid compare simplification [PR117186]
new 76b7f60ffdb c: Fix up expr location for __builtin_stdc_rotate_* [PR118376]
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/c/c-parser.cc | 1 +
gcc/testsuite/gcc.dg/pr118376.c | 11 +++++++++++
2 files changed, 12 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr118376.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 47ac6ca9cb0 [ifcombine] drop other misuses of uniform_integer_cst_p
new 06c4cf39894 rtl: Remove invalid compare simplification [PR117186]
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/rtl.h | 3 +-
gcc/simplify-rtx.cc | 276 +++++++++++++++++++---------
gcc/testsuite/gcc.dg/torture/pr117186.c | 15 ++
gcc/testsuite/gcc.target/aarch64/pr117186.c | 128 +++++++++++++
4 files changed, 339 insertions(+), 83 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117186.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr117186.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 d019ab4f115 ipa-cp: Fold-convert values when necessary (PR 118138)
new 38401c58f4a ifcombine field-merge: improve handling of dwords
new 261ffe685f3 testsuite: generalize ifcombine field-merge tests [PR118025]
new d3c91b0439f testsuite: generalized field-merge tests for <32-bit int [P [...]
new c96a6c2c264 [ifcombine] adjust for narrowing converts before shifts [PR118206]
new 740c84975ce [ifcombine] reuse left-hand mask to decode right-hand xor operand
new fd4e979d0c6 [ifcombine] fix mask variable test to match use [PR118344]
new 47ac6ca9cb0 [ifcombine] drop other misuses of uniform_integer_cst_p
The 7 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/gimple-fold.cc | 110 +++++++++++++++++++++++++---------
gcc/testsuite/gcc.dg/field-merge-1.c | 6 +-
gcc/testsuite/gcc.dg/field-merge-11.c | 10 +++-
gcc/testsuite/gcc.dg/field-merge-13.c | 2 +-
gcc/testsuite/gcc.dg/field-merge-14.c | 3 +-
gcc/testsuite/gcc.dg/field-merge-15.c | 2 +-
gcc/testsuite/gcc.dg/field-merge-16.c | 17 +++---
gcc/testsuite/gcc.dg/field-merge-17.c | 48 +++++++++++++++
gcc/testsuite/gcc.dg/field-merge-18.c | 46 ++++++++++++++
gcc/testsuite/gcc.dg/field-merge-19.c | 41 +++++++++++++
gcc/testsuite/gcc.dg/field-merge-3.c | 6 +-
gcc/testsuite/gcc.dg/field-merge-4.c | 6 +-
gcc/testsuite/gcc.dg/field-merge-5.c | 6 +-
gcc/testsuite/gcc.dg/field-merge-8.c | 2 +
gcc/testsuite/gcc.dg/field-merge-9.c | 4 +-
15 files changed, 253 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/field-merge-17.c
create mode 100644 gcc/testsuite/gcc.dg/field-merge-18.c
create mode 100644 gcc/testsuite/gcc.dg/field-merge-19.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 86175a64f16 nvptx: Add '__builtin_frame_address(0)' test case
new d019ab4f115 ipa-cp: Fold-convert values when necessary (PR 118138)
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/ipa-cp.cc | 33 +++++++++++++++++++--------------
gcc/testsuite/gcc.dg/ipa/pr118138.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr118138.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 master
in repository toolchain/ci/interesting-commits.
from 2595be211 Add entry 42b24557bdf805d2913d3c75531fe441b1634332 from https [...]
new c7c801625 Add entry 42b24557bdf805d2913d3c75531fe441b1634332 from https [...]
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:
.../jira/description | 4 ++++
.../42b24557bdf805d2913d3c75531fe441b1634332/jira/yaml | 4 ++++
.../42b24557bdf805d2913d3c75531fe441b1634332/status.txt | 4 ++++
.../master-thumb_v8a_hard_eabi/details.txt | 17 ++++++++++-------
.../reproduction_instructions.txt | 0
.../master-thumb_v8a_hard_eabi}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
8 files changed, 28 insertions(+), 9 deletions(-)
copy gcc/sha1/{e4a0157c2397c9b582cff71d114240a6b083a3dc => 42b24557bdf805d2913d3c7 [...]
copy {binutils/sha1/9f2e3c21f6506f081f1360f02b847606e0e00995/tcwg_kernel/gnu-maste [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/42b24557bdf805d2913d3c75531fe441b1634332/tcwg_gnu_embed_check_gcc/{m [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 226adeb78 Add entry 42b24557bdf805d2913d3c75531fe441b1634332 from https [...]
new 2595be211 Add entry 42b24557bdf805d2913d3c75531fe441b1634332 from https [...]
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:
.../tcwg_gnu_embed_check_gcc/master-thumb_v8a_hard_eabi}/build_url | 2 +-
.../master-thumb_v8a_hard_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/42b24557bdf805d2913d3c75531fe441b1634332/{tcwg_bootstrap_check/maste [...]
--
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-14
in repository gcc.
from 91b524aa80e doc: cpp: fix version test example syntax
new 02b1172dad4 tree-optimization/117912 - bogus address equivalences for _ [...]
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/c-c++-common/torture/pr117912-1.c | 28 ++++++++++++
gcc/testsuite/c-c++-common/torture/pr117912-2.c | 28 ++++++++++++
gcc/testsuite/c-c++-common/torture/pr117912-3.c | 61 +++++++++++++++++++++++++
gcc/tree-ssa-sccvn.cc | 51 +++++++++++++++++++--
4 files changed, 164 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-1.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-2.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-3.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 91dec10f8b7 nvptx: Add '__builtin_stack_address()' test case
new 86175a64f16 nvptx: Add '__builtin_frame_address(0)' test case
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:
...builtin_stack_address-1.c => __builtin_frame_address_0-1.c} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
copy gcc/testsuite/gcc.target/nvptx/{__builtin_stack_address-1.c => __builtin_fram [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.