This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1df490edd48 i386: Prevent splitting to xmm16+ when !TARGET_AVX512VL
new 1908775f798 vect: Cost adjacent vector loads/stores together [PR111784]
new 75322a6d0cf RISC-V: Fix AVL_TYPE attribute of tuple mode mov<mode>
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/config/riscv/vector.md | 3 +-
gcc/tree-vect-stmts.cc | 137 +++++++++++++++++++++++++++++++--------------
2 files changed, 97 insertions(+), 43 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 85858c71a89 RISC-V: Bugfix for merging undefined tmp register in math
new 1df490edd48 i386: Prevent splitting to xmm16+ when !TARGET_AVX512VL
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/i386/i386.cc | 3 ++
gcc/testsuite/gcc.target/i386/pr111753.c | 69 ++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr111753.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 a6e74b0b331 compiler: remove traverse_assignments pass
new 85858c71a89 RISC-V: Bugfix for merging undefined tmp register in math
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/riscv/riscv-protos.h | 5 +++++
gcc/config/riscv/riscv-v.cc | 24 ++++++++++++++++--------
2 files changed, 21 insertions(+), 8 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 5697ed0327f LoongArch: Define macro CLEAR_INSN_CACHE.
new b513aa235d6 compiler: pass Gogo to determine types pass
new 1a1fba1e257 compiler: remove name_ field from Type_switch_statement
new a6e74b0b331 compiler: remove traverse_assignments pass
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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 208 ++++++++++++++++++++-------------------
gcc/go/gofrontend/expressions.h | 94 +++++++++---------
gcc/go/gofrontend/gogo.cc | 72 ++++++++------
gcc/go/gofrontend/gogo.h | 10 +-
gcc/go/gofrontend/parse.cc | 2 +-
gcc/go/gofrontend/runtime.cc | 2 +-
gcc/go/gofrontend/statements.cc | 177 ++++++++-------------------------
gcc/go/gofrontend/statements.h | 116 ++++------------------
gcc/go/gofrontend/types.cc | 22 ++---
gcc/go/gofrontend/types.h | 24 ++---
11 files changed, 287 insertions(+), 442 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 f08ca5903c7 Expand: Enable vector mode for by pieces compares
new 5697ed0327f LoongArch: Define macro CLEAR_INSN_CACHE.
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/loongarch/loongarch.h | 5 +++++
1 file changed, 5 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 gcc.
from 3b6327461d3 Daily bump.
new 93a65e0adbf Remove unused mmx_pinsrw.
new dbde384bd56 Avoid compile time hog on vect_peel_nonlinear_iv_init for n [...]
new f08ca5903c7 Expand: Enable vector mode for by pieces compares
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:
gcc/config/i386/mmx.md | 14 ----
gcc/expr.cc | 95 +++++++++++++++++---------
gcc/testsuite/gcc.target/i386/pr103144-mul-1.c | 8 +--
gcc/testsuite/gcc.target/i386/pr103144-mul-2.c | 8 +--
gcc/testsuite/gcc.target/i386/pr111820-1.c | 16 +++++
gcc/testsuite/gcc.target/i386/pr111820-2.c | 16 +++++
gcc/testsuite/gcc.target/i386/pr111820-3.c | 16 +++++
gcc/tree-vect-loop-manip.cc | 28 +++++++-
gcc/tree-vect-loop.cc | 13 ++--
9 files changed, 151 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr111820-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr111820-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr111820-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.