This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1d99e09106a middle-end: Fix can_special_div_by_const doc.
new eab3d2d17dd riscv: bitmanip: add orc.b as an unspec
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/bitmanip.md | 8 ++++++++
gcc/config/riscv/riscv.md | 3 +++
2 files changed, 11 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 d758d190889 aarch64: Add support for +cssc
new b4fca4fc70d RISC-V: Add basic support for the Ventana-VT1 core
new 991cfe5b30c RISC-V: Add instruction fusion (for ventana-vt1)
new 1d99e09106a middle-end: Fix can_special_div_by_const doc.
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/riscv/riscv-cores.def | 3 +
gcc/config/riscv/riscv-opts.h | 2 +-
gcc/config/riscv/riscv.cc | 234 +++++++++++++++++++++++++++++++++++++++
gcc/doc/invoke.texi | 5 +-
gcc/target.def | 2 +-
5 files changed, 242 insertions(+), 4 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-12
in repository gcc.
from 58da1386d22 Daily bump.
new a088d93c210 libstdc++: Set active union member in constexpr std::string [...]
new c6bd8fac5e3 libstdc++: Fix wstring conversions in filesystem::path [PR95048]
new 9c45321cdbf libstdc++: Fix std::move_only_function for incomplete param [...]
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:
libstdc++-v3/include/bits/basic_string.h | 4 +-
libstdc++-v3/include/bits/fs_path.h | 126 ++++++++++++---------
libstdc++-v3/include/bits/mofunc_impl.h | 5 +-
libstdc++-v3/include/experimental/bits/fs_path.h | 52 +++++++--
.../testsuite/20_util/move_only_function/call.cc | 11 ++
.../27_io/filesystem/path/construct/95048.cc | 45 ++++++++
.../filesystem/path/construct/95048.cc | 47 ++++++++
7 files changed, 217 insertions(+), 73 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/95048.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/95048.cc
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
from eb3633fe84 23: onsuccess: #477: boot: Success after binutils/llvm/qemu: [...]
new 9f4b6fc4b7 24: onsuccess: #478: boot: Success after binutils/llvm/linux [...]
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:
01-reset_artifacts/console.log.xz | Bin 1720 -> 1712 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 30600 -> 31716 bytes
04-build_kernel_llvm/console.log.xz | Bin 66008 -> 66272 bytes
05-build_abe-qemu/console.log.xz | Bin 31832 -> 32008 bytes
06-build_linux/console.log.xz | Bin 3432 -> 4264 bytes
07-boot_linux/console.log.xz | Bin 6260 -> 6252 bytes
08-check_regression/console.log.xz | Bin 3988 -> 4336 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 24 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-10
in repository gcc.
from 298e3cba816 Daily bump.
new c17873d83aa tree-optimization/107485 - fix non-call exception ICE with [...]
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/tree-inline.c | 7 +++----
1 file changed, 3 insertions(+), 4 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 a89ac9011e0 AArch64: Add SVE2 implementation for pow2 bitmask division
new d758d190889 aarch64: Add support for +cssc
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/aarch64/aarch64-option-extensions.def | 2 +
gcc/config/aarch64/aarch64.h | 4 +
gcc/config/aarch64/aarch64.md | 119 +++++++++++++-----
gcc/config/aarch64/constraints.md | 10 ++
gcc/config/aarch64/iterators.md | 3 +
gcc/config/aarch64/predicates.md | 16 +++
gcc/doc/invoke.texi | 2 +
gcc/testsuite/gcc.target/aarch64/cssc_1.c | 32 +++++
gcc/testsuite/gcc.target/aarch64/cssc_2.c | 32 +++++
gcc/testsuite/gcc.target/aarch64/cssc_3.c | 32 +++++
gcc/testsuite/gcc.target/aarch64/cssc_4.c | 107 ++++++++++++++++
gcc/testsuite/gcc.target/aarch64/cssc_5.c | 154 +++++++++++++++++++++++
12 files changed, 482 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/cssc_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/cssc_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/cssc_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/cssc_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/cssc_5.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.