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 5b999c3fd21 aarch64: Fix pmsdsfr_el1 encoding
new 052094e298f libstdc++-v3: Enable features for RTEMS (based on GCC 15)
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:
libstdc++-v3/configure | 72 +++++++++++++++++++++++++++++++++++++++++------
libstdc++-v3/configure.ac | 21 ++++++++++++++
2 files changed, 84 insertions(+), 9 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 c62f3e81a0b aarch64: Sync aarch64-sys-regs.def with Binutils
new 651bf5126da libstdc++: Enable features for RTEMS (based on GCC 15)
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:
libstdc++-v3/configure | 44 +++++++++++++++++++++++++++++++++++++++++++-
libstdc++-v3/configure.ac | 21 +++++++++++++++++++++
2 files changed, 64 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-15
in repository gcc.
from 839618f53ff aarch64, testsuite: Add -fchecking to test options [PR121772]
new 5b999c3fd21 aarch64: Fix pmsdsfr_el1 encoding
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-sys-regs.def | 2 +-
gcc/testsuite/gcc.target/aarch64/acle/rwsr-armv8p9.c | 2 +-
2 files changed, 2 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 releases/gcc-14
in repository gcc.
from 2296fb82a4e i386: Correct ISA set for Panther Lake
new a610291a2aa aarch64: Fix pmsdsfr_el1 encoding
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-sys-regs.def | 2 +-
gcc/testsuite/gcc.target/aarch64/acle/rwsr-armv8p9.c | 2 +-
2 files changed, 2 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 a83dc10 Bump gunicorn from 19.9.0 to 22.0.0
adds 7cd5f1e Also build the Docker image on PRs, but only push it on pushes (#78)
adds d2339d3 Generate JSON reports in format V2 when using `lnt importrepo [...]
adds d7a12fb Ensure aggregation function dropdowns expand to valid HTML (#79)
adds 163c3dd [NFC] Simplify destructuring which is supported in recent Pyt [...]
adds fdb64cf Bump minimum Python version to 3.10 (#62)
adds 4292ee1 Unpin versions in setup.py (2nd attempt) (#71)
adds 1a6c0de Fix invalid uses of Click in the `nt` test suite (#81)
adds 0bf7f0d Overhaul `lnt updatedb` (#80)
adds 150dae4 Bump most dependencies to recent versions
adds c92b04d Fix a few obsolete uses of Flask-WTF forms
adds 2a9b1a5 Fix obsolete usage of flask.json.JSONEncoder
adds 595f058 Remove the last remaining XFAIL on V4Pages.py
adds dde8ba5 Serialize installation tests
adds 8aba409 Add CI jobs that test on Python 3.11 and 3.12
adds 309e185 Use click.Group instead of MultiCommand
new f0800db Rewrite project build and metadata using pyproject.toml (#88)
new 09d9745 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 (a83dc10)
\
N -- N -- N refs/heads/dependabot/pip/gunicorn-22.0.0 (09d9745)
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 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:
.../workflows/{build.yaml => build-docker.yaml} | 6 +-
.github/workflows/tox.yaml | 2 +-
Dockerfile | 9 +-
docs/developer_guide.rst | 6 +-
lnt/lnttool/admin.py | 2 +-
lnt/lnttool/import_report.py | 30 ++--
lnt/lnttool/main.py | 2 +-
lnt/lnttool/updatedb.py | 26 ++--
lnt/server/reporting/analysis.py | 6 +-
lnt/server/ui/app.py | 8 +-
lnt/server/ui/regression_views.py | 14 +-
lnt/server/ui/templates/v4_graph.html | 8 +-
lnt/server/ui/templates/v4_run.html | 19 ++-
lnt/server/ui/views.py | 6 +-
lnt/testing/__init__.py | 4 +-
lnt/tests/nt.py | 6 +-
mypy.ini | 2 -
pyproject.toml | 154 +++++++++++++++++++++
requirements.client.txt | 20 +--
setup.cfg | 4 -
setup.py | 142 -------------------
tests/lit.cfg | 2 -
tests/lnttool/Inputs/example_metrics.lnt | 5 +
tests/lnttool/importreport.shtest | 30 ++++
tests/lnttool/test_importreport.py | 8 --
tests/lnttool/{UpdateDB.py => updatedb.shtest} | 33 +++--
tests/server/ui/V4Pages.py | 28 ++--
tests/testing/TestingTest.py | 20 +--
tests/utils/installation-client.shtest | 8 --
tests/utils/installation-server.shtest | 8 --
tests/utils/installation.shtest | 17 +++
tox.ini | 63 ---------
32 files changed, 333 insertions(+), 365 deletions(-)
rename .github/workflows/{build.yaml => build-docker.yaml} (88%)
delete mode 100644 mypy.ini
create mode 100644 pyproject.toml
delete mode 100644 setup.cfg
delete mode 100644 setup.py
create mode 100644 tests/lnttool/Inputs/example_metrics.lnt
create mode 100644 tests/lnttool/importreport.shtest
delete mode 100644 tests/lnttool/test_importreport.py
rename tests/lnttool/{UpdateDB.py => updatedb.shtest} (50%)
delete mode 100644 tests/utils/installation-client.shtest
delete mode 100644 tests/utils/installation-server.shtest
create mode 100644 tests/utils/installation.shtest
delete mode 100644 tox.ini
--
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 309e185 Use click.Group instead of MultiCommand
new f0800db Rewrite project build and metadata using pyproject.toml (#88)
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:
Dockerfile | 9 +--
docs/developer_guide.rst | 6 +-
mypy.ini | 2 -
pyproject.toml | 154 +++++++++++++++++++++++++++++++++++++++++++++++
setup.cfg | 4 --
setup.py | 134 -----------------------------------------
tox.ini | 63 -------------------
7 files changed, 158 insertions(+), 214 deletions(-)
delete mode 100644 mypy.ini
create mode 100644 pyproject.toml
delete mode 100644 setup.cfg
delete mode 100644 setup.py
delete mode 100644 tox.ini
--
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 f708b83d197 tree-parloops: Enable runtime thread detection with -ftree- [...]
new c62f3e81a0b aarch64: Sync aarch64-sys-regs.def with Binutils
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-sys-regs.def | 2375 +++++++++++---------
gcc/config/aarch64/aarch64.cc | 1 -
gcc/config/aarch64/aarch64.h | 30 +-
.../gcc.target/aarch64/acle/rwsr-armv8p9.c | 2 +-
4 files changed, 1256 insertions(+), 1152 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 02720587973 arm: [MVE] Fix carry-in support for vadcq / vsbcq [PR122189]
new f708b83d197 tree-parloops: Enable runtime thread detection with -ftree- [...]
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/common.opt | 4 +++
gcc/doc/invoke.texi | 18 ++++++++--
gcc/testsuite/gcc.dg/autopar/runtime-auto.c | 53 +++++++++++++++++++++++++++++
gcc/tree-parloops.cc | 36 ++++++++++++--------
4 files changed, 94 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/autopar/runtime-auto.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 da293ec6b68 PR rtl-optimization/122266: Handle TImode in reg_num_sign_b [...]
new 02720587973 arm: [MVE] Fix carry-in support for vadcq / vsbcq [PR122189]
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/arm/iterators.md | 17 ++++++++
gcc/config/arm/mve.md | 36 ++++++++++------
gcc/config/arm/unspecs.md | 16 ++++++++
.../arm/mve/intrinsics/vadcq-check-carry.c | 48 ++++++++++++++++++++++
.../gcc.target/arm/mve/intrinsics/vadcq_m_s32.c | 8 ++--
.../gcc.target/arm/mve/intrinsics/vadcq_m_u32.c | 8 ++--
.../gcc.target/arm/mve/intrinsics/vsbcq_m_s32.c | 8 ++--
.../gcc.target/arm/mve/intrinsics/vsbcq_m_u32.c | 8 ++--
8 files changed, 121 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/vadcq-check-carry.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 glibc.
from fab32b6526 math: Remove erfcf fma usage
new 82a4f50b4e math: Optimize fma call on asinpif
new ae49afe74d math: Optimize fma call on log2pf1
new 6610a293b3 math: Use stdbit.h instead of builtin in math_config.h
new 850d93f514 math: Use binary search on lgammaf slow path
The 4 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:
math/auto-libm-test-in | 6 +++
math/auto-libm-test-out-asinpi | 50 +++++++++++++++++++++++
math/auto-libm-test-out-lgamma | 75 ++++++++++++++++++++++++++++++++++
math/auto-libm-test-out-log2p1 | 25 ++++++++++++
sysdeps/ieee754/flt-32/e_lgammaf_r.c | 78 ++++++++++++++++++------------------
sysdeps/ieee754/flt-32/math_config.h | 7 ++--
sysdeps/ieee754/flt-32/s_asinpif.c | 9 ++++-
sysdeps/ieee754/flt-32/s_log2p1f.c | 9 ++++-
8 files changed, 214 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.