This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6d4b59a9356 Add emulated scatter capability to the vectorizer
new fde00589911 Synchronize include/ctf.h with upstream binutils/libctf.
new 650c36ec461 PR rtl-optimization/109476: Use ZERO_EXTEND instead of zero [...]
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/lower-subreg.cc | 39 +++++---
gcc/testsuite/gcc.target/avr/mmcu/pr109476.c | 11 +++
include/ctf.h | 127 ++++++++++++++++++++++++---
3 files changed, 153 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/mmcu/pr109476.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 releases/gcc-13
in repository gcc.
from ffc6b225c95 amdgcn: Fix addsub bug
new 7bd8a81f39e libstdc++: Add @headerfile and @since to doxygen comments [ [...]
new 9fa6a69a047 libstdc++: Improve doxygen docs for <memory_resource>
new 0d9f00612a8 libstdc++: Simplify preprocessor/namespace nesting in <bits [...]
new bf9e62a9210 libstdc++: Strip absolute paths from files shown in Doxygen docs
new 0355492fd45 libstdc++: Minor fixes to doxygen comments
new 2f0e2f97d01 libstdc++: Improve doxygen docs for <random>
The 6 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/doc/doxygen/user.cfg.in | 3 +-
libstdc++-v3/include/bits/basic_string.h | 2 +
libstdc++-v3/include/bits/cow_string.h | 2 +
libstdc++-v3/include/bits/forward_list.h | 2 +
libstdc++-v3/include/bits/fs_dir.h | 35 +++++-
libstdc++-v3/include/bits/fs_path.h | 18 ++-
libstdc++-v3/include/bits/memory_resource.h | 12 ++
libstdc++-v3/include/bits/move.h | 11 +-
libstdc++-v3/include/bits/quoted_string.h | 12 +-
libstdc++-v3/include/bits/random.h | 127 +++++++++++++++++++++-
libstdc++-v3/include/bits/regex.tcc | 4 -
libstdc++-v3/include/bits/stl_bvector.h | 2 +
libstdc++-v3/include/bits/stl_map.h | 2 +
libstdc++-v3/include/bits/stl_multimap.h | 2 +
libstdc++-v3/include/bits/stl_multiset.h | 3 +-
libstdc++-v3/include/bits/stl_set.h | 2 +
libstdc++-v3/include/bits/stl_vector.h | 2 +
libstdc++-v3/include/bits/uniform_int_dist.h | 11 ++
libstdc++-v3/include/bits/unordered_map.h | 4 +
libstdc++-v3/include/bits/unordered_set.h | 4 +
libstdc++-v3/include/bits/uses_allocator.h | 5 +
libstdc++-v3/include/experimental/memory_resource | 2 -
libstdc++-v3/include/std/bit | 4 +-
libstdc++-v3/include/std/expected | 4 +-
libstdc++-v3/include/std/filesystem | 2 +
libstdc++-v3/include/std/iomanip | 1 +
libstdc++-v3/include/std/memory_resource | 63 +++++++++++
libstdc++-v3/include/std/numbers | 2 +-
28 files changed, 308 insertions(+), 35 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 8b84d87969e RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMCLR
new 24905a4bd13 Adjust costing of emulated vectorized gather/scatter
new 6d4b59a9356 Add emulated scatter capability to 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/config/i386/i386.cc | 6 +-
gcc/testsuite/gcc.dg/vect/pr25413a.c | 3 +-
gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s4113.c | 2 +-
gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s491.c | 2 +-
gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-vas.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-71.c | 2 +-
gcc/testsuite/gcc.target/i386/pr88531-2b.c | 2 +-
gcc/testsuite/gcc.target/i386/pr88531-2c.c | 2 +-
.../gcc.target/i386/{pr89618.c => pr89618-2.c} | 6 +-
gcc/tree-vect-data-refs.cc | 4 +-
gcc/tree-vect-stmts.cc | 117 ++++++++++++++++-----
11 files changed, 107 insertions(+), 41 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr89618.c => pr89618-2.c} (51%)
--
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-10
in repository gcc.
from 256c9824a5c Daily bump.
new e2babb0540c libstdc++: Throw instead of segfaulting in std::thread cons [...]
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/src/c++11/thread.cc | 10 ++++++++++
1 file changed, 10 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 d711f8f81fc libstdc++: Improve doxygen docs for <random>
new 8b84d87969e RISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to VMCLR
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 | 32 +++
.../riscv/rvv/base/integer_compare_insn_shortcut.c | 291 +++++++++++++++++++++
2 files changed, 323 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/integer_compare_insn_sh [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.