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 ab46fce Fix another mention of whitelist_externals in tox.ini
new 1bdfa48 Bump Python requirement to 3.8 and replace usage of pkg_resou [...]
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:
lnt/lnttool/main.py | 19 ++++++++-----------
setup.py | 8 ++++----
2 files changed, 12 insertions(+), 15 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-13
in repository gcc.
from 279cffffbfd Daily bump.
new 77dfe9e2611 [committed] [PR rtl-optimization/101188] Fix reload_cse_mov [...]
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/postreload.cc | 150 +++++++++++++------------
gcc/testsuite/gcc.c-torture/execute/pr101188.c | 61 ++++++++++
2 files changed, 142 insertions(+), 69 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr101188.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 e9ba0f896ef Remove fold_builtin pass [PR121762]
new f864e4b54a1 [RISC-V][PR rtl-optimization/121937] Don't call neg_poly_in [...]
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/simplify-rtx.cc | 4 +-
gcc/testsuite/gcc.target/riscv/pr121937.c | 66 +++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr121937.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 b989a663a5f aarch64: testsuite: fix several duplicate test names
new 554a54b97ea fab/forwprop: Move memcmp->memcmp_eq to forwprop
new aca8f47ffe9 fab: Manaully build gimple rather than depend on gimplifier [...]
new 3eadb2d22a6 fab/gimple-fold: Move removal of ASSUME internal function t [...]
new 4440e022d22 fab: rewrite optimize_stack_restore call check [PR122033]
new a8326b0c203 fab/forwprop: Move optimize stack restore to forwprop [PR121762]
new 415f21fed2c fab/forwprop: Move optimize_unreachable to forwprop [PR121762]
new 6eff00d2fc3 fab/gimple-fold/forwprop: Move va_args folding to gimple_fo [...]
new d7a3038e2be fab: Use a macro for the atomic/sync builtins case
new e8a360e79a7 fab/isel: Move atomic optimizations to isel from fab [PR121762]
new e9ba0f896ef Remove fold_builtin pass [PR121762]
The 10 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/passes.texi | 6 -
gcc/gimple-fold.cc | 131 ++
gcc/gimple-isel.cc | 956 +++++++++++++
gcc/passes.def | 8 +-
gcc/testsuite/gcc.dg/builtin-unreachable-5.c | 10 +-
gcc/testsuite/gcc.dg/builtin-unreachable-6.c | 6 +-
gcc/testsuite/gcc.dg/builtin-unreachable-6a.c | 6 +-
gcc/testsuite/gcc.dg/builtin-unreachable-7.c | 8 +-
gcc/testsuite/gcc.dg/pr78408-2.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-fprintf-1.c | 20 +-
.../gcc.dg/tree-ssa/builtin-fprintf-chk-1.c | 20 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-printf-1.c | 22 +-
.../gcc.dg/tree-ssa/builtin-printf-chk-1.c | 22 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-vfprintf-1.c | 16 +-
.../gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c | 16 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-vprintf-1.c | 16 +-
.../gcc.dg/tree-ssa/builtin-vprintf-chk-1.c | 16 +-
gcc/testsuite/gcc.dg/tree-ssa/pr122033-1.c | 18 +
gcc/testsuite/gcc.dg/tree-ssa/pr122033-2.c | 23 +
gcc/testsuite/gcc.dg/tree-ssa/pr79691.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-10.c | 4 +-
gcc/tree-pass.h | 1 -
gcc/tree-ssa-ccp.cc | 1442 --------------------
gcc/tree-ssa-forwprop.cc | 185 ++-
gcc/tree.h | 9 +
25 files changed, 1417 insertions(+), 1550 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr122033-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr122033-2.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 06b6d38 Use allowlist_externals instead of whitelist_externals (#46)
new 609a425 Bump Sphinx version from 2.0 to 7.x (#47)
new ab46fce Fix another mention of whitelist_externals in tox.ini
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:
tox.ini | 4 ++--
1 file 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 main
in repository llvm-lnt.
from da59ce3 Fix various Flake8 issues in the codebase (#43)
new 06b6d38 Use allowlist_externals instead of whitelist_externals (#46)
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 | 3 ++-
1 file changed, 2 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 de742ec add mypy
new da59ce3 Fix various Flake8 issues in the codebase (#43)
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:
lnt/__init__.py | 9 +--------
lnt/formats/__init__.py | 6 +++---
lnt/server/__init__.py | 4 +---
lnt/server/db/__init__.py | 4 +---
lnt/server/db/fieldchange.py | 15 +++++++--------
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 +---
lnt/server/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/util.py | 2 +-
lnt/server/ui/views.py | 4 +---
lnt/testing/__init__.py | 4 ++--
lnt/testing/util/__init__.py | 4 +---
lnt/tests/test_suite.py | 2 +-
lnt/util/__init__.py | 4 +---
lnt/util/wsgi_restart.py | 4 ++--
tests/SharedInputs/FakeCompilers/fakecompiler.py | 2 ++
22 files changed, 39 insertions(+), 63 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.