This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f61fb5ab834 s390: Implement spaceship optab [PR117015]
new e9ad533dd2e [x86] factor out worker from ix86_builtin_vectorization_cost
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/i386/i386.cc | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 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 71dae74158d x86: Transform to "pushq $-1; popq reg" for -Oz
new 22141f856d8 cprop: Allow jump bypassing for single set insns
new f61fb5ab834 s390: Implement spaceship optab [PR117015]
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/s390/s390-protos.h | 2 +
gcc/config/s390/s390.cc | 161 ++++++++++++++++++++++++
gcc/config/s390/s390.md | 21 ++++
gcc/cprop.cc | 24 +++-
gcc/testsuite/gcc.target/s390/spaceship-fp-1.c | 23 ++++
gcc/testsuite/gcc.target/s390/spaceship-fp-2.c | 23 ++++
gcc/testsuite/gcc.target/s390/spaceship-fp-3.c | 23 ++++
gcc/testsuite/gcc.target/s390/spaceship-fp-4.c | 53 ++++++++
gcc/testsuite/gcc.target/s390/spaceship-int-1.c | 30 +++++
gcc/testsuite/gcc.target/s390/spaceship-int-2.c | 24 ++++
gcc/testsuite/gcc.target/s390/spaceship-int-3.c | 21 ++++
11 files changed, 399 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/spaceship-fp-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/spaceship-fp-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/spaceship-fp-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/spaceship-fp-4.c
create mode 100644 gcc/testsuite/gcc.target/s390/spaceship-int-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/spaceship-int-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/spaceship-int-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 7827ae8e618 auto-profile fixes
new 71dae74158d x86: Transform to "pushq $-1; popq reg" for -Oz
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/i386/i386.md | 3 ++-
gcc/testsuite/gcc.target/i386/pr120427-5.c | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr120427-5.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 36c5a7aa9a6 vect: Add target hook to prefer gather/scatter instructions
new 1d3e713dda9 Fix fasle profile insonsistency error
new 05e4bb88297 Fix symbol_table::change_decl_assembler_name when DECL_RTL [...]
new 7827ae8e618 auto-profile fixes
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/auto-profile.cc | 12 +++++++++---
gcc/predict.cc | 28 ++++++++++++++++++++++++++--
gcc/symtab.cc | 5 +++++
gcc/testsuite/g++.dg/tree-prof/eh1.C | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 74 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-prof/eh1.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-15
in repository gcc.
from 9a5a5e87ca6 testsuite: Fix gcc.target/powerpc/vsx-builtin-7.c test [PR119382]
new 281a6a0a8b3 c++: Make __extension__ silence -Wlong-long pedwarns/warnin [...]
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/cp/parser.cc | 32 +++++++++++++++++++++-----------
gcc/testsuite/g++.dg/warn/pr121133-1.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/warn/pr121133-2.C | 5 +++++
gcc/testsuite/g++.dg/warn/pr121133-3.C | 5 +++++
gcc/testsuite/g++.dg/warn/pr121133-4.C | 5 +++++
5 files changed, 52 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/pr121133-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr121133-2.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr121133-3.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr121133-4.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 a0d2de441ea tree-optimization/121130 - vectorizable_call cannot handle [...]
new b31fa1ce195 Don't pass vector params through to offload targets
new 36c5a7aa9a6 vect: Add target hook to prefer gather/scatter instructions
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/gcn/gcn.cc | 18 ++++++++++++++++++
gcc/doc/tm.texi | 9 +++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/hooks.cc | 7 +++++++
gcc/hooks.h | 1 +
gcc/optc-save-gen.awk | 19 +++++++++++++++++--
gcc/params.opt | 6 +++---
gcc/target.def | 14 ++++++++++++++
gcc/tree-vect-stmts.cc | 33 +++++++++++++++++++++++----------
9 files changed, 94 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.
unknown user pushed a change to branch master
in repository gcc.
from fac66b476af c++: Make __extension__ silence -Wlong-long pedwarns/warnin [...]
new a0d2de441ea tree-optimization/121130 - vectorizable_call cannot handle [...]
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.dg/vect/vect-simd-pr121130.c | 11 +++++++++++
gcc/tree-vect-stmts.cc | 8 +++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-pr121130.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 28310b3ff84 vect: Add missing skip-vector check for peeling with versio [...]
new 8f185d3d7a2 libcpp: Fix up comma diagnostics in preprocessor for C++ [P [...]
new fac66b476af c++: Make __extension__ silence -Wlong-long pedwarns/warnin [...]
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/cp/parser.cc | 32 +++++++++++++++++---------
gcc/testsuite/g++.dg/cpp/if-comma-1.C | 42 ++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/pr121133-1.C | 16 +++++++++++++
gcc/testsuite/g++.dg/warn/pr121133-2.C | 5 ++++
gcc/testsuite/g++.dg/warn/pr121133-3.C | 5 ++++
gcc/testsuite/g++.dg/warn/pr121133-4.C | 5 ++++
libcpp/expr.cc | 18 ++++++++++++---
libcpp/internal.h | 3 +++
8 files changed, 112 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp/if-comma-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr121133-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr121133-2.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr121133-3.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr121133-4.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 483326615ee aarch64: Fix sme2+faminmax intrisic gating (PR 121300)
new 46a862ef08f vect: Fix insufficient alignment requirement for speculativ [...]
new 28310b3ff84 vect: Add missing skip-vector check for peeling with versio [...]
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.dg/vect/vect-early-break_137-pr121190.c | 62 ++++++++++++++++++++++
.../gcc.dg/vect/vect-early-break_138-pr121020.c | 54 +++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-early-break_52.c | 2 +-
gcc/tree-vect-data-refs.cc | 20 +++----
gcc/tree-vect-loop-manip.cc | 2 +-
gcc/tree-vectorizer.h | 4 ++
6 files changed, 128 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_137-pr121190.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_138-pr121020.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 45fd943eabf aarch64: Add support for unpacked SVE FP conditional ternar [...]
new 10a57629849 tree-optimization/121304 - set memory_access_type before re [...]
new 483326615ee aarch64: Fix sme2+faminmax intrisic gating (PR 121300)
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-builtins-sme.def | 3 +-
gcc/testsuite/gcc.target/aarch64/pr121300.c | 9 +++
gcc/tree-vect-stmts.cc | 86 ++++++++++++-------------
3 files changed, 54 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr121300.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.