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 002f5a9 Bump gunicorn from 19.9.0 to 22.0.0
adds 8b17183 Use python-version matrix (#61)
new 2d87edd Fix Dockerfile not using current sources (#60)
new 7e62437 Update context directory in Docker workflow
new 53ebffe 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 (002f5a9)
\
N -- N -- N refs/heads/dependabot/pip/gunicorn-22.0.0 (53ebffe)
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:
.github/workflows/build.yaml | 1 -
.github/workflows/tox.yaml | 6 +++++-
Dockerfile | 28 +++++++++++++++++++++++++
docker/docker-compose.yml => docker-compose.yml | 6 +++---
docker/.env | 2 --
docker/Dockerfile | 20 ------------------
requirements.server.txt | 4 ++--
7 files changed, 38 insertions(+), 29 deletions(-)
create mode 100644 Dockerfile
rename docker/docker-compose.yml => docker-compose.yml (78%)
delete mode 100644 docker/.env
delete mode 100644 docker/Dockerfile
--
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 21e75aa0ad2 Daily bump.
new f2eabd3386d AVR: Speed up IEEE double comparisons.
new 038bb0fb0cc 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 master
in repository gcc.
from 955217839f5 doc: mention STAGE1_CFLAGS
new 13f5a627dca If a range's bitmask changes, reflect it in the bounds.
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/pr121987.c | 16 ++++++++++++++++
gcc/value-range.cc | 11 ++++-------
2 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr121987.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 binutils-gdb.
from c44edec047d Make location expressions be code in DWARF assembler
new 7862554bcf4 gdb/python: introduce gdb.Corefile API
new fc8e5a565b3 gdb: make structured core file mappings processing global
new f69c1d03c4d gdb/python: add Corefile.mapped_files method
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:
gdb/Makefile.in | 1 +
gdb/NEWS | 21 +
gdb/corelow.c | 225 ++++---
gdb/doc/python.texi | 110 ++++
gdb/gdbcore.h | 43 ++
gdb/observable.c | 1 +
gdb/observable.h | 6 +
gdb/python/py-corefile.c | 688 +++++++++++++++++++++
gdb/python/py-inferior.c | 18 +
gdb/python/python-internal.h | 8 +
.../dso2dso.c => gdb.python/py-corefile.c} | 8 +-
gdb/testsuite/gdb.python/py-corefile.exp | 236 +++++++
gdb/testsuite/gdb.python/py-corefile.py | 144 +++++
13 files changed, 1404 insertions(+), 105 deletions(-)
create mode 100644 gdb/python/py-corefile.c
copy gdb/testsuite/{gdb.base/dso2dso.c => gdb.python/py-corefile.c} (82%)
create mode 100644 gdb/testsuite/gdb.python/py-corefile.exp
create mode 100644 gdb/testsuite/gdb.python/py-corefile.py
--
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 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.