This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1dd154f6407 PHIOPT: Move two_value_replacement to match.pd
new db7e7776b0f contrib: port doxygen script to Python3
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/filter_gcc_for_doxygen | 2 +-
contrib/filter_params.py | 2 +-
2 files changed, 2 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 release/2.35/master
in repository glibc.
from 1c7f51c75a x86_64: Fix asm constraints in feraiseexcept (bug 30305)
new 413af1eb02 posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
new f2820e478c gmon: Fix allocated buffer overflow (bug 29444)
new 9f81b8fa65 gmon: improve mcount overflow handling [BZ# 27576]
new e698e8bd8e gmon: fix memory corruption issues [BZ# 30101]
The 4 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:
NEWS | 4 ++
elf/dl-tunables.list | 13 ++++
gmon/Makefile | 37 ++++++++++-
gmon/gmon.c | 59 ++++++++++++++----
gmon/mcount.c | 5 ++
gmon/sys/gmon.h | 6 +-
debug/tst-realpath-chk.c => gmon/tst-mcleanup.c | 24 +++-----
.../tst-mcount-overflow-check.sh | 54 ++++++++--------
gmon/tst-mcount-overflow.c | 72 ++++++++++++++++++++++
manual/tunables.texi | 59 ++++++++++++++++++
stdlib/tst-system.c | 26 ++++++++
support/Makefile | 2 +
...{timespec-add-time64.c => dtotimespec-time64.c} | 8 +--
support/dtotimespec.c | 50 +++++++++++++++
support/shell-container.c | 28 +++++++++
support/timespec.h | 4 ++
sysdeps/posix/system.c | 6 +-
17 files changed, 392 insertions(+), 65 deletions(-)
copy debug/tst-realpath-chk.c => gmon/tst-mcleanup.c (69%)
copy elf/tst-rtld-list-tunables.sh => gmon/tst-mcount-overflow-check.sh (54%)
mode change 100755 => 100644
create mode 100644 gmon/tst-mcount-overflow.c
copy support/{timespec-add-time64.c => dtotimespec-time64.c} (83%)
create mode 100644 support/dtotimespec.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 650c36ec461 PR rtl-optimization/109476: Use ZERO_EXTEND instead of zero [...]
new b9b30dbaabc MATCH: Factor out code that for min max detection with constants
new c43819a9b4c MATCH: Add patterns from phiopt's minmax_replacement
new 1dd154f6407 PHIOPT: Move two_value_replacement to match.pd
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/fold-const.cc | 44 ++++++++
gcc/fold-const.h | 3 +
gcc/match.pd | 139 +++++++++++++++++++-----
gcc/testsuite/gcc.dg/tree-ssa/minmax-16.c | 10 +-
gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c | 3 +-
gcc/tree-ssa-phiopt.cc | 157 +--------------------------
6 files changed, 170 insertions(+), 186 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_aosp-build-aosp/oriole-master
in repository toolchain/ci/base-artifacts.
from 92f600639a 32: onsuccess: #78: 2: [TCWG CI] https://ci.linaro.org/job/t [...]
new 848002a406 33: onsuccess: #81: 2: [TCWG CI] https://ci.linaro.org/job/t [...]
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 2132 -> 1952 bytes
02-build_aosp_toolchain/console.log.xz | Bin 216592 -> 215784 bytes
03-build_shadow_llvm/console.log.xz | Bin 131652 -> 128760 bytes
04-build_aosp/console.log.xz | Bin 219132 -> 211600 bytes
06-check_regression/console.log.xz | Bin 520 -> 520 bytes
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
git/toolchain_superproject_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 22 +++++++++++-----------
10 files changed, 15 insertions(+), 15 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 glibc.
from 2fa7fd1af7 elf.h: add PT_GNU_SFRAME
new 117e8b341c riscv: Resolve symbols directly for symbols with STO_RISCV_V [...]
new a225cb3ee9 Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1
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:
bits/flt-eval-method.h | 8 +++-----
elf/elf.h | 7 +++++++
manual/platform.texi | 6 ++++++
sysdeps/{mips => riscv}/dl-dtprocnum.h | 6 +++---
sysdeps/riscv/dl-machine.h | 26 ++++++++++++++++++++++++++
5 files changed, 45 insertions(+), 8 deletions(-)
copy sysdeps/{mips => riscv}/dl-dtprocnum.h (85%)
--
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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 8f678ea099 83: force: #29: all: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new 9234bd5dfb 84: force: #34: all: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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 1988 -> 2004 bytes
02-prepare_abe/console.log.xz | Bin 2412 -> 2416 bytes
03-build_abe-binutils/console.log.xz | Bin 27576 -> 27352 bytes
04-build_kernel_llvm/console.log.xz | Bin 66652 -> 66400 bytes
05-build_abe-qemu/console.log.xz | Bin 32248 -> 32100 bytes
06-build_linux/console.log.xz | Bin 2940 -> 2924 bytes
08-check_regression/console.log.xz | Bin 524 -> 524 bytes
09-update_baseline/console.log | 9 +++++++++
jenkins/notify.sh | 2 +-
manifest.sh | 12 ++++++------
10 files changed, 16 insertions(+), 7 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 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.