This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bc8abe881e9 Replace VSB_DIR by sysroot refs in VxWorks LIBGCC2_INCLUDES
new 3f8b6373f48 Fortran: IS_CONTIGUOUS and pointers to non-contiguous targe [...]
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/fortran/trans-expr.cc | 24 +++--
gcc/fortran/trans-intrinsic.cc | 22 ++++-
gcc/testsuite/gfortran.dg/is_contiguous_5.f90 | 126 ++++++++++++++++++++++++++
3 files changed, 165 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/is_contiguous_5.f90
--
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 566771afc7a8 Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba. [...]
new 914f377075d6 xfs: Improve CONFIG_XFS_RT Kconfig help
new b00bcb190eef xfs: do not tightly pack-write large files
new f5caeb3689ea xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FS
new a8c861f401b4 xfs: avoid busy loops in GCD
new ca3d643a9701 xfs: cache open zone in inode->i_private
new 0f41997b1b2b xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
new bd721ec7dedc xfs: don't set bt_nr_sectors to a negative number
new 630785bfbe12 xfs: always warn about deprecated mount options
new 3e7ec343f066 xfs: loudly complain about defunct mount options
new f477af0cfa04 xfs: fix locking in xchk_nlinks_collect_dir
new 27c0b5c4f67a Merge tag 'xfs-fixes-6.18-rc3' of git://git.kernel.org/pub [...]
new ca525d53f994 RISC-V: Define pgprot_dmacoherent() for non-coherent devices
new e7b969cbe302 ACPI: RIMT: Fix unused function warnings when CONFIG_IOMMU [...]
new 223bfc4d403c riscv: Register IPI IRQs with unique names
new 5898fc01ff34 riscv: mm: Define MAX_POSSIBLE_PHYSMEM_BITS for zsmalloc
new 768e054de01b riscv: Remove the PER_CPU_OFFSET_SHIFT macro
new d2721bb165b3 RISC-V: Don't print details of CPUs disabled in DT
new 492c513ec6de riscv: add a forward declaration for cpuinfo_op
new 5d15d2ad36b0 riscv: hwprobe: Fix stale vDSO data for late-initialized k [...]
new 2dc99ea27276 riscv: cpufeature: avoid uninitialized variable in has_the [...]
new b7776a802f2f riscv: hwprobe: avoid uninitialized variable use in hwprob [...]
new 9bb956508c9d Merge tag 'riscv-for-linus-6.18-rc3' of git://git.kernel.o [...]
The 22 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/riscv/include/asm/asm.h | 8 +-
arch/riscv/include/asm/cpufeature.h | 2 +
arch/riscv/include/asm/hwprobe.h | 7 ++
arch/riscv/include/asm/pgtable-64.h | 2 +
arch/riscv/include/asm/pgtable.h | 2 +
arch/riscv/include/asm/vdso/arch_data.h | 6 ++
arch/riscv/kernel/cpu.c | 4 +-
arch/riscv/kernel/cpufeature.c | 4 +-
arch/riscv/kernel/smp.c | 24 ++---
arch/riscv/kernel/sys_hwprobe.c | 76 ++++++++++++---
arch/riscv/kernel/unaligned_access_speed.c | 9 +-
arch/riscv/kernel/vdso/hwprobe.c | 2 +-
drivers/acpi/riscv/rimt.c | 122 ++++++++++++------------
fs/xfs/Kconfig | 11 ++-
fs/xfs/scrub/nlinks.c | 34 ++++++-
fs/xfs/xfs_buf.c | 2 +-
fs/xfs/xfs_buf.h | 1 +
fs/xfs/xfs_mount.h | 1 -
fs/xfs/xfs_super.c | 53 ++++++++---
fs/xfs/xfs_zone_alloc.c | 148 ++++++++++++-----------------
fs/xfs/xfs_zone_gc.c | 81 +++++++++-------
fs/xfs/xfs_zone_priv.h | 2 +
22 files changed, 361 insertions(+), 240 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 main
in repository newlib.
from 29b8692a4 Fix ARM fegetexceptflag.c
new bec497da7 Cygwin: Check if gawk is available in gentls_offsets script
new c43ec5f59 Cygwin: devdoc: Mention the extremely useful small_printf() function
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:
winsup/cygwin/DevDocs/how-to-debug-cygwin.txt | 11 +++++++++++
winsup/cygwin/scripts/gentls_offsets | 6 ++++++
2 files changed, 17 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 releases/gcc-14
in repository gcc.
from ccfe105b4b0 Daily bump.
new 35b2c6ec954 Fortran: fix "unstable" interfaces of external procedures [ [...]
new 3f298dd3d33 Fortran: fix issue with I/O of array pointer [PR107968]
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/fortran/trans-io.cc | 4 +-
gcc/fortran/trans-types.cc | 1 +
gcc/testsuite/gfortran.dg/implied_do_io_9.f90 | 72 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/interface_abstract_6.f90 | 53 ++++++++++++++++
4 files changed, 129 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_9.f90
create mode 100644 gcc/testsuite/gfortran.dg/interface_abstract_6.f90
--
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 ffdee87ac4c LoongArch: Implement vector reduction from 256-bit to 128-bit
new bc8abe881e9 Replace VSB_DIR by sysroot refs in VxWorks LIBGCC2_INCLUDES
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:
libgcc/config/t-vxworks | 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 releases/gcc-15
in repository gcc.
from 22a18976d55 Daily bump.
new 857ab305e88 Fortran: fix issue with I/O of array pointer [PR107968]
new 2f881d81d61 Fortran: fix "unstable" interfaces of external procedures [ [...]
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/fortran/trans-io.cc | 4 +-
gcc/fortran/trans-types.cc | 1 +
gcc/testsuite/gfortran.dg/implied_do_io_9.f90 | 72 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/interface_abstract_6.f90 | 53 ++++++++++++++++
4 files changed, 129 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_9.f90
create mode 100644 gcc/testsuite/gfortran.dg/interface_abstract_6.f90
--
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 f0717d13402 Daily bump.
new ffdee87ac4c LoongArch: Implement vector reduction from 256-bit to 128-bit
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/loongarch/lasx.md | 42 ++++++++++++++++++++
gcc/config/loongarch/loongarch-protos.h | 1 +
gcc/config/loongarch/loongarch.cc | 48 +++++++++++++++++++++++
gcc/config/loongarch/predicates.md | 16 ++++++++
gcc/testsuite/gcc.target/loongarch/lasx-reduc-1.c | 17 ++++++++
5 files changed, 124 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/loongarch/lasx-reduc-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 users/amara/drop-exec
in repository llvm-lnt.
from e1ff5cf Add --drop-exec option to filter warmup samples
new f44eded Fix flake error
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:
lnt/tests/test_suite.py | 2 +-
uv.lock | 1192 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 1193 insertions(+), 1 deletion(-)
create mode 100644 uv.lock
--
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 users/amara/drop-exec
in repository llvm-lnt.
at e1ff5cf Add --drop-exec option to filter warmup samples
This branch includes the following new commits:
new e1ff5cf Add --drop-exec option to filter warmup samples
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.
--
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 llvm-lnt.
from 4819b7b Remove Procfile (#119)
new 330aa32 Add interleaved benchmark execution for test-suite (#107)
new 36fd2b5 Remove accidentally committed uv.lock and python .so file.
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:
lnt/tests/test_suite.py | 319 ++++++++++++++++++---
tests/runtest/test_suite-interleaved-builds.shtest | 111 +++++++
2 files changed, 385 insertions(+), 45 deletions(-)
create mode 100644 tests/runtest/test_suite-interleaved-builds.shtest
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.