LLVM/project 9855d54lldb/include/lldb/ValueObject DILAST.h, lldb/source/ValueObject DILParser.cpp DILLexer.cpp

[LLDB] Add boolean literals to DIL. (#157992)

This adds the ability to recognize (and create ValueObjects for) boolean
literals ("true", "false") to DIL. This is a preliminary step to adding
type casting (and also for the ternary op).
DeltaFile
+25-0lldb/source/ValueObject/DILParser.cpp
+20-0lldb/include/lldb/ValueObject/DILAST.h
+12-3lldb/source/ValueObject/DILLexer.cpp
+6-0lldb/source/ValueObject/DILEval.cpp
+5-0lldb/source/ValueObject/DILAST.cpp
+4-0lldb/test/API/commands/frame/var-dil/expr/Literals/TestFrameVarDILLiterals.py
+72-34 files not shown
+82-310 files

LLVM/project 9e27358llvm/cmake/modules HandleLLVMOptions.cmake

Fix a typo in comment

Created using spr 1.3.6
DeltaFile
+1-1llvm/cmake/modules/HandleLLVMOptions.cmake
+1-11 files

LLVM/project 900c71fllvm CMakeLists.txt, llvm/cmake/modules HandleLLVMOptions.cmake

[𝘀𝗽𝗿] initial version

Created using spr 1.3.6
DeltaFile
+8-0llvm/cmake/modules/HandleLLVMOptions.cmake
+0-7llvm/CMakeLists.txt
+8-72 files

LLVM/project 7c861bcllvm/lib/Support/Windows Program.inc

Fix comment from https://github.com/llvm/llvm-project/pull/158719 (#159157)

DeltaFile
+1-2llvm/lib/Support/Windows/Program.inc
+1-21 files

LLVM/project 0e5c32bmlir/include/mlir/Dialect/Vector/IR VectorOps.td, mlir/lib/Dialect/Vector/Transforms VectorUnroll.cpp

[MLIR][Vector] Add unrolling pattern for vector StepOp (#157752)

This PR adds unrolling pattern for vector.step op to VectorUnroll
transform.
DeltaFile
+76-1mlir/lib/Dialect/Vector/Transforms/VectorUnroll.cpp
+20-0mlir/test/Dialect/Vector/vector-unroll-options.mlir
+6-0mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
+1-0mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
+103-14 files

NetBSD/src sy7Fw3kexternal/gpl3/gcc/lib/libstdc++-v3/arch/hppa c++config.h, external/gpl3/gcc/lib/libstdc++-v3/arch/ia64 c++config.h

   mknative-gcc for GCC 14 and everyone.
VersionDeltaFile
1.6+2,007-61external/gpl3/gcc/usr.bin/gcc/arch/riscv32/insn-modes.h
1.6+2,007-61external/gpl3/gcc/usr.bin/gcc/arch/riscv64/insn-modes.h
1.11+957-912external/gpl3/gcc/usr.bin/gcc/arch/i386/i386-builtin-types.inc
1.11+957-912external/gpl3/gcc/usr.bin/gcc/arch/x86_64/i386-builtin-types.inc
1.42+161-579external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h
1.27+161-579external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/c++config.h
+6,250-3,1041,027 files not shown
+31,853-51,9201,033 files

NetBSD/src jZ98TKAexternal/gpl3/gcc/lib Makefile.sanitizer, external/gpl3/gcc/lib/libtsan Makefile

   updates for GCC 14 (new/removed files, defines)
VersionDeltaFile
1.19+7-2external/gpl3/gcc/lib/libtsan/Makefile
1.20+6-3external/gpl3/gcc/lib/Makefile.sanitizer
+13-52 files

NetBSD/src mCXe1Nrexternal/gpl3/gcc/lib/libstdc++-v3 Makefile, external/gpl3/gcc/lib/libsupc++ Makefile.common

   various updates for GCC 14.

   - build tzdata.zi.h.
   - add the C++23 and C++26 bits.
VersionDeltaFile
1.22+12-2external/gpl3/gcc/lib/libsupc++/Makefile.common
1.57+12-1external/gpl3/gcc/lib/libstdc++-v3/Makefile
+24-32 files

pfSense/pfsense 67c1251src/etc/inc globals.inc

Allow bridge members with IP addresses. Implement #16432
DeltaFile
+1-0src/etc/inc/globals.inc
+1-01 files

NetBSD/src qxQC3hMexternal/gpl3/gcc/lib/liblto_plugin Makefile

   define BASE_VERSION.
VersionDeltaFile
1.13+7-1external/gpl3/gcc/lib/liblto_plugin/Makefile
+7-11 files

NetBSD/src vdG77gsexternal/gpl3/gcc/dist/libstdc++-v3/include/bits charconv.h

   apply our is_signed -> is_signed_val hack to the new usage.
VersionDeltaFile
1.2+17-7external/gpl3/gcc/dist/libstdc++-v3/include/bits/charconv.h
+17-71 files

NetBSD/src pdtaej8external/gpl3/gcc/dist/libsanitizer/sanitizer_common sanitizer_leb128.h

   fix a valid maybe-uninit error
VersionDeltaFile
1.2+3-1external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_leb128.h
+3-11 files

NetBSD/src i2g0PgHexternal/gpl3/gcc/dist/libsanitizer/lsan lsan_common.cpp

   use consistent printf format for "tid_t" (%llu, not %zu).
VersionDeltaFile
1.6+1-1external/gpl3/gcc/dist/libsanitizer/lsan/lsan_common.cpp
+1-11 files

NetBSD/src rUqbxa9external/gpl3/gcc/dist/libsanitizer/sanitizer_common sanitizer_linux.cpp

   fix merge botch.
VersionDeltaFile
1.8+0-1external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cpp
+0-11 files

LLVM/project 0634426llvm/test/CodeGen/AMDGPU memory-legalizer-flat-cluster.ll memory-legalizer-global-cluster.ll, llvm/test/CodeGen/PowerPC vector-popcnt-128-ult-ugt.ll

catch up with main branch and resolve conflict
DeltaFile
+22,442-22,438llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
+25,726-0llvm/test/CodeGen/AMDGPU/memory-legalizer-flat-cluster.ll
+23,810-0llvm/test/CodeGen/AMDGPU/memory-legalizer-global-cluster.ll
+23,347-0llvm/test/CodeGen/AMDGPU/memory-legalizer-private-cluster.ll
+21,350-0llvm/test/CodeGen/AMDGPU/a-v-flat-atomicrmw.ll
+15,306-3,325llvm/test/CodeGen/AMDGPU/frem.ll
+131,981-25,7638,245 files not shown
+565,428-221,2028,251 files

Linux/linux 5aca796tools/lib/subcmd help.c, tools/perf builtin-lock.c

Merge tag 'perf-tools-fixes-for-v6.17-2025-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools

Pull perf tools fixes from Namhyung Kim:
 "A small set of fixes for crashes in different commands and conditions"

* tag 'perf-tools-fixes-for-v6.17-2025-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools:
  perf maps: Ensure kmap is set up for all inserts
  perf lock: Provide a host_env for session new
  perf subcmd: avoid crash in exclude_cmds when excludes is empty
DeltaFile
+5-4tools/perf/util/maps.c
+6-1tools/perf/builtin-lock.c
+3-0tools/lib/subcmd/help.c
+14-53 files

FreeBSD/ports 2c790dedeskutils/syncthingtray Makefile distinfo

deskutils/syncthingtray: Update 2.0.0 => 2.0.1

Changelog:
https://github.com/Martchus/syncthingtray/releases/tag/v2.0.1

qt6 FLAVOR is default - use PKGNAMESUFFIX for qt5 FLAVOR instead of qt6.
Fix warnings from portclippy.

PR:     289467
DeltaFile
+7-7deskutils/syncthingtray/Makefile
+7-7deskutils/syncthingtray/distinfo
+14-142 files

OpenBSD/ports 5aXtntReditors/libreoffice distinfo, editors/libreoffice/patches patch-solenv_gbuild_platform_unxgcc_mk

   update to 25.8.1.1
VersionDeltaFile
1.88+47-101editors/libreoffice/pkg/PLIST-main
1.130+24-24editors/libreoffice/distinfo
1.20+45-2editors/libreoffice/patches/patch-solenv_gbuild_platform_unxgcc_mk
1.14+25-13editors/libreoffice/pkg/PLIST-i18n-ko
1.28+23-13editors/libreoffice/pkg/PLIST-i18n-es
1.26+23-13editors/libreoffice/pkg/PLIST-i18n-fi
+187-16645 files not shown
+748-52751 files

LLVM/project 4ab8dabclang/include/clang/Basic BuiltinsAMDGPU.def, clang/test/CodeGenOpenCL builtins-amdgcn-gfx1250.cl

[AMDGPU] Add s_cluster_barrier on gfx1250 (#159175)

DeltaFile
+107-0llvm/test/CodeGen/AMDGPU/lower-intrinsics-cluster-barrier.ll
+60-8llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp
+10-0clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250.cl
+8-1llvm/lib/Target/AMDGPU/SIDefines.h
+4-0llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+1-0clang/include/clang/Basic/BuiltinsAMDGPU.def
+190-91 files not shown
+191-97 files

OpenBSD/ports Til0tKWsysutils/salt Makefile

   drop maintainership
VersionDeltaFile
1.192+1-3sysutils/salt/Makefile
+1-31 files

LLVM/project 59e43feutils/bazel/llvm-project-overlay/libc libc_configure_options.bzl

Enable string-length wide-reads by default in bazel. (#159177)

DeltaFile
+1-1utils/bazel/llvm-project-overlay/libc/libc_configure_options.bzl
+1-11 files

LLVM/project 66524eeopenmp/docs SupportAndFAQ.rst

[OpenMP] Document how to specify flags to device libraries (#159053)

Add an explanation on how to use RUNTIMES_<triple>_CMAKE_CXX_FLAGS in
order to specify different compiler flags for OpenMP device libraries.
DeltaFile
+4-2openmp/docs/SupportAndFAQ.rst
+4-21 files

HardenedBSD/ports c463803audio/stk Makefile

HBSD: Disable PIE for audio/stk

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+2-0audio/stk/Makefile
+2-01 files

LLVM/project 92e1cdcllvm/test/CodeGen/AMDGPU propagate-amdgpu-cluster-dims.ll

[NFC][AMDGPU] Add a missing test case about cluster dims
DeltaFile
+182-0llvm/test/CodeGen/AMDGPU/propagate-amdgpu-cluster-dims.ll
+182-01 files

FreeBSD/src 5da388dshare/man/man4 vtnet.4

vtnet: deprecate loader tunable fixup_needs_csum

If this tunable is enabled and vtnet receives a packet with
VIRTIO_NET_HDR_F_NEEDS_CSUM set, vtnet computes the TCP/UDP checksum
and writes it in the checksum field.
This was somewhat useful when vtnet pretended that such a packet has
a correct checksum and set the mbuf flag CSUM_DATA_VALID.
But this is not the case anymore.

Reviewed by:            tuexen
MFC after:              3 days
Differential Revision:  https://reviews.freebsd.org/D52546
DeltaFile
+3-1share/man/man4/vtnet.4
+3-11 files

LLVM/project 90ed6eellvm/lib/Support Mustache.cpp

[llvm][mustache] Avoid extra allocations in parseSection

We don't need to have extra allocations when concatenating raw bodies.
DeltaFile
+8-1llvm/lib/Support/Mustache.cpp
+8-11 files

LLVM/project 2262553llvm/test/Analysis/CostModel/ARM abs.ll

[ARM] Add a quick abs scalar costmodel test. NFC
DeltaFile
+49-0llvm/test/Analysis/CostModel/ARM/abs.ll
+49-01 files

NetBSD/src 3qEKOVldoc 3RDPARTY

   doc: expat 2.7.2 was released
VersionDeltaFile
1.2136+3-3doc/3RDPARTY
+3-31 files

NetBSD/pkgsrc 7u3cBkHdoc TODO CHANGES-2025

   doc: Updated textproc/expat to 2.7.2
VersionDeltaFile
1.26212+10-7doc/TODO
1.5546+2-1doc/CHANGES-2025
+12-82 files

NetBSD/pkgsrc UgDnxi9textproc/expat distinfo Makefile

   expat: update to 2.7.2.

   Release 2.7.2 Tue September 16 2025
           Security fixes:
        #1018 #1034  CVE-2025-59375 -- Disallow use of disproportional amounts of
                       dynamic memory from within an Expat parser (e.g. previously
                       a ~250 KiB sized document was able to cause allocation of
                       ~800 MiB from the heap, i.e. an "amplification" of factor
                       ~3,300); once a threshold (that defaults to 64 MiB) is
                       reached, a maximum amplification factor (that defaults to
                       100.0) is enforced, and violating documents are rejected
                       with an out-of-memory error.
                       There are two new API functions to fine-tune this new
                       behavior:
                         - XML_SetAllocTrackerActivationThreshold
                         - XML_SetAllocTrackerMaximumAmplification .
                       If you ever need to increase these defaults for non-attack
                       XML payload, please file a bug report with libexpat.
                         There is also a new environment variable

    [47 lines not shown]
VersionDeltaFile
1.54+4-4textproc/expat/distinfo
1.60+2-2textproc/expat/Makefile
+6-62 files