LLVM/project d51c745clang/test/SemaCXX cxx2d-pack-indexing-template.cpp, llvm/test/Analysis/CostModel/AArch64 load_store.ll

Rebase

Created using spr 1.3.7
DeltaFile
+0-826orc-rt/include/orc-rt/support/SimplePackedSerialization.h
+826-0orc-rt/include/orc-rt/support/sps/SimplePackedSerialization.h
+456-0clang/test/SemaCXX/cxx2d-pack-indexing-template.cpp
+0-441orc-rt/test/unit/support/SimplePackedSerializationTest.cpp
+441-0orc-rt/test/unit/support/sps/SimplePackedSerializationTest.cpp
+172-172llvm/test/Analysis/CostModel/AArch64/load_store.ll
+1,895-1,439278 files not shown
+8,095-4,036284 files

LLVM/project e3c4ad4clang/test/SemaCXX cxx2d-pack-indexing-template.cpp, llvm/test/Analysis/CostModel/AArch64 load_store.ll

Rebase

Created using spr 1.3.7
DeltaFile
+516-516llvm/test/Analysis/CostModel/AArch64/load_store.ll
+521-370llvm/test/Transforms/LoopVectorize/AArch64/bounded-load.ll
+0-826orc-rt/include/orc-rt/support/SimplePackedSerialization.h
+826-0orc-rt/include/orc-rt/support/sps/SimplePackedSerialization.h
+456-0clang/test/SemaCXX/cxx2d-pack-indexing-template.cpp
+441-0orc-rt/test/unit/support/sps/SimplePackedSerializationTest.cpp
+2,760-1,712307 files not shown
+11,850-5,273313 files

LLVM/project 0724358mlir/lib/Dialect/SparseTensor/Transforms SparseReinterpretMap.cpp, mlir/test/Dialect/SparseTensor sparse_reinterpret_map.mlir

