This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dependabot/pip/werkzeug-3.0.6
in repository llvm-lnt.
discards 49836f4 Bump werkzeug from 0.15.6 to 3.0.6
adds 30f4c1e Fix crash in runtest when build_tool_options is not set (#27)
adds e7d5e9f Update the version check
adds a57eea6 All llvm projects moved to github quite a while ago
adds d5c039d Automatically set Ninja generator for --use-make=ninja
adds 1909e5a Fix missed change of cmake_flags
adds d6a7c2c Merge pull request #31 from omjavaid/fix_usemake_ninja
adds 5b02472 Bump SQLAlchemy==1.3.24 to support lnt on Windows (#33)
adds fab0b1d Fix lnt startup crash on Windows (#32)
adds 0e9a3ae Handle non-Apple packaged GCC versions (#34)
adds 0d5b979 Revert "Handle non-Apple packaged GCC versions (#34)" (#36)
adds 37a5ba2 Reapply "Handle non-Apple packaged GCC versions (#34)" (#36)
adds 11b8842 Add --cmake-toolchain and --remote-host flags for test-suite (#35)
adds b20eb73 Use CMAKE_OBJDUMP when importing profiles in test-suite (#37)
adds 5b2e8f0 [Profile] Handle binutils objdump RISC-V addresses
adds 6ab1c0e [NFC] Fix typo in dropdown menu
adds 4cb5091 [NFC] Remove stray Python string
adds 8e8d9c8 [NFC] Fix typo in 404 error message
adds 8a0a8ff added simple github action
adds de742ec add mypy
adds da59ce3 Fix various Flake8 issues in the codebase (#43)
adds 06b6d38 Use allowlist_externals instead of whitelist_externals (#46)
adds 609a425 Bump Sphinx version from 2.0 to 7.x (#47)
adds ab46fce Fix another mention of whitelist_externals in tox.ini
adds 1bdfa48 Bump Python requirement to 3.8 and replace usage of pkg_resou [...]
adds 17a374c Fix "Can't determine which FROM clause to join from" SQLAlche [...]
adds ed246e5 Run Tox tests in the Github Action CI (#49)
adds 7485824 [tox] Fix a few invalid type annotations (#50)
adds a86db1b Make aggregation function selection consistent across Run and [...]
adds fc25e11 [CI] Update the version of actions used in the CI (#51)
adds 04cc399 [tox] Remove now unused types-setuptools dependency (#53)
adds ec02207 Unpit lit version from setup.py (#54)
new 47b2c03 Bump werkzeug from 0.15.6 to 3.0.6
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 (49836f4)
\
N -- N -- N refs/heads/dependabot/pip/werkzeug-3.0.6 (47b2c03)
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/tox.yaml | 28 +++++++
docs/developer_guide.rst | 24 +++---
lnt/__init__.py | 9 +--
lnt/formats/__init__.py | 6 +-
lnt/lnttool/main.py | 19 ++---
lnt/server/__init__.py | 4 +-
lnt/server/db/__init__.py | 4 +-
lnt/server/db/fieldchange.py | 22 +++---
lnt/server/db/migrations/upgrade_2_to_3.py | 2 +-
lnt/server/db/migrations/upgrade_7_to_8.py | 2 +-
lnt/server/db/rules/__init__.py | 4 +-
.../db/rules/rule_update_fixed_regressions.py | 8 +-
lnt/server/db/rules_manager.py | 4 +-
lnt/server/db/testsuite.py | 2 +-
lnt/server/db/util.py | 8 +-
lnt/server/reporting/__init__.py | 4 +-
lnt/server/ui/__init__.py | 4 +-
lnt/server/ui/static/docs/index.html | 8 +-
lnt/server/ui/static/lnt_profile.js | 4 +-
lnt/server/ui/templates/submit_run.html | 2 +-
lnt/server/ui/templates/v4_graph.html | 15 +++-
lnt/server/ui/templates/v4_run.html | 12 +--
lnt/server/ui/util.py | 2 +-
lnt/server/ui/views.py | 88 ++++++++++++----------
lnt/testing/__init__.py | 4 +-
lnt/testing/profile/profile.py | 6 +-
lnt/testing/util/__init__.py | 4 +-
lnt/testing/util/compilers.py | 9 ++-
lnt/tests/nt.py | 10 ++-
lnt/tests/test_suite.py | 29 +++++--
lnt/util/__init__.py | 4 +-
lnt/util/stats.py | 18 -----
lnt/util/wsgi_restart.py | 4 +-
setup.py | 11 ++-
tests/Formats/json.py | 4 +-
tests/Formats/plist.py | 4 +-
tests/SharedInputs/FakeCompilers/fakecompiler.py | 24 ++++++
.../{apple-clang-138.1 => gcc-debian} | 0
.../FakeCompilers/{apple-clang-138.1 => gcc-trunk} | 0
tests/lnttool/PostgresDB.shtest | 4 +-
tests/lnttool/Profile.py | 8 +-
tests/lnttool/UpdateDB.py | 4 +-
tests/lnttool/admin.shtest | 20 ++---
tests/lnttool/checkformat.shtest | 10 +--
tests/lnttool/email_tools.py | 4 +-
tests/lnttool/showtests.shtest | 2 +-
tests/lnttool/submit.shtest | 22 +++---
tests/lnttool/submit_badurl.shtest | 2 +-
tests/runtest/exclude_stat.py | 4 +-
tests/runtest/multisample.py | 4 +-
tests/runtest/nt-darwin.py | 2 +-
tests/runtest/nt.py | 38 +++++-----
tests/runtest/only_test.py | 4 +-
tests/runtest/rerun.py | 8 +-
tests/runtest/test_suite-benchmarking-only.shtest | 2 +-
tests/runtest/test_suite-c-compiler.shtest | 2 +-
tests/runtest/test_suite-cache.shtest | 12 +--
tests/runtest/test_suite-cc.shtest | 2 +-
tests/runtest/test_suite-cflags0.shtest | 2 +-
tests/runtest/test_suite-cflags1.shtest | 2 +-
tests/runtest/test_suite-cflags2.shtest | 2 +-
tests/runtest/test_suite-cflags3.shtest | 2 +-
tests/runtest/test_suite-cflags4.shtest | 2 +-
tests/runtest/test_suite-compile-only.shtest | 2 +-
tests/runtest/test_suite-cross.shtest | 2 +-
tests/runtest/test_suite-fail-compile.shtest | 2 +-
tests/runtest/test_suite-fail-exec.shtest | 2 +-
tests/runtest/test_suite-machine-name.shtest | 2 +-
tests/runtest/test_suite-metrics.shtest | 4 +-
tests/runtest/test_suite-only-test.shtest | 2 +-
tests/runtest/test_suite-perf-events.shtest | 2 +-
tests/runtest/test_suite-pgo.shtest | 4 +-
tests/runtest/test_suite-profile.shtest | 2 +-
tests/runtest/test_suite-run-order.shtest | 2 +-
tests/runtest/test_suite-run-under.shtest | 6 +-
tests/runtest/test_suite-use-perf.shtest | 2 +-
tests/runtest/test_suite.shtest | 14 ++--
tests/runtest/test_suite_diagnose.shtest | 4 +-
tests/server/db/ImportV4TestSuiteInstance.py | 10 +--
tests/server/db/yamlschema.shtest | 12 +--
tests/server/ui/V4Pages.py | 9 ++-
tests/server/ui/statsTester.py | 63 +++++++---------
tests/testing/Compilers.py | 16 ++++
tox.ini | 20 +++--
84 files changed, 413 insertions(+), 349 deletions(-)
create mode 100644 .github/workflows/tox.yaml
copy tests/SharedInputs/FakeCompilers/{apple-clang-138.1 => gcc-debian} (100%)
copy tests/SharedInputs/FakeCompilers/{apple-clang-138.1 => gcc-trunk} (100%)
--
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 5aaff7a Bump gunicorn from 19.9.0 to 22.0.0
adds da59ce3 Fix various Flake8 issues in the codebase (#43)
adds 06b6d38 Use allowlist_externals instead of whitelist_externals (#46)
adds 609a425 Bump Sphinx version from 2.0 to 7.x (#47)
adds ab46fce Fix another mention of whitelist_externals in tox.ini
adds 1bdfa48 Bump Python requirement to 3.8 and replace usage of pkg_resou [...]
adds 17a374c Fix "Can't determine which FROM clause to join from" SQLAlche [...]
adds ed246e5 Run Tox tests in the Github Action CI (#49)
adds 7485824 [tox] Fix a few invalid type annotations (#50)
adds a86db1b Make aggregation function selection consistent across Run and [...]
adds fc25e11 [CI] Update the version of actions used in the CI (#51)
adds 04cc399 [tox] Remove now unused types-setuptools dependency (#53)
adds ec02207 Unpit lit version from setup.py (#54)
new 0ea50bb 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 (5aaff7a)
\
N -- N -- N refs/heads/dependabot/pip/gunicorn-22.0.0 (0ea50bb)
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/{flake8_docs.yaml => tox.yaml} | 10 ++-
docs/developer_guide.rst | 24 +++---
lnt/__init__.py | 9 +--
lnt/formats/__init__.py | 6 +-
lnt/lnttool/main.py | 19 ++---
lnt/server/__init__.py | 4 +-
lnt/server/db/__init__.py | 4 +-
lnt/server/db/fieldchange.py | 22 +++---
lnt/server/db/migrations/upgrade_2_to_3.py | 2 +-
lnt/server/db/migrations/upgrade_7_to_8.py | 2 +-
lnt/server/db/rules/__init__.py | 4 +-
.../db/rules/rule_update_fixed_regressions.py | 8 +-
lnt/server/db/rules_manager.py | 4 +-
lnt/server/db/testsuite.py | 2 +-
lnt/server/db/util.py | 8 +-
lnt/server/reporting/__init__.py | 4 +-
lnt/server/ui/__init__.py | 4 +-
lnt/server/ui/templates/v4_graph.html | 15 +++-
lnt/server/ui/templates/v4_run.html | 12 +--
lnt/server/ui/util.py | 2 +-
lnt/server/ui/views.py | 85 ++++++++++++----------
lnt/testing/__init__.py | 4 +-
lnt/testing/util/__init__.py | 4 +-
lnt/tests/test_suite.py | 2 +-
lnt/util/__init__.py | 4 +-
lnt/util/stats.py | 18 -----
lnt/util/wsgi_restart.py | 4 +-
setup.py | 9 +--
tests/Formats/json.py | 4 +-
tests/Formats/plist.py | 4 +-
tests/SharedInputs/FakeCompilers/fakecompiler.py | 2 +
tests/lnttool/PostgresDB.shtest | 4 +-
tests/lnttool/Profile.py | 8 +-
tests/lnttool/UpdateDB.py | 4 +-
tests/lnttool/admin.shtest | 20 ++---
tests/lnttool/checkformat.shtest | 10 +--
tests/lnttool/email_tools.py | 4 +-
tests/lnttool/showtests.shtest | 2 +-
tests/lnttool/submit.shtest | 22 +++---
tests/lnttool/submit_badurl.shtest | 2 +-
tests/runtest/exclude_stat.py | 4 +-
tests/runtest/multisample.py | 4 +-
tests/runtest/nt-darwin.py | 2 +-
tests/runtest/nt.py | 38 +++++-----
tests/runtest/only_test.py | 4 +-
tests/runtest/rerun.py | 8 +-
tests/runtest/test_suite-benchmarking-only.shtest | 2 +-
tests/runtest/test_suite-c-compiler.shtest | 2 +-
tests/runtest/test_suite-cache.shtest | 12 +--
tests/runtest/test_suite-cc.shtest | 2 +-
tests/runtest/test_suite-cflags0.shtest | 2 +-
tests/runtest/test_suite-cflags1.shtest | 2 +-
tests/runtest/test_suite-cflags2.shtest | 2 +-
tests/runtest/test_suite-cflags3.shtest | 2 +-
tests/runtest/test_suite-cflags4.shtest | 2 +-
tests/runtest/test_suite-compile-only.shtest | 2 +-
tests/runtest/test_suite-cross.shtest | 2 +-
tests/runtest/test_suite-fail-compile.shtest | 2 +-
tests/runtest/test_suite-fail-exec.shtest | 2 +-
tests/runtest/test_suite-machine-name.shtest | 2 +-
tests/runtest/test_suite-metrics.shtest | 4 +-
tests/runtest/test_suite-only-test.shtest | 2 +-
tests/runtest/test_suite-perf-events.shtest | 2 +-
tests/runtest/test_suite-pgo.shtest | 4 +-
tests/runtest/test_suite-profile.shtest | 2 +-
tests/runtest/test_suite-run-order.shtest | 2 +-
tests/runtest/test_suite-run-under.shtest | 6 +-
tests/runtest/test_suite-use-perf.shtest | 2 +-
tests/runtest/test_suite.shtest | 14 ++--
tests/runtest/test_suite_diagnose.shtest | 4 +-
tests/server/db/ImportV4TestSuiteInstance.py | 10 +--
tests/server/db/yamlschema.shtest | 12 +--
tests/server/ui/V4Pages.py | 9 ++-
tests/server/ui/statsTester.py | 63 +++++++---------
tox.ini | 20 +++--
75 files changed, 304 insertions(+), 331 deletions(-)
rename .github/workflows/{flake8_docs.yaml => tox.yaml} (72%)
--
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 04cc399 [tox] Remove now unused types-setuptools dependency (#53)
new ec02207 Unpit lit version from setup.py (#54)
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 | 1 -
1 file changed, 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 fc25e11 [CI] Update the version of actions used in the CI (#51)
new 04cc399 [tox] Remove now unused types-setuptools dependency (#53)
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:
tox.ini | 1 -
1 file changed, 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 dependabot/pip/jinja2-3.1.6
in repository llvm-lnt.
discards 27e25b4 Bump jinja2 from 2.11.3 to 3.1.6
adds da59ce3 Fix various Flake8 issues in the codebase (#43)
adds 06b6d38 Use allowlist_externals instead of whitelist_externals (#46)
adds 609a425 Bump Sphinx version from 2.0 to 7.x (#47)
adds ab46fce Fix another mention of whitelist_externals in tox.ini
adds 1bdfa48 Bump Python requirement to 3.8 and replace usage of pkg_resou [...]
adds 17a374c Fix "Can't determine which FROM clause to join from" SQLAlche [...]
adds ed246e5 Run Tox tests in the Github Action CI (#49)
adds 7485824 [tox] Fix a few invalid type annotations (#50)
adds a86db1b Make aggregation function selection consistent across Run and [...]
adds fc25e11 [CI] Update the version of actions used in the CI (#51)
new 2502fef Bump jinja2 from 2.11.3 to 3.1.6
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 (27e25b4)
\
N -- N -- N refs/heads/dependabot/pip/jinja2-3.1.6 (2502fef)
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/{flake8_docs.yaml => tox.yaml} | 10 ++-
docs/developer_guide.rst | 24 +++---
lnt/__init__.py | 9 +--
lnt/formats/__init__.py | 6 +-
lnt/lnttool/main.py | 19 ++---
lnt/server/__init__.py | 4 +-
lnt/server/db/__init__.py | 4 +-
lnt/server/db/fieldchange.py | 22 +++---
lnt/server/db/migrations/upgrade_2_to_3.py | 2 +-
lnt/server/db/migrations/upgrade_7_to_8.py | 2 +-
lnt/server/db/rules/__init__.py | 4 +-
.../db/rules/rule_update_fixed_regressions.py | 8 +-
lnt/server/db/rules_manager.py | 4 +-
lnt/server/db/testsuite.py | 2 +-
lnt/server/db/util.py | 8 +-
lnt/server/reporting/__init__.py | 4 +-
lnt/server/ui/__init__.py | 4 +-
lnt/server/ui/templates/v4_graph.html | 15 +++-
lnt/server/ui/templates/v4_run.html | 12 +--
lnt/server/ui/util.py | 2 +-
lnt/server/ui/views.py | 85 ++++++++++++----------
lnt/testing/__init__.py | 4 +-
lnt/testing/util/__init__.py | 4 +-
lnt/tests/test_suite.py | 2 +-
lnt/util/__init__.py | 4 +-
lnt/util/stats.py | 18 -----
lnt/util/wsgi_restart.py | 4 +-
setup.py | 8 +-
tests/Formats/json.py | 4 +-
tests/Formats/plist.py | 4 +-
tests/SharedInputs/FakeCompilers/fakecompiler.py | 2 +
tests/lnttool/PostgresDB.shtest | 4 +-
tests/lnttool/Profile.py | 8 +-
tests/lnttool/UpdateDB.py | 4 +-
tests/lnttool/admin.shtest | 20 ++---
tests/lnttool/checkformat.shtest | 10 +--
tests/lnttool/email_tools.py | 4 +-
tests/lnttool/showtests.shtest | 2 +-
tests/lnttool/submit.shtest | 22 +++---
tests/lnttool/submit_badurl.shtest | 2 +-
tests/runtest/exclude_stat.py | 4 +-
tests/runtest/multisample.py | 4 +-
tests/runtest/nt-darwin.py | 2 +-
tests/runtest/nt.py | 38 +++++-----
tests/runtest/only_test.py | 4 +-
tests/runtest/rerun.py | 8 +-
tests/runtest/test_suite-benchmarking-only.shtest | 2 +-
tests/runtest/test_suite-c-compiler.shtest | 2 +-
tests/runtest/test_suite-cache.shtest | 12 +--
tests/runtest/test_suite-cc.shtest | 2 +-
tests/runtest/test_suite-cflags0.shtest | 2 +-
tests/runtest/test_suite-cflags1.shtest | 2 +-
tests/runtest/test_suite-cflags2.shtest | 2 +-
tests/runtest/test_suite-cflags3.shtest | 2 +-
tests/runtest/test_suite-cflags4.shtest | 2 +-
tests/runtest/test_suite-compile-only.shtest | 2 +-
tests/runtest/test_suite-cross.shtest | 2 +-
tests/runtest/test_suite-fail-compile.shtest | 2 +-
tests/runtest/test_suite-fail-exec.shtest | 2 +-
tests/runtest/test_suite-machine-name.shtest | 2 +-
tests/runtest/test_suite-metrics.shtest | 4 +-
tests/runtest/test_suite-only-test.shtest | 2 +-
tests/runtest/test_suite-perf-events.shtest | 2 +-
tests/runtest/test_suite-pgo.shtest | 4 +-
tests/runtest/test_suite-profile.shtest | 2 +-
tests/runtest/test_suite-run-order.shtest | 2 +-
tests/runtest/test_suite-run-under.shtest | 6 +-
tests/runtest/test_suite-use-perf.shtest | 2 +-
tests/runtest/test_suite.shtest | 14 ++--
tests/runtest/test_suite_diagnose.shtest | 4 +-
tests/server/db/ImportV4TestSuiteInstance.py | 10 +--
tests/server/db/yamlschema.shtest | 12 +--
tests/server/ui/V4Pages.py | 9 ++-
tests/server/ui/statsTester.py | 63 +++++++---------
tox.ini | 19 +++--
75 files changed, 304 insertions(+), 329 deletions(-)
rename .github/workflows/{flake8_docs.yaml => tox.yaml} (72%)
--
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 a86db1b Make aggregation function selection consistent across Run and [...]
new fc25e11 [CI] Update the version of actions used in the CI (#51)
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, 3 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 main
in repository llvm-lnt.
from ed246e5 Run Tox tests in the Github Action CI (#49)
new 7485824 [tox] Fix a few invalid type annotations (#50)
new a86db1b Make aggregation function selection consistent across Run and [...]
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:
lnt/server/db/fieldchange.py | 11 +--
.../db/rules/rule_update_fixed_regressions.py | 2 +-
lnt/server/ui/templates/v4_graph.html | 15 +++-
lnt/server/ui/templates/v4_run.html | 12 ++--
lnt/server/ui/views.py | 80 ++++++++++++----------
lnt/util/stats.py | 18 -----
tests/server/ui/V4Pages.py | 9 +--
tests/server/ui/statsTester.py | 63 ++++++++---------
tox.ini | 7 +-
9 files changed, 103 insertions(+), 114 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 849a274531 malloc: Cleanup macros, asserts and sysmalloc_mmap_fallback
new f0facb2d27 math: Optimize dbl-64 remainder implementation
new 61ac7c6a75 math: Optimize flt-32 remainder implementation
new 0c8cdb10a1 arm: Add ARM VFPv4 VFMA instruction support in fma/fmaf (BZ 15503)
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:
sysdeps/arm/arm-ifunc.h | 3 +
sysdeps/arm/armv7/fpu/multiarch/Makefile | 11 ++
.../armv7/fpu/multiarch/s_fma-generic.c} | 4 +-
.../armv7/fpu/multiarch/s_fma-vpfv4.c} | 4 +-
.../sparc64 => arm/armv7}/fpu/multiarch/s_fma.c | 12 +-
.../armv7/fpu/multiarch/s_fmaf-generic.c} | 4 +-
.../armv7/fpu/multiarch/s_fmaf-vpfv4.c} | 4 +-
sysdeps/arm/armv7/fpu/multiarch/s_fmaf.c | 12 ++
sysdeps/arm/be/armv7/fpu/multiarch/Implies | 1 +
sysdeps/{arc => arm}/fpu/math-use-builtins-fma.h | 9 +-
sysdeps/arm/le/armv7/fpu/multiarch/Implies | 1 +
sysdeps/ieee754/dbl-64/e_remainder.c | 192 ++++++---------------
sysdeps/ieee754/dbl-64/urem.h | 45 -----
sysdeps/ieee754/flt-32/e_remainderf.c | 108 ++++++------
14 files changed, 159 insertions(+), 251 deletions(-)
create mode 100644 sysdeps/arm/armv7/fpu/multiarch/Makefile
copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-generic.c => arm/armv7/fp [...]
copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-generic.c => arm/armv7/fp [...]
copy sysdeps/{sparc/sparc64 => arm/armv7}/fpu/multiarch/s_fma.c (63%)
copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-generic.c => arm/armv7/f [...]
copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-generic.c => arm/armv7/f [...]
create mode 100644 sysdeps/arm/armv7/fpu/multiarch/s_fmaf.c
create mode 100644 sysdeps/arm/be/armv7/fpu/multiarch/Implies
copy sysdeps/{arc => arm}/fpu/math-use-builtins-fma.h (66%)
create mode 100644 sysdeps/arm/le/armv7/fpu/multiarch/Implies
delete mode 100644 sysdeps/ieee754/dbl-64/urem.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.