This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from efb3cd64fde AVR/LibF7: target/122177 - fix fmin / fmax return value for [...]
new 955217839f5 doc: mention STAGE1_CFLAGS
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/doc/install.texi | 7 +++++++
1 file changed, 7 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 master
in repository glibc.
from ed5b1fad62 manual: fix some mistakes in the indices [BZ #24657]
new b96031cb56 manual: describe syscall numbers not supported via syscall()
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/startup.texi | 7 ++++++-
1 file changed, 6 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 main
in repository llvm-lnt.
from 39d821f Add GitHub action to build and publish docker image (#55)
new 8b17183 Use python-version matrix (#61)
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:
.github/workflows/tox.yaml | 6 +++++-
1 file changed, 5 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 ad2991b2749 aarch64: Fix ICE when op2 is zero for SVE2 saturating add i [...]
new e5731a4bc50 AVR: Speed up IEEE double comparisons.
new efb3cd64fde AVR/LibF7: target/122177 - fix fmin / fmax return value for [...]
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/testsuite/gcc.target/avr/cmpdi-1.c | 149 +++++++++++++++++
gcc/testsuite/gcc.target/avr/fminfmax-1.c | 116 +++++++++++++
libgcc/config/avr/libf7/f7-wraps.h | 98 +----------
libgcc/config/avr/libf7/libf7-asm.sx | 262 ++++++++++++++++++++++++++++++
libgcc/config/avr/libf7/libf7-common.mk | 5 +-
5 files changed, 532 insertions(+), 98 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/cmpdi-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/fminfmax-1.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 dependabot/pip/gunicorn-22.0.0
in repository llvm-lnt.
discards d555ed7 Bump gunicorn from 19.9.0 to 22.0.0
adds 39d821f Add GitHub action to build and publish docker image (#55)
new 002f5a9 Bump gunicorn from 19.9.0 to 22.0.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d555ed7)
\
N -- N -- N refs/heads/dependabot/pip/gunicorn-22.0.0 (002f5a9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
.github/workflows/build.yaml | 30 ++++++++++++++++++++++++++++++
docker/Dockerfile | 2 +-
requirements.server.txt | 2 +-
3 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 .github/workflows/build.yaml
--
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 9b102d2e1e3 tree-optimization/122131 - do not use re-align load for gathers
new ad2991b2749 aarch64: Fix ICE when op2 is zero for SVE2 saturating add i [...]
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/aarch64/aarch64-sve-builtins.cc | 6 ++++-
gcc/testsuite/gcc.target/aarch64/sve2/pr121599.c | 31 ++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/pr121599.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 main
in repository llvm-lnt.
from 2876164 [deps] Bump requirement of Jinja2 to 3.1.6 (#57)
new 39d821f Add GitHub action to build and publish docker image (#55)
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:
.github/workflows/build.yaml | 30 ++++++++++++++++++++++++++++++
docker/Dockerfile | 2 +-
requirements.server.txt | 2 +-
3 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 .github/workflows/build.yaml
--
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 ec02207 Unpit lit version from setup.py (#54)
new 239d683 [deps] Bump Pyyaml to 6.0 (#56)
new 2876164 [deps] Bump requirement of Jinja2 to 3.1.6 (#57)
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:
requirements.server.txt | 2 ++
setup.py | 4 ++--
2 files changed, 4 insertions(+), 2 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 dependabot/pip/gunicorn-22.0.0
in repository llvm-lnt.
discards 0ea50bb Bump gunicorn from 19.9.0 to 22.0.0
new 239d683 [deps] Bump Pyyaml to 6.0 (#56)
new 2876164 [deps] Bump requirement of Jinja2 to 3.1.6 (#57)
new d555ed7 Bump gunicorn from 19.9.0 to 22.0.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0ea50bb)
\
N -- N -- N refs/heads/dependabot/pip/gunicorn-22.0.0 (d555ed7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
requirements.server.txt | 2 ++
setup.py | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.