This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1dc20965378 Remove redundant vector permute dump
new 8d2c460e79a Vect: Support IFN SAT_TRUNC for unsigned vector int
new 44c767c06b6 Match: Allow more types truncation for .SAT_TRUNC
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/match.pd | 12 +++++------
gcc/tree-vect-patterns.cc | 54 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+), 6 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 8dc5ad3ce8d [PATCH] match.pd: Fold x/sqrt(x) to sqrt(x)
new 1dc20965378 Remove redundant vector permute dump
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-vect-slp.cc | 10 ----------
1 file changed, 10 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 640f0f3e2b7 Deduplicate explicitly-sized types
new 8dc5ad3ce8d [PATCH] match.pd: Fold x/sqrt(x) to sqrt(x)
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/match.pd | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/sqrt_div.c | 23 +++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sqrt_div.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-14
in repository gcc.
from 55744507abc AVR: target/98762 - Handle partial clobber in movqi output.
new 3389a23fd49 preprocessor: Create the parser before handling command-lin [...]
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-family/c-opts.cc | 2 +-
gcc/testsuite/g++.dg/pch/pr115312.C | 2 ++
gcc/testsuite/g++.dg/pch/pr115312.Hs | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pch/pr115312.C
create mode 100644 gcc/testsuite/g++.dg/pch/pr115312.Hs
--
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 glibc.
from 4737e6a7a3 hppa/vdso: Provide 64-bit clock_gettime() vDSO only
new d2f6ceaccb elf/rtld: Fix auxiliary vector for enable_secure
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:
elf/Makefile | 9 +--
elf/rtld.c | 2 +-
elf/tst-tunables-enable_secure-env.c | 127 ++++++++++++++++++++++++++++++++++-
3 files changed, 126 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.
unknown user pushed a change to branch master
in repository gcc.
from 6492c7130d6 aarch64: PR target/115475 Implement missing __ARM_FEATURE_S [...]
new bf2fc0a27b3 [i386] restore recompute to override opts after change [PR113719]
new 113c4826f5e [debug] Avoid dropping bits from num/den in fixed-point types
new 640f0f3e2b7 Deduplicate explicitly-sized types
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/ada/gcc-interface/cuintp.cc | 66 +++++++++++++++++------
gcc/ada/gcc-interface/decl.cc | 19 +++++--
gcc/ada/gcc-interface/misc.cc | 3 +-
gcc/ada/gcc-interface/utils.cc | 116 ++++++++++++++++++++++++++++++++++++++--
gcc/config/i386/i386-options.cc | 59 +++++++++++++-------
gcc/dwarf2out.cc | 7 ++-
gcc/testsuite/gnat.dg/bias1.adb | 3 +-
7 files changed, 224 insertions(+), 49 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 03a810da10d Handle NULL stmt in SLP_TREE_SCALAR_STMTS
new c10942134fa aarch64: PR target/115457 Implement missing __ARM_FEATURE_B [...]
new 6492c7130d6 aarch64: PR target/115475 Implement missing __ARM_FEATURE_S [...]
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-c.cc | 5 +++++
gcc/testsuite/gcc.target/aarch64/acle/bf16_feature.c | 10 ++++++++++
gcc/testsuite/gcc.target/aarch64/acle/bf16_sve_feature.c | 10 ++++++++++
3 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/bf16_feature.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/bf16_sve_feature.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-12
in repository gcc.
from ca6eea0eb33 rs6000: Fix wrong RTL patterns for vector merge high/low sh [...]
new 5f699cb08ee AVR: target/98762 - Handle partial clobber in movqi output.
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/avr/avr.cc | 27 +++++++++++++++++++++-----
gcc/testsuite/gcc.target/avr/torture/pr98762.c | 19 ++++++++++++++++++
2 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr98762.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 e9fb6efa1cf AVR: target/98762 - Handle partial clobber in movqi output.
new 03a810da10d Handle NULL stmt in SLP_TREE_SCALAR_STMTS
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-vect-data-refs.cc | 2 ++
gcc/tree-vect-slp.cc | 76 ++++++++++++++++++++++++++++------------------
gcc/tree-vect-stmts.cc | 22 ++++++++------
3 files changed, 61 insertions(+), 39 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 releases/gcc-13
in repository gcc.
from bab38d9271c rs6000: Fix wrong RTL patterns for vector merge high/low sh [...]
new ba9fef4bdea AVR: target/98762 - Handle partial clobber in movqi output.
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/avr/avr.cc | 27 +++++++++++++++++++++-----
gcc/testsuite/gcc.target/avr/torture/pr98762.c | 19 ++++++++++++++++++
2 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr98762.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.