FreeBSD/ports 728220fmath/octave-forge-datatypes distinfo Makefile

math/octave-forge-datatypes: Update to 1.2.6.
DeltaFile
+3-3math/octave-forge-datatypes/distinfo
+1-1math/octave-forge-datatypes/Makefile
+4-42 files

LLVM/project 2592df6llvm/lib/Target/AMDGPU SIFoldOperands.cpp

[NFCI][AMDGPU] Change foldOperand to return changed (#208352)
DeltaFile
+29-24llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
+29-241 files

LLVM/project 2df2a51clang/test/CodeGen/RISCV rvp-intrinsics.c, cross-project-tests/intrinsic-header-tests riscv_packed_simd.c

[RISCV][P-ext] Support Packed Saturating Absolute Value. (#207978)
DeltaFile
+84-0clang/test/CodeGen/RISCV/rvp-intrinsics.c
+23-7llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+29-0llvm/test/CodeGen/RISCV/rvp-simd-64.ll
+19-0llvm/test/CodeGen/RISCV/rvp-simd-32.ll
+18-0llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+18-0cross-project-tests/intrinsic-header-tests/riscv_packed_simd.c
+191-74 files not shown
+232-810 files

NetBSD/src Xe3vv8Ftests/kernel t_signal_and_fpu.c Makefile, tests/kernel/arch/x86 sig_fpu.c sig_fpu.h

   Verify signal delivery preserves various FPU state.

   Should also test AVX512 but I'm not sure I have hardware handy to do
   this right now and qemu doesn't emulate it, as far as I know!  TBD.
   (Plus: there's umpteen different cpuid feature bits to consider,
   annoyingly, and that means a lot of manual reading to sort through
   them.)

   PR kern/60426: Signal handler corrupts AVX (YMM) registers
VersionDeltaFile
1.1+556-0tests/kernel/arch/x86/sig_fpu.c
1.1+405-0tests/kernel/t_signal_and_fpu.c
1.1+49-0tests/kernel/arch/x86/sig_fpu.h
1.98+17-1tests/kernel/Makefile
+1,027-14 files

LLVM/project fc68a8bllvm/include/llvm/IR Instructions.h

Fix Typo
DeltaFile
+1-1llvm/include/llvm/IR/Instructions.h
+1-11 files

Illumos/gate 861094cusr/src/test/header-tests/tests/common cxx_symbols_test.c c_symbols_test.c

18192 header-tests programs could be improved
Reviewed by: Toomas Soome <tsoome at me.com>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+0-1,210usr/src/test/header-tests/tests/common/cxx_symbols_test.c
+0-1,059usr/src/test/header-tests/tests/common/c_symbols_test.c
+952-0usr/src/test/header-tests/tests/common/symbol_test.py
+0-356usr/src/test/header-tests/tests/common/hdr_test_common.c
+163-0usr/src/test/header-tests/tests/common/test_gen_probe.py
+114-0usr/src/test/header-tests/tests/common/test_parse_env_cfg.py
+1,229-2,62510 files not shown
+1,469-2,82816 files

Illumos/gate 1072464usr/src/test/header-tests/cfg/cxx-symbols cmath_h.cfg cwchar_h.cfg, usr/src/test/header-tests/tests/common cxx_symbols_test.c README.md

18111 Want C++ header tests
Reviewed by: Robert Mustacchi <rm at fingolfin.org>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+1,210-0usr/src/test/header-tests/tests/common/cxx_symbols_test.c
+390-0usr/src/test/header-tests/cfg/cxx-symbols/cmath_h.cfg
+280-0usr/src/test/header-tests/cfg/cxx-symbols/cwchar_h.cfg
+232-0usr/src/test/header-tests/cfg/cxx-symbols/cstdio_h.cfg
+229-0usr/src/test/header-tests/cfg/cxx-symbols/cstdlib_h.cfg
+170-0usr/src/test/header-tests/tests/common/README.md
+2,511-013 files not shown
+3,062-1619 files

Illumos/gate ed7f952usr/src/test/header-tests/cfg/c-symbols sys_atomic_h.cfg wctype_h.cfg, usr/src/test/header-tests/tests/common c_symbols_test.c hdr_test_common.c

18166 Create header-tests package
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Reviewed by: Robert Mustacchi <rm at fingolfin.org>
Approved by: Dan McDonald <danmcd at edgecast.io>
DeltaFile
+1,059-0usr/src/test/header-tests/tests/common/c_symbols_test.c
+0-1,054usr/src/test/libc-tests/tests/symbols/symbols_test.c
+0-569usr/src/test/libc-tests/cfg/symbols/sys_atomic_h.cfg
+569-0usr/src/test/header-tests/cfg/c-symbols/sys_atomic_h.cfg
+356-0usr/src/test/header-tests/tests/common/hdr_test_common.c
+193-0usr/src/test/header-tests/cfg/c-symbols/wctype_h.cfg
+2,177-1,62380 files not shown
+4,934-4,08086 files

LLVM/project 18c5820clang/test/Analysis/Scalable/OperatorNewDelete operator-new-delete.cpp

fix test for windows
DeltaFile
+3-3clang/test/Analysis/Scalable/OperatorNewDelete/operator-new-delete.cpp
+3-31 files

LLVM/project 76028e1llvm/lib/Target/RISCV RISCVFoldMemOffset.cpp

[RISCV] Fix RISCVFoldMemOffset to report when it makes changes (#208149)

runOnMachineFunction initialized MadeChange to false and returned it,
but never set it to true even though the fold path rewrites memory
offsets, replaces registers, and erases the ADDI. As a result the pass
always reported that it made no changes, so the pass manager could keep
stale analyses valid after the function had actually been modified.

Set MadeChange to true after folding an ADDI.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
DeltaFile
+1-0llvm/lib/Target/RISCV/RISCVFoldMemOffset.cpp
+1-01 files

LLVM/project 57e7ceellvm/include/llvm/IR IRBuilder.h, llvm/lib/CodeGen ReplaceWithVeclib.cpp

[IRBuilder] Add FMFSource overloads for CreateCall (#208171)

CreateCall had no way to set fast-math-flags at creation time, so
callers had to build the call and copy the flags in a second step:

  CallInst *C = B.CreateCall(Fn, Args);
  C->copyFastMathFlags(Src);

Add FMFSource overloads (mirroring CreateIntrinsic) so the flags can be
copied from a source instruction or FastMathFlags in one call:

  CallInst *C = B.CreateCall(Fn, Args, /*FMFSource=*/Src);

The FMFSource parameter has no default, so existing CreateCall callers
are unaffected and overload resolution stays unambiguous.

Assisted-by: Opus 4.8
DeltaFile
+34-0llvm/include/llvm/IR/IRBuilder.h
+20-0llvm/unittests/IR/IRBuilderTest.cpp
+4-4llvm/lib/CodeGen/ReplaceWithVeclib.cpp
+2-4llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
+1-1llvm/unittests/Analysis/ValueTrackingTest.cpp
+61-95 files

LLVM/project 533470ellvm/lib/Transforms/ObjCARC ObjCARCOpts.cpp, llvm/test/Transforms/ObjCARC test_autorelease_pool.ll

[ObjCARC] Improve empty autorelease pool elimination in OptimizeAutoreleasePools (#200310)

Verify push/pop pairing before popping the stack, clear the pool stack
on mismatch, and erase the push before the pop for consistency.
DeltaFile
+41-26llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
+33-0llvm/test/Transforms/ObjCARC/test_autorelease_pool.ll
+74-262 files

LLVM/project 1b7d8b0llvm/docs LangRef.rst, llvm/include/llvm/IR Instructions.h

Update doc
DeltaFile
+11-4llvm/lib/IR/Instructions.cpp
+6-6llvm/unittests/IR/VerifierTest.cpp
+4-6llvm/docs/LangRef.rst
+6-3llvm/include/llvm/IR/Instructions.h
+2-1llvm/lib/AsmParser/LLParser.cpp
+2-1llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+31-216 files

OpenBSD/src mchKGDwusr.bin/ssh ssh.1

   delete list of ssh_config(5) options under documentation of -o and
   instead just direct readers to the actual ssh_config(5) manpage.

   ok deraadt@
VersionDeltaFile
1.450+4-107usr.bin/ssh/ssh.1
+4-1071 files

LLVM/project 232f98elibc/shared builtins.h, libc/shared/builtins divsf3.h

[libc] add shared divsf3 builtin (#205679)

Re-exposes LLVM-libc's `__divsf3` as `shared::divsf3` for reuse by
compiler-rt's builtins.

Stacked change - merge these first:
- #200094
- #205669
- #205670
- #205671
- #205672
- #205673
- #205674
- #205675
- #205676
- #205677
- #205678

Part of #197824
DeltaFile
+32-0libc/src/__support/builtins/divsf3.h
+29-0libc/shared/builtins/divsf3.h
+9-0libc/src/__support/builtins/CMakeLists.txt
+1-0libc/test/shared/shared_builtins_test.cpp
+1-0libc/shared/builtins.h
+1-0libc/test/shared/CMakeLists.txt
+73-06 files

OpenBSD/src CnoleIRusr.bin/ssh myproposal.h

   enable the ssh-mldsa44-ed25519 at openssh.com signature scheme (and its
   corresponding certificate form) in the lowest-priority position.

   "what took you so long" deraadt@
VersionDeltaFile
1.79+6-3usr.bin/ssh/myproposal.h
+6-31 files

FreeBSD/ports ce20abbgraphics/blender-doc distinfo Makefile

graphics/blender-doc: Update 5.0 => 5.1

Online manual:
https://docs.blender.org/manual/en/5.1/

Sponsored by:   UNIS Labs
DeltaFile
+5-5graphics/blender-doc/distinfo
+2-2graphics/blender-doc/Makefile
+7-72 files

LLVM/project 060f128llvm/lib/TargetParser Host.cpp

[RISCV] Map spacemit uarch strings to CPU names in host detection (#207636)

-mcpu/-mtune=native first tries hwprobe;
when that yields no usable CPU model it falls back to the
cpuinfo uarch line. Add spacemit,x60/x100/a100 there.
DeltaFile
+3-0llvm/lib/TargetParser/Host.cpp
+3-01 files

FreeBSD/ports 7eab086audio/py-soxr Makefile distinfo, audio/py-soxr/files patch-pyproject.toml

audio/py-soxr: update 1.0.0 → 1.1.0
DeltaFile
+10-0audio/py-soxr/files/patch-pyproject.toml
+4-3audio/py-soxr/Makefile
+3-3audio/py-soxr/distinfo
+17-63 files

FreeBSD/ports 81c2453misc/py-onnxruntime Makefile

misc/py-onnxruntime: Add USE_PYTHON=pep517
DeltaFile
+1-0misc/py-onnxruntime/Makefile
+1-01 files

FreeBSD/ports 5906d9fgraphics/blend2d pkg-plist Makefile, graphics/blend2d/files patch-CMakeLists.txt

graphics/blend2d: update g20200108 → g20260703
DeltaFile
+40-28graphics/blend2d/pkg-plist
+0-11graphics/blend2d/files/patch-CMakeLists.txt
+3-7graphics/blend2d/Makefile
+3-3graphics/blend2d/distinfo
+46-494 files

FreeBSD/ports aa43387graphics/py-easyocr Makefile

graphics/py-easyocr: replace opencv devendency with opencv-python-headless
DeltaFile
+2-2graphics/py-easyocr/Makefile
+2-21 files

FreeBSD/ports e9e40e4net/activemq distinfo Makefile

net/activemq: Update 6.2.6 => 6.2.7

Release Notes:
https://activemq.apache.org/components/classic/download/classic-06-02-07

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit e4cd2e6a8f0af771ffe969fd58c8354da79d4a84)
DeltaFile
+3-3net/activemq/distinfo
+1-1net/activemq/Makefile
+4-42 files

FreeBSD/ports e4cd2e6net/activemq distinfo Makefile

net/activemq: Update 6.2.6 => 6.2.7

Release Notes:
https://activemq.apache.org/components/classic/download/classic-06-02-07

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3net/activemq/distinfo
+1-1net/activemq/Makefile
+4-42 files

FreeBSD/ports 9689791graphics/mesa-devel Makefile distinfo, graphics/mesa-devel/files patch-suffix

graphics/mesa-devel: update to 26.1.b.4644

Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/68468b6d1b9...712ebaa4b1a
(cherry picked from commit 95f2a571694982eb82de3f2692337f72d9e40bdc)
DeltaFile
+0-83graphics/mesa-devel/files/patch-suffix
+6-8graphics/mesa-devel/Makefile
+3-3graphics/mesa-devel/distinfo
+9-943 files

FreeBSD/ports e64765fgames/veloren-weekly distinfo Makefile

games/veloren-weekly: update to s20260708

Changes:        https://gitlab.com/veloren/veloren/-/compare/23d4caa9b8...ad45ea3a91
(cherry picked from commit 28f5de3016796a872bb18aec5f13402b9b6d312b)
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports d7a84a0multimedia/libva distinfo Makefile

multimedia/libva: update to 2.24.1

Changes:        https://github.com/intel/libva/releases/tag/2.24.1
Reported by:    GitHub (watch releases)

(cherry picked from commit 65c5ad2fde9429e774bb203e1b2fdc04f44b64e0)
DeltaFile
+3-3multimedia/libva/distinfo
+1-1multimedia/libva/Makefile
+4-42 files

FreeBSD/ports 74f2aebx11-toolkits/wlroots020 distinfo Makefile

x11-toolkits/wlroots020: update to 0.20.2

Changes:        https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.20.2
Reported by:    GitLab (notify releases)

(cherry picked from commit 00cf69fed09fcd0f7a7d0b63f376c392b0bfdfc8)
DeltaFile
+3-3x11-toolkits/wlroots020/distinfo
+1-1x11-toolkits/wlroots020/Makefile
+4-42 files

FreeBSD/ports 63935a4x11-wm/wlmaker distinfo Makefile

x11-wm/wlmaker: update to 0.8.1

Changes:        https://github.com/phkaeser/wlmaker/releases/tag/v0.8.1
Reported by:    GitHub (watch releases)

(cherry picked from commit 93c2be7bf260a0922e5d2309c27995463fb9b874)
DeltaFile
+3-3x11-wm/wlmaker/distinfo
+1-1x11-wm/wlmaker/Makefile
+4-42 files

FreeBSD/ports f8ddde6benchmarks/clpeak distinfo Makefile

benchmarks/clpeak: update to 2.0.17

Changes:        https://github.com/krrishnarraj/clpeak/releases/tag/2.0.15
Changes:        https://github.com/krrishnarraj/clpeak/releases/tag/2.0.16
Changes:        https://github.com/krrishnarraj/clpeak/releases/tag/2.0.17
Reported by:    GitHub (watch releases)

(cherry picked from commit 730b1bf23264c3798f53b4a8a6c15876c5befb89)
DeltaFile
+3-3benchmarks/clpeak/distinfo
+1-4benchmarks/clpeak/Makefile
+4-72 files