This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3f88230da6a fortran: Mention user variable in SELECT TYPE temporary var [...]
new 8e80287601c AArch64: propose -mmax-vectorization as an option to overri [...]
new f60d3f5cf15 AArch64: promote aarch64-autovec-peference to mautovec-preference
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/common/config/aarch64/aarch64-common.cc | 4 ++
gcc/config/aarch64/aarch64.cc | 16 ++++++++
gcc/config/aarch64/aarch64.opt | 15 ++++++-
gcc/doc/extend.texi | 10 +++++
gcc/doc/invoke.texi | 47 +++++++++++++++-------
.../aarch64/autovec_param_asimd-only_2.c | 4 ++
.../gcc.target/aarch64/autovec_param_default_2.c | 4 ++
.../aarch64/autovec_param_prefer-asimd_2.c | 4 ++
.../aarch64/autovec_param_prefer-sve_2.c | 4 ++
.../gcc.target/aarch64/autovec_param_sve-only_2.c | 4 ++
.../sve/{cost_model_16.c => cost_model_17.c} | 2 +-
.../sve/{cost_model_16.c => cost_model_18.c} | 4 +-
12 files changed, 99 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_asimd-only_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_default_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_prefer-asimd_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_prefer-sve_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_sve-only_2.c
copy gcc/testsuite/gcc.target/aarch64/sve/{cost_model_16.c => cost_model_17.c} (79%)
copy gcc/testsuite/gcc.target/aarch64/sve/{cost_model_16.c => cost_model_18.c} (77%)
--
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 c06979ff957 Don't duplicate setup code cost when do group-candidate cos [...]
new 3f88230da6a fortran: Mention user variable in SELECT TYPE temporary var [...]
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/fortran/gfortran.h | 2 ++
gcc/fortran/match.cc | 24 +++++++++++-------
gcc/fortran/misc.cc | 21 ++++++++++++++++
gcc/fortran/resolve.cc | 21 ++++++++++------
gcc/testsuite/gfortran.dg/select_type_51.f90 | 37 ++++++++++++++++++++++++++++
5 files changed, 88 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/select_type_51.f90
--
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 newlib.
from 12c08cc8a Cygwin: fix visibility of symbols introduced with POSIX Issue 8
new d8e6d54f3 Cygwin: add release note about `..` symlinks
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:
winsup/cygwin/release/3.6.4 | 3 +++
1 file changed, 3 insertions(+)
--
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 main
in repository newlib.
from 12c08cc8a Cygwin: fix visibility of symbols introduced with POSIX Issue 8
new d8e6d54f3 Cygwin: add release note about `..` symlinks
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:
winsup/cygwin/release/3.6.4 | 3 +++
1 file changed, 3 insertions(+)
--
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 cygwin-3_6-branch
in repository newlib.
from 5979f22b9 Cygwin: symlink_native: allow linking to `..`
new 8355a273a Cygwin: add release note about `..` symlinks
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:
winsup/cygwin/release/3.6.4 | 3 +++
1 file changed, 3 insertions(+)
--
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 main
in repository newlib.
from 908e644b7 Cygwin: testsuite: test posix_spawn_file_actions.
new a297e7de0 libc: Added timespec_get() to time.h
new dba5f30a8 libc/../pthread.h: Updated the guard for Posix Issue 8 functions
new 5e5a35cdf libc: Added the prototype for sem_clockwait()
new e625e3142 libc: Added the prototype for ppoll()
new 64fcb22b3 libc: Update the guard for quick_exit() and at_quick_exit() f [...]
new 12c08cc8a Cygwin: fix visibility of symbols introduced with POSIX Issue 8
The 6 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:
newlib/libc/include/pthread.h | 12 ++++++------
newlib/libc/include/stdlib.h | 5 ++++-
newlib/libc/include/time.h | 5 +++++
newlib/libc/sys/rtems/include/semaphore.h | 6 ++++++
newlib/libc/sys/rtems/include/sys/poll.h | 9 +++++++++
winsup/cygwin/include/cygwin/time.h | 6 ------
winsup/cygwin/include/pthread.h | 8 ++++----
winsup/cygwin/include/semaphore.h | 2 +-
winsup/cygwin/include/sys/poll.h | 2 +-
9 files changed, 36 insertions(+), 19 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 7f87bfa4a73 middle-end: Apply loop->unroll directly in vectorizer
new c06979ff957 Don't duplicate setup code cost when do group-candidate cos [...]
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/tree-ssa-loop-ivopts.cc | 9 ++++++---
1 file changed, 6 insertions(+), 3 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 cygwin-3_6-branch
in repository newlib.
from 1186791e9 Cygwin: make pthread initializer macros constinit compliant
new 5979f22b9 Cygwin: symlink_native: allow linking to `..`
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:
winsup/cygwin/path.cc | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.