This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 165be46aa Add entry 98914f9eba5f19d3eb93fbce8726b5264631cba0 from https [...]
new e737bd776 Add entry ccaa39a268bef2a1d8880022696ff2dcaa6af941 from https [...]
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:
.../tcwg_bmk-code_size-cpu2017fast/gnu-aarch64-master-O2}/build_url | 2 +-
.../{gnu-aarch64-master-O2_LTO => gnu-aarch64-master-O2}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{15bbf1826a01f5beb2d7c0f74d6270bbc94ece91/tcwg_bmk-code_size-cpu2017 [...]
copy gcc/sha1/ccaa39a268bef2a1d8880022696ff2dcaa6af941/tcwg_bmk-code_size-cpu2017f [...]
--
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 7e7f35278c po: incorporate translations (bg)
new 2e456ccf0c Linux: Make __rseq_size useful for feature detection (bug 31965)
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:
NEWS | 3 +++
manual/threads.texi | 8 ++++++--
sysdeps/nptl/dl-tls_init_tp.c | 8 +-------
sysdeps/unix/sysv/linux/rseq-internal.h | 23 +++++++++++++++++++++--
sysdeps/unix/sysv/linux/tst-rseq.c | 10 +++++++++-
5 files changed, 40 insertions(+), 12 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 604b972e614 doc: sframe: add appendix for generating stack traces
new 971ae1844e7 gprofng: add hardware counters for Intel Ice Lake processor
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:
gprofng/common/core_pcbe.c | 3 +-
gprofng/common/hwc_cpus.h | 1 +
gprofng/common/hwcdrv.c | 32 +-
gprofng/common/hwcentry.h | 1 +
gprofng/common/hwcfuncs.c | 6 +
gprofng/common/hwctable.c | 12 +-
gprofng/src/collctrl.cc | 3 +-
gprofng/src/hwc_intel_icelake.h | 1171 +++++++++++++++++++++++++++++++++++++++
8 files changed, 1210 insertions(+), 19 deletions(-)
create mode 100644 gprofng/src/hwc_intel_icelake.h
--
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 d17889dbffd i386: Implement .SAT_TRUNC for unsigned integers
new 7ed9a4593ba rs6000, Remove __builtin_vsx_cmple* builtins
new 224cc560a6a rs6000, Remove __builtin_vsx_xvcv{sp{sx,u}ws,dpuxds_uns}
new 6031e34af13 rs6000, fix error in unsigned vector float to unsigned int [...]
new b620845fff7 rs6000, extend the current vec_{un,}signed{e,o} built-ins
new fd9fdb33ae2 rs6000, Remove redundant vector float/double type conversions
new 8d6326eeb77 rs6000, remove duplicated built-ins of vecmergl and vec_mergeh
new 807bed024d0 rs6000, add overloaded vec_sel with int128 arguments
new 52d56983d51 rs6000, remove the vec_xxsel built-ins, they are duplicates
new 7121926b20c rs6000, remove __builtin_vsx_vperm_* built-ins
new ca4842f4f47 rs6000, remove __builtin_vsx_xvnegdp and __builtin_vsx_xvne [...]
new c5b4bfe9bdb rs6000, extend vec_xxpermdi built-in for __int128 args
new 5db91b30738 rs6000, remove __builtin_vsx_xvcmpeqsp_p built-in
new e611189899b rs6000, remove vector set and vector init built-ins.
The 13 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/rs6000/rs6000-builtin.cc | 57 -----
gcc/config/rs6000/rs6000-builtins.def | 214 ++-----------------
gcc/config/rs6000/rs6000-gen-builtins.cc | 29 +--
gcc/config/rs6000/rs6000-overload.def | 24 +++
gcc/config/rs6000/vsx.md | 129 ++++++++----
gcc/doc/extend.texi | 34 +++
.../gcc.target/powerpc/builtins-10-runnable.c | 220 ++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/builtins-10.c | 63 ++++++
.../gcc.target/powerpc/builtins-3-runnable.c | 77 ++++++-
.../gcc.target/powerpc/vec_perm-runnable-i128.c | 229 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vsx-builtin-3.c | 54 ++---
11 files changed, 778 insertions(+), 352 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-10-runnable.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-10.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec_perm-runnable-i128.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 binutils-gdb.
from eb7892c4019 LTO: Properly check wrapper symbol
new 6dacff8a2f4 doc: sframe: segregate the ABI/arch-specific components
new 4de9a5ccd66 include: sframe: update code comments around SFrame FRE sta [...]
new 604b972e614 doc: sframe: add appendix for generating stack traces
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:
include/sframe.h | 22 ++--
libsframe/doc/sframe-spec.texi | 222 +++++++++++++++++++++++++++++++++++------
2 files changed, 206 insertions(+), 38 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 devel/omp/gcc-14
in repository gcc.
from 735bbbfc6ea Fix scan dumps in readonly-1.c
adds 43b730b9134 Bump BASE-VER
new 0fb5d87ab56 Merge commit '43b730b9134af60a8f1c5b107d625f7127ff23c5' int [...]
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/BASE-VER | 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 newlib.
from 80550ffc2 libc/include/sys/resource.h: Add RUSAGE_THREAD
new a7b62e886 libc/arm: add missing .cfi_sections
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:
newlib/libc/machine/arm/aeabi_memmove-thumb2.S | 1 +
newlib/libc/machine/arm/aeabi_memset-thumb2.S | 1 +
newlib/libc/machine/arm/memchr.S | 1 +
newlib/libc/machine/arm/memcpy-armv7m.S | 1 +
newlib/libc/machine/arm/setjmp.S | 1 +
newlib/libc/machine/arm/strlen-armv7.S | 1 +
newlib/libc/machine/arm/strlen-thumb2-Os.S | 1 +
7 files changed, 7 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 main
in repository newlib.
from 80550ffc2 libc/include/sys/resource.h: Add RUSAGE_THREAD
new a7b62e886 libc/arm: add missing .cfi_sections
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:
newlib/libc/machine/arm/aeabi_memmove-thumb2.S | 1 +
newlib/libc/machine/arm/aeabi_memset-thumb2.S | 1 +
newlib/libc/machine/arm/memchr.S | 1 +
newlib/libc/machine/arm/memcpy-armv7m.S | 1 +
newlib/libc/machine/arm/setjmp.S | 1 +
newlib/libc/machine/arm/strlen-armv7.S | 1 +
newlib/libc/machine/arm/strlen-thumb2-Os.S | 1 +
7 files changed, 7 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 2d6e6a77e84 diagnostics: use refs rather than pointers for diagnostic_{ [...]
new d17889dbffd i386: Implement .SAT_TRUNC for unsigned integers
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/i386/i386.md | 112 ++++++++++++++++++++++++++++-
gcc/testsuite/gcc.target/i386/sattrunc-1.c | 24 +++++++
2 files changed, 134 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/sattrunc-1.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 linux.
from 4376e966ecb7 Merge tag 'perf-tools-fixes-for-v6.10-2024-07-08' of git:/ [...]
new b5efb63acf7b s390/mm: Add NULL pointer check to crst_table_free() base_ [...]
new f76f9bc616b7 selftest/timerns: fix clang build failures for abs() calls
new 73810cd45b99 selftests/vDSO: fix clang build errors and warnings
new bb2a605de375 selftests/vDSO: remove partially duplicated "all:" target [...]
new 66cde337fa1b selftests/vDSO: remove duplicate compiler invocations from [...]
new 920bc844baa9 Merge tag 'linux_kselftest-fixes-6.10' of git://git.kernel [...]
new 25a6e135569b ksmbd: return FILE_DEVICE_DISK instead of super magic
new e2e33caa5dc2 ksmbd: discard write access to the directory open
new 34afb82a3c67 Merge tag '6.10-rc6-smb3-server-fixes' of git://git.samba. [...]
The 9 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:
arch/s390/mm/pgalloc.c | 4 +++
fs/smb/common/smb2pdu.h | 34 ++++++++++++++++++++++
fs/smb/server/smb2pdu.c | 22 +++++++++++---
tools/testing/selftests/timens/exec.c | 6 ++--
tools/testing/selftests/timens/timer.c | 2 +-
tools/testing/selftests/timens/timerfd.c | 2 +-
tools/testing/selftests/timens/vfork_exec.c | 4 +--
tools/testing/selftests/vDSO/Makefile | 29 ++++++++----------
tools/testing/selftests/vDSO/parse_vdso.c | 16 ++++++----
.../selftests/vDSO/vdso_standalone_test_x86.c | 18 ++++++++++--
10 files changed, 102 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.