This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from fcfbc3ee31 manual: check the correct variable in SIOCATMARK example [BZ [...]
new 9a40b1cda5 ppc64le: Restore optimized strcmp for power10
new 2ea943f7d4 ppc64le: Restore optimized strncmp for power10
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:
sysdeps/powerpc/powerpc64/le/power10/strcmp.S | 185 +++++++++++++++
sysdeps/powerpc/powerpc64/le/power10/strncmp.S | 252 +++++++++++++++++++++
sysdeps/powerpc/powerpc64/multiarch/Makefile | 2 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 7 +
.../{memcpy-power10.S => strcmp-power10.S} | 10 +-
sysdeps/powerpc/powerpc64/multiarch/strcmp.c | 4 +
.../{strncmp-power9.S => strncmp-power10.S} | 6 +-
sysdeps/powerpc/powerpc64/multiarch/strncmp.c | 4 +
8 files changed, 461 insertions(+), 9 deletions(-)
create mode 100644 sysdeps/powerpc/powerpc64/le/power10/strcmp.S
create mode 100644 sysdeps/powerpc/powerpc64/le/power10/strncmp.S
copy sysdeps/powerpc/powerpc64/multiarch/{memcpy-power10.S => strcmp-power10.S} (77%)
copy sysdeps/powerpc/powerpc64/multiarch/{strncmp-power9.S => strncmp-power10.S} (85%)
--
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 llvm-lnt.
from cd731d0 Pin Ubuntu version in build workflow
new 8fc27f4 Restore pinned versions in setup.py for now.
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:
setup.py | 27 +++++++++++++++------------
1 file changed, 15 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 main
in repository llvm-lnt.
from b8ab486 Fix test that was using `not` in a shell script (#66)
new 7d7e489 Remove id-token permission for build workflow
new 9992e48 Move permissions in build workflow to top-level
new cd731d0 Pin Ubuntu version in build workflow
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:
.github/workflows/build.yaml | 7 ++++---
1 file changed, 4 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 master
in repository glibc.
from b96031cb56 manual: describe syscall numbers not supported via syscall()
new fcfbc3ee31 manual: check the correct variable in SIOCATMARK example [BZ [...]
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:
manual/socket.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 9242a89d088 x86: Swap %edx/%rdx with %eax/%rax for PR middle-end/122122
new decd4277e97 phiopt/cselim: Improve cselim-limited to commonalize all st [...]
new d3e963d1ccc match: Extend `-(a ptrdiff b)` pattern by allowing a nop co [...]
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 | 7 +--
gcc/testsuite/g++.dg/opt/pr122083-1.C | 50 +++++++++++++++++++
gcc/testsuite/gcc.dg/{pr58742-1.c => pr121921-1.c} | 7 ++-
.../gcc.dg/tree-ssa/{ssa-pre-19.c => cselim-1.c} | 6 +--
.../gcc.dg/tree-ssa/{ssa-pre-19.c => cselim-2.c} | 6 +--
gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-19.c | 3 +-
gcc/tree-ssa-phiopt.cc | 58 +++++++++++-----------
7 files changed, 95 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr122083-1.C
copy gcc/testsuite/gcc.dg/{pr58742-1.c => pr121921-1.c} (74%)
copy gcc/testsuite/gcc.dg/tree-ssa/{ssa-pre-19.c => cselim-1.c} (72%)
copy gcc/testsuite/gcc.dg/tree-ssa/{ssa-pre-19.c => cselim-2.c} (70%)
--
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 f7b0636b5f7 Daily bump.
new 9242a89d088 x86: Swap %edx/%rdx with %eax/%rax for PR middle-end/122122
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.target/i386/memcpy-pr120683-2.c | 28 ++++++++++----------
gcc/testsuite/gcc.target/i386/memcpy-pr120683-3.c | 32 +++++++++++------------
gcc/testsuite/gcc.target/i386/memcpy-pr120683-4.c | 28 ++++++++++----------
gcc/testsuite/gcc.target/i386/memcpy-pr120683-5.c | 32 +++++++++++------------
gcc/testsuite/gcc.target/i386/memcpy-pr120683-6.c | 28 ++++++++++----------
gcc/testsuite/gcc.target/i386/memcpy-pr120683-7.c | 32 +++++++++++------------
gcc/testsuite/gcc.target/i386/pr111657-1.c | 22 ++++++++--------
7 files changed, 101 insertions(+), 101 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-15
in repository gcc.
from 0d83aa63e64 AVR/LibF7: Implement sincos.
new 774ee96d095 Daily bump.
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/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 22 ++++++++++++++++++++++
libgcc/config/avr/libf7/ChangeLog | 30 ++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+), 1 deletion(-)
--
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 0bb897ac9fd libstdc++: Fix FAIL: 20_util/ratio/operations/ops_overflow_ [...]
new 7595b285a28 Daily bump.
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
--
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 b667503f039 cselim: Don't create a phi node if the rhs side are the sam [...]
new f7b0636b5f7 Daily bump.
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/ChangeLog | 71 +++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 33 ++++++++++++++++++
gcc/testsuite/ChangeLog | 43 ++++++++++++++++++++++++
libgcc/config/avr/libf7/ChangeLog | 21 ++++++++++++
5 files changed, 169 insertions(+), 1 deletion(-)
--
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 25375be18cb Daily bump.
new 83a561ff79f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.