[mlir][SparseTensor] Fix crash demapping alloc_tensor with a copy operand (#219319)

`TensorAllocDemapper` reconstructs demapped level sizes for a
`bufferization.alloc_tensor`/`tensor.empty` by pairing each dynamic
result
dimension with an entry from the op's `dynamic_sizes` operand list,
popping via
`ValueRange::front()`.

When an `alloc_tensor` has a `copy` operand instead of explicit dynamic
sizes,
`dynamic_sizes` is legitimately empty — the op's own verifier requires
that the
sizes are implied by the copy operand and must not be specified — so
`front()`
was called on an empty range and asserted:

```
llvm/include/llvm/ADT/STLExtras.h:1253: Assertion `!empty() && "expected non-empty range"' failed.

    [20 lines not shown]
DeltaFile
+18-0mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
+12-0mlir/test/Dialect/SparseTensor/sparse_reinterpret_map.mlir
+30-02 files

FreeBSD/ports a803f88math/R-cran-recipes Makefile distinfo

math/R-cran-recipes: Update to 1.4.0

Reported by:    portscout
DeltaFile
+3-3math/R-cran-recipes/distinfo
+1-1math/R-cran-recipes/Makefile
+4-42 files

NetBSD/pkgsrc 1JsOeJKdoc CHANGES-2026

   doc: Updated textproc/R-stringi to 1.8.9
VersionDeltaFile
1.5644+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc OCJyFG4textproc/R-stringi Makefile distinfo

   (textproc/R-stringi) Updated 1.8.7 to 1.8.9

   ## 1.8.9 (2026-07-30)
   * [BUGFIX] Fixed build/runtime warnings.
   * [BUILD TIME] The configure script no longer tries to fall back to C++11.
VersionDeltaFile
1.14+4-4textproc/R-stringi/distinfo
1.40+2-2textproc/R-stringi/Makefile
+6-62 files

GhostBSD/install-station f92e840. setup.py, install_station interface_controller.py create_cfg.py

Clear the live media's settings from the installed system

pc-sysinstall copies the live root to the target with cpdup and excludes
only zpool.cache, so everything ghostbsd-build writes into the image
arrives on the installed system. install_station_enable and root's
.xinitrc both came along, which meant the installer relaunched on the
new machine's first boot. The service tried to disable itself after
startx returned, but that is long after cpdup has run, and it edited a
live rc.conf that is discarded at reboot anyway.

The installer owns the target, so the cleanup belongs here. create_cfg
now removes the service's rc.conf.d entry, root's .xinitrc, and the
schema override that keeps the live session from locking, then
recompiles the schemas so gschemas.compiled stops serving the overridden
defaults. Enabling setup-station moves to /etc/rc.conf.d/initial_setup,
replacing the warning comments that were appended to the user's rc.conf.

The mate image now autologins the live user through lightdm rather than
through gettytab and ttys, so the seds that rewrote those files have

    [5 lines not shown]
DeltaFile
+11-6install_station/create_cfg.py
+0-12src/gbi.desktop
+12-0src/install-station.desktop
+3-4install_station/interface_controller.py
+0-3src/install_station
+2-1setup.py
+28-261 files not shown
+31-267 files

FreeBSD/ports 40ab85farchivers/c-blosc Makefile

archivers/c-blosc: allow to build with future CMake versions

While here, improve grammar in the COMMENT text.
DeltaFile
+5-1archivers/c-blosc/Makefile
+5-11 files

FreeBSD/src 3c6ea45usr.sbin/makefs/tests makefs_msdos_tests.sh

makefs: Fix atime tests on MS-DOS (FAT) file systems

On FAT file systems, access time has a resolution of 1 day, so it is
really the access date.

Strip the time component from the epoch timestamp in order to check the
access time.

Reference: https://learn.microsoft.com/en-us/windows/win32/sysinfo/file-times

Reviewed by:    ngie
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D54584

(cherry picked from commit 2916ae647303e3bd92e533002a8e6c476417fe7f)
DeltaFile
+10-6usr.sbin/makefs/tests/makefs_msdos_tests.sh
+10-61 files

FreeBSD/src 019d13dusr.sbin/makefs zfs.c makefs.8, usr.sbin/makefs/tests makefs_zfs_tests.sh

makefs: zfs: Allow the path vdev property to be set

This allows specifying custom vdev paths (such as GPT labels like
/dev/gpt/...) when creating ZFS filesystem images via makefs(8), rather
than defaulting to /dev/null.

Reviewed by:    markj
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D59031

(cherry picked from commit 5fece2484324be52737e4cea86658a4b8d3107fc)
DeltaFile
+45-0usr.sbin/makefs/tests/makefs_zfs_tests.sh
+21-17usr.sbin/makefs/makefs.8
+9-1usr.sbin/makefs/zfs.c
+1-0usr.sbin/makefs/zfs/zfs.h
+76-184 files

FreeBSD/ports b2cd5c7www/dezoomify-rs Makefile.crates Makefile

www/dezoomify-rs: Update to 2.19.0

ChangeLog:

https://github.com/lovasoa/dezoomify-rs/releases/tag/v2.19.0

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-7www/dezoomify-rs/distinfo
+0-2www/dezoomify-rs/Makefile.crates
+1-1www/dezoomify-rs/Makefile
+4-103 files

NetBSD/src VxO9tn9tests/kernel/arch/m68k contextspfunc.S

   bsrl -> jbsr

   Fixes 68010 targets.
VersionDeltaFile
1.2+3-3tests/kernel/arch/m68k/contextspfunc.S
+3-31 files

FreeBSD/ports 1f2283edevel/opencl distinfo Makefile

devel/opencl: Update 3.0.19 -> 3.1.1

Changelog:
- Add support for OCL_ICD_FILENAMES.
- Loader deinitialization/
- Updated for OpenCL 3.1.1.
https://github.com/KhronosGroup/OpenCL-Headers/releases/tag/v2026.05.29

Commit log:
https://github.com/KhronosGroup/OpenCL-Headers/compare/v2025.07.22...v2026.05.29

PR:             298028
Sponsored by:   UNIS Labs
DeltaFile
+5-5devel/opencl/distinfo
+5-5devel/opencl/Makefile
+10-102 files

LLVM/project dca45adllvm/lib/Transforms/Vectorize VPlanPatternMatch.h VPlanUtils.cpp, llvm/test/Transforms/LoopVectorize/VPlan/AArch64 vplan-memory-op-decisions.ll

[VPlan] Compute SCEV for SDiv with non-negative operands. (#219715)

If both operands of an SDiv are known non-negative, it is equivalent to
an UDiv, mirroring ScalarEvolution's handling in createSCEV.

Adds m_SDiv to VPlanPatternMatch.

Alive2 Proof: https://alive2.llvm.org/ce/z/NYa6Vd
DeltaFile
+8-0llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+4-2llvm/test/Transforms/LoopVectorize/VPlan/AArch64/vplan-memory-op-decisions.ll
+6-0llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
+18-23 files

FreeBSD/ports fd6b7a4graphics/imlib2_loaders pkg-plist distinfo

graphics/imlib2_loaders: Update to 1.12.7

- Remove port options as it only installs XCF loader.
- Remove EEF support as it is broken since a long time upstream.

ChangeLog:
https://git.enlightenment.org/old/legacy-imlib2_loaders/src/branch/master/ChangeLog
DeltaFile
+4-16graphics/imlib2_loaders/Makefile
+3-3graphics/imlib2_loaders/distinfo
+0-2graphics/imlib2_loaders/pkg-plist
+7-213 files

FreeBSD/ports a8917bfgraphics/imlib2 Makefile distinfo

graphics/imlib2: Update to 1.12.7

ChangeLog:
https://git.enlightenment.org/old/legacy-imlib2/src/branch/master/ChangeLog
DeltaFile
+3-3graphics/imlib2/distinfo
+1-2graphics/imlib2/Makefile
+4-52 files

LLVM/project 1c67379llvm/test/Analysis/DependenceAnalysis AA.ll, llvm/test/Analysis/ScopedNoAliasAA basic2.ll basic-domains.ll

[LLVM][NFC] Make metadata-number checks robust (#219610)

These checks care about the metadata attached to an instruction or
reported in a diagnostic, not the incidental numeric slot assigned while
printing. Match metadata slot numbers with FileCheck patterns so
numbering changes do not require unrelated test updates.
DeltaFile
+18-18llvm/test/Transforms/LoopVectorize/VPlan/vplan-printing-metadata.ll
+12-12llvm/test/Analysis/TypeBasedAliasAnalysis/tbaa-path.ll
+12-12llvm/test/Analysis/ScopedNoAliasAA/basic2.ll
+12-12llvm/test/Analysis/ScopedNoAliasAA/basic-domains.ll
+10-10llvm/test/tools/llubi/metadata.ll
+9-9llvm/test/Analysis/DependenceAnalysis/AA.ll
+73-7344 files not shown
+197-19750 files

LLVM/project ec878ffllvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/lib/Transforms/Vectorize/SLPVectorizer SLPCompatibilityAnalysis.h SLPCompatibilityAnalysis.cpp

[SLP]Recognize interchangeable cmp predicates with boundary constants

Treat boundary comparisons canonicalized to eq/ne (e.g. x <u 1 became
x == 0) as interchangeable with the rest of the bundle by adjusting
the compared constant, emitting a single vector compare.

Fixes #190505

Reviewers: RKSimon, bababuck

Pull Request: https://github.com/llvm/llvm-project/pull/218237
DeltaFile
+186-0llvm/lib/Transforms/Vectorize/SLPVectorizer/SLPCompatibilityAnalysis.cpp
+24-54llvm/test/Transforms/SLPVectorizer/X86/interchangeable-cmp-predicates.ll
+51-4llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+53-0llvm/lib/Transforms/Vectorize/SLPVectorizer/SLPCompatibilityAnalysis.h
+314-584 files

FreeBSD/ports cd5f6e1net/rustconn pkg-plist Makefile

net/rustconn: Update to 0.21.1

ChangeLog:

- https://github.com/totoshko88/RustConn/releases/tag/v0.20.10
- https://github.com/totoshko88/RustConn/releases/tag/v0.21.0
- https://github.com/totoshko88/RustConn/releases/tag/v0.21.1

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+31-109net/rustconn/distinfo
+14-53net/rustconn/Makefile.crates
+1-1net/rustconn/pkg-plist
+1-1net/rustconn/Makefile
+47-1644 files

LLVM/project e3c18f1llvm/lib/Transforms/InstCombine InstCombineCasts.cpp, llvm/test/Transforms/InstCombine trunc.ll

[InstCombine] Preserve no-wrap flags in trunc (shl X, C) fold. (#219443)

Preserve flags when folding trunc (shl X, C) into shl (trunc X), C. If
both ops have NUW/NSW, they can be carried over to the new shl/trunc.

No major changes on llvm-opt-benchmark-nightly besides a number of
preserved flags and a few minor fold changes:
https://github.com/dtcxzyw/llvm-opt-benchmark-nightly/pull/1083

Alive2 Proof: https://alive2.llvm.org/ce/z/EYivzg

PR: https://github.com/llvm/llvm-project/pull/219443
DeltaFile
+91-0llvm/test/Transforms/InstCombine/trunc.ll
+14-3llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
+105-32 files

FreeBSD/ports ad35b7dgraphics/py-mcomix distinfo Makefile

graphics/py-mcomix: Update to 3.2.0

Add PDF option.

Changelog:
https://sourceforge.net/p/mcomix/news/2026/08/changelog---mcomix-320/

PR:             297984
Approved by:    Stefan Ehmann <shoesoft at gmx.net> (maintainer)
Approved by:    osa (mentor)
DeltaFile
+3-3graphics/py-mcomix/distinfo
+3-3graphics/py-mcomix/Makefile
+6-62 files

FreeBSD/ports 2acceacgraphics/gpxsee Makefile pkg-plist

graphics/gpxsee: Update to 16.14

Changelog: https://github.com/tumic0/GPXSee/releases/tag/16.14

PR:             298015
Approved by:    osa (mentor)
DeltaFile
+0-6graphics/gpxsee/pkg-plist
+3-3graphics/gpxsee/distinfo
+1-1graphics/gpxsee/Makefile
+4-103 files

FreeBSD/ports a00283ex11-fm/filerunner pkg-descr Makefile, x11-fm/filerunner/files pkg-message.in patch-Makefiles_INSTALL

x11-fm/filerunner: Take maintainership.

Add NO_ARCH=yes and pkg-message.
Use Makefiles/INSTALL.

PR:             291013
Approved by:    osa (mentor)
DeltaFile
+17-381x11-fm/filerunner/pkg-plist
+17-10x11-fm/filerunner/Makefile
+20-0x11-fm/filerunner/files/patch-Makefiles_INSTALL
+9-0x11-fm/filerunner/files/pkg-message.in
+3-1x11-fm/filerunner/pkg-descr
+66-3925 files

FreeBSD/ports bbe0b14net-im/openfire Makefile distinfo

net-im/openfire: Update 5.1.1 => 5.1.2

Changelog:
https://download.igniterealtime.org/openfire/docs/5.1.2/changelog.html

PR:             298043
Sponsored by:   UNIS Labs
DeltaFile
+33-33net-im/openfire/pkg-plist
+5-5net-im/openfire/distinfo
+1-1net-im/openfire/Makefile
+39-393 files

FreeBSD/ports 41177afmisc/far2l distinfo Makefile, misc/far2l/files patch-multiarc_src_formats_7z_C_CpuArch.h patch-arclite_src_7z_h_C_CpuArch.h

misc/far2l: update Far2L to version 2.9.0 (sooner not later)

- New experimental SDL GUI backend and various color themes
- AWS support using built-in custom S3 implementation based
  on libneon (no need for `devel/aws-sdk-cpp' port anymore)
- New plugins and FISH+ protocol support in NetRocks plugin
- CpuArch.h patches no longer apply (paths had changed), so
  convert them to sed(1) calls instead and amend CATEGORIES

Reported by:    portscout
DeltaFile
+68-2misc/far2l/pkg-plist
+17-12misc/far2l/Makefile
+0-10misc/far2l/files/patch-multiarc_src_formats_7z_C_CpuArch.h
+0-10misc/far2l/files/patch-arclite_src_7z_h_C_CpuArch.h
+3-3misc/far2l/distinfo
+88-375 files

LLVM/project f5fd158clang-tools-extra CMakeLists.txt, clang-tools-extra/clangd CMakeLists.txt

[clang-tools-extra] Add separate CLANG_TOOLS_EXTRA_INCLUDE_TESTS option (#215761)

clang-tools-extra tests depend on the llvm-bcanalyzer CMake target,
which exists in LLVM's CMake project but is not visible when Clang is
built separately from LLVM. This causes CMake errors when
CLANG_INCLUDE_TESTS is ON but the LLVM tools are not available.

This patch introduces CLANG_TOOLS_EXTRA_INCLUDE_TESTS as a separate
CMake option to control clang-tools-extra tests independently, allowing
users to build Clang with tests enabled (CLANG_INCLUDE_TESTS=ON) while
disabling clang-tools-extra tests (CLANG_TOOLS_EXTRA_INCLUDE_TESTS=OFF)
when building Clang separately from LLVM.

For backwards compatibility, CLANG_INCLUDE_TESTS=OFF continues
to turn off clang-tools-extra tests as well.
DeltaFile
+4-2clang-tools-extra/CMakeLists.txt
+1-1clang-tools-extra/include-cleaner/CMakeLists.txt
+1-1clang-tools-extra/clangd/CMakeLists.txt
+6-43 files

FreeBSD/src 70ca3c6share/man/man4 vge.4

vge.4: Canonicalize SYNOPSIS + Nit Nd quotes

MFC after:      3 days
DeltaFile
+14-13share/man/man4/vge.4
+14-131 files

NetBSD/pkgsrc 5kNXRKydoc CHANGES-2026

   doc: Updated sysutils/netbsd_exporter to 0.9.4nb1
VersionDeltaFile
1.5643+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IBYxyA3sysutils/netbsd_exporter Makefile distinfo, sysutils/netbsd_exporter/patches patch-Makefile

   netbsd_exporter: honor CFLAGS and LDFLAGS.

   Bump PKGREVISION.
VersionDeltaFile
1.3+15-5sysutils/netbsd_exporter/patches/patch-Makefile
1.3+2-2sysutils/netbsd_exporter/distinfo
1.4+2-1sysutils/netbsd_exporter/Makefile
+19-83 files

FreeBSD/ports 4e55266multimedia/smpeg Makefile

multimedia/smpeg: remove unnecessary gtk dependency

- Bump PORTREVISION
- Other minor modifications

Reported by:    dizzy
DeltaFile
+2-4multimedia/smpeg/Makefile
+2-41 files