This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d083c8c808c libstdc++: Fix unused warning for new variable
new fe2651affa8 libstdc++: Fix iostream init for Clang on darwin [PR110432]
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/acinclude.m4 | 27 ++++++++++++++++++
libstdc++-v3/config.h.in | 3 ++
libstdc++-v3/configure | 51 ++++++++++++++++++++++++++++++++++
libstdc++-v3/configure.ac | 3 ++
libstdc++-v3/include/std/iostream | 3 +-
libstdc++-v3/src/c++98/ios_base_init.h | 2 +-
6 files changed, 87 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 master
in repository gcc.
from ef4ea6e0870 modula-2: Amend the handling of failed select() calls in RT [...]
new eab57b825bc Fix handling of __builtin_expect_with_probability and impro [...]
new d083c8c808c libstdc++: Fix unused warning for new variable
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/predict.cc | 56 ++++++++++++++++++++++++++++++---------
gcc/predict.def | 18 ++++++-------
gcc/predict.h | 1 -
gcc/testsuite/gcc.dg/predict-18.c | 10 +++++++
libstdc++-v3/src/c++11/random.cc | 6 ++---
5 files changed, 66 insertions(+), 25 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 d6a6a4ea086 libstdc++: Make std::random_device throw more std::system_e [...]
new ef4ea6e0870 modula-2: Amend the handling of failed select() calls in RT [...]
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/m2/gm2-libs/RTint.mod | 70 ++++++++++++++++++++++++++++++++++++-----------
1 file changed, 54 insertions(+), 16 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 3713e829be7 strings: Improve code to detect excessively large minimum s [...]
new 1f3fc45bddc RISC-V: Add support for the Zfa extension
new e5075707548 binutils: NEWS: announce new RISC-V extensions
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:
bfd/elfxx-riscv.c | 39 +++++++++++++++
binutils/NEWS | 7 +++
gas/config/tc-riscv.c | 52 ++++++++++++++++++++
gas/doc/c-riscv.texi | 41 ++++++++++++++++
gas/testsuite/gas/riscv/zfa-32.d | 10 ++++
gas/testsuite/gas/riscv/zfa-32.s | 3 ++
gas/testsuite/gas/riscv/zfa-64.d | 10 ++++
gas/testsuite/gas/riscv/zfa-64.s | 3 ++
gas/testsuite/gas/riscv/zfa-fail.d | 3 ++
gas/testsuite/gas/riscv/zfa-fail.l | 12 +++++
gas/testsuite/gas/riscv/zfa-fail.s | 16 ++++++
gas/testsuite/gas/riscv/zfa.d | 89 ++++++++++++++++++++++++++++++++++
gas/testsuite/gas/riscv/zfa.s | 87 +++++++++++++++++++++++++++++++++
include/opcode/riscv-opc.h | 99 ++++++++++++++++++++++++++++++++++++++
include/opcode/riscv.h | 6 +++
opcodes/riscv-dis.c | 16 ++++++
opcodes/riscv-opc.c | 64 ++++++++++++++++++++++++
17 files changed, 557 insertions(+)
create mode 100644 gas/testsuite/gas/riscv/zfa-32.d
create mode 100644 gas/testsuite/gas/riscv/zfa-32.s
create mode 100644 gas/testsuite/gas/riscv/zfa-64.d
create mode 100644 gas/testsuite/gas/riscv/zfa-64.s
create mode 100644 gas/testsuite/gas/riscv/zfa-fail.d
create mode 100644 gas/testsuite/gas/riscv/zfa-fail.l
create mode 100644 gas/testsuite/gas/riscv/zfa-fail.s
create mode 100644 gas/testsuite/gas/riscv/zfa.d
create mode 100644 gas/testsuite/gas/riscv/zfa.s
--
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 900945f6632 AArch64: New RTL for ABDL
new ca15abc0ff7 fold-const+optabs: Change return type of predicate function [...]
new d6a6a4ea086 libstdc++: Make std::random_device throw more std::system_e [...]
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/fold-const.cc | 68 +++++++++++++++---------------
gcc/fold-const.h | 2 +-
gcc/optabs.cc | 90 ++++++++++++++++++++--------------------
gcc/optabs.h | 16 +++----
libstdc++-v3/src/c++11/random.cc | 23 ++++++++--
5 files changed, 108 insertions(+), 91 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 0d1cd7d9783 Prevent an illegal memory access when running the strings p [...]
new 3713e829be7 strings: Improve code to detect excessively large minimum s [...]
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:
binutils/ChangeLog | 7 +++++++
binutils/strings.c | 48 ++++++++++++++++++++++++++++++------------------
2 files changed, 37 insertions(+), 18 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 1949cf29 tcwg_gnu-build.sh (no_regression_p): Move non-essential analysis
new f0c6b92e pw-helpers.sh (pw_bundle_has_patch_p): Optimize to avoid hour [...]
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:
pw-helpers.sh | 42 ++++++++++++++++++++++++++++++++++++++----
pw-trigger.sh | 4 +++-
2 files changed, 41 insertions(+), 5 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 1cde8e5d45d RISC-V: Refactor vxrm_mode attr for type attr equal
new 80f312154eb Regenrate lto-plugin/Makefile.in
new aec90c8bf30 Mid engine setup [SU]ABDL
new 900945f6632 AArch64: New RTL for ABDL
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/aarch64/aarch64-simd.md | 60 +++++++
gcc/config/aarch64/iterators.md | 3 +
gcc/doc/md.texi | 17 ++
gcc/internal-fn.def | 5 +
gcc/optabs.def | 10 ++
gcc/testsuite/gcc.target/aarch64/abd_2.c | 45 +++--
gcc/testsuite/gcc.target/aarch64/abd_3.c | 46 ++++--
gcc/testsuite/gcc.target/aarch64/abd_4.c | 34 ++--
gcc/testsuite/gcc.target/aarch64/abd_none_2.c | 73 ++++++++
gcc/testsuite/gcc.target/aarch64/abd_none_3.c | 73 ++++++++
gcc/testsuite/gcc.target/aarch64/abd_none_4.c | 84 ++++++++++
gcc/testsuite/gcc.target/aarch64/abd_run_1.c | 29 ++++
gcc/testsuite/gcc.target/aarch64/abd_widen_2.c | 50 ++++++
gcc/testsuite/gcc.target/aarch64/abd_widen_3.c | 50 ++++++
gcc/testsuite/gcc.target/aarch64/abd_widen_4.c | 56 +++++++
gcc/testsuite/gcc.target/aarch64/sve/abd_1.c | 57 ++++++-
gcc/testsuite/gcc.target/aarch64/sve/abd_2.c | 47 +++++-
gcc/testsuite/gcc.target/aarch64/sve/abd_none_1.c | 73 ++++++++
gcc/testsuite/gcc.target/aarch64/sve/abd_none_2.c | 80 +++++++++
gcc/tree-vect-patterns.cc | 192 ++++++++++++++++------
lto-plugin/Makefile.in | 1 +
21 files changed, 980 insertions(+), 105 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/abd_widen_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/abd_widen_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/abd_widen_4.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 4f8e31e01bd tree-optimization/110496 - TYPE_PRECISION issue with store-merging
new 1cde8e5d45d RISC-V: Refactor vxrm_mode attr for type attr equal
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/vector.md | 39 +++++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 16 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 50cb9df7209 MAINTAINERS file: Added myself to Write After Approval and DCO
new 4f8e31e01bd tree-optimization/110496 - TYPE_PRECISION issue with store-merging
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/gimple-ssa-store-merging.cc | 5 ++++-
gcc/testsuite/gcc.dg/pr110496.c | 26 ++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr110496.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.