This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8fad025430b Enable ranger for the vectorizer
new 8a155c170b4 diagnostics: add experimental SARIF JSON-RPC notifications [...]
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:
contrib/sarif-listener.py | 41 +++++++++++++
gcc/diagnostics/sarif-sink.cc | 135 +++++++++++++++++++++++++++++++++++++++++-
gcc/diagnostics/sarif-sink.h | 3 +
gcc/doc/invoke.texi | 13 ++++
gcc/toplev.cc | 4 ++
5 files changed, 194 insertions(+), 2 deletions(-)
create mode 100755 contrib/sarif-listener.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 9d1294aeccd [RISC-V] Improve detection of packw
new 699287fd7b3 Use ranger when simplifying conditions during niter analysis
new 8fad025430b Enable ranger for the vectorizer
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/tree-ssa-loop-niter.cc | 9 +++++++++
gcc/tree-vectorizer.cc | 3 +++
2 files changed, 12 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 225661f15ba [RISC-V] Simplify riscv_extend_to_xmode_reg
new 9d1294aeccd [RISC-V] Improve detection of packw
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/crypto.md | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 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 d8b523e1d0a RISC-V: Add test for vec_duplicate + vmseq.vv combine case [...]
new 225661f15ba [RISC-V] Simplify riscv_extend_to_xmode_reg
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.cc | 76 ++---------------------------------------------
1 file changed, 3 insertions(+), 73 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 binutils-gdb.
from 83e27716602 Re: readelf: Display the base symbol version as empty string
adds 96b8a8a633a objcopy binary symbol test
No new revisions were added by this update.
Summary of changes:
binutils/testsuite/binutils-all/objcopy.exp | 30 ++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 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 96b8a8a633a06060c21eb65da82d9eef1d96a810
in repository binutils-gdb.
at 05bdfc630de ctf-archive
This branch includes the following new commits:
new 96b8a8a633a objcopy binary symbol test
new 05bdfc630de ctf-archive
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.
--
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 855d0272358 Daily bump.
new 705a4b8fa4a LoongArch: Move vector templates of and xor ior to simd.md.
new c1227742171 LoongArch: Fix bug for PR122097.
new 1dee644fec4 LoongArch: Fix PR122097 (2).
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/loongarch/lasx.md | 53 -----
gcc/config/loongarch/loongarch.cc | 100 +++++++++-
gcc/config/loongarch/lsx.md | 53 -----
gcc/config/loongarch/simd.md | 74 +++++++
gcc/testsuite/gcc.target/loongarch/pr122097.c | 271 ++++++++++++++++++++++++++
5 files changed, 437 insertions(+), 114 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/loongarch/pr122097.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 1707b23382 Set Prefer_No_AVX512 flag for hygon platform
new 71d9f47b5a x86-64: Fix a typo in fesetenv.c [BZ #33619]
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:
sysdeps/x86_64/fpu/fesetenv.c | 2 +-
1 file changed, 1 insertion(+), 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 c4ca512358b match.pd: Fold (y << x) <rel op> x -> 0 or 1
new 0b22e843467 Support edge query for range_query::get_tree_range
new 0da74bc82b0 Improve range_on_edge for GENERIC expressions
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/gimple-range.cc | 4 ++--
gcc/value-query.cc | 22 ++++++++++++++--------
gcc/value-query.h | 5 +++--
3 files changed, 19 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.