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

FreeBSD/ports 95f2a57graphics/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
DeltaFile
+0-83graphics/mesa-devel/files/patch-suffix
+6-8graphics/mesa-devel/Makefile
+3-3graphics/mesa-devel/distinfo
+9-943 files

FreeBSD/ports 28f5de3games/veloren-weekly distinfo Makefile

games/veloren-weekly: update to s20260708

Changes:        https://gitlab.com/veloren/veloren/-/compare/23d4caa9b8...ad45ea3a91
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports 4105a17x11-toolkits Makefile, x11-toolkits/scenefx05 Makefile pkg-plist

x11-toolkits/scenefx05: add new port

Changes:        https://github.com/wlrfx/scenefx/releases/tag/0.5
Reported by:    GitHub (watch releases)
DeltaFile
+40-0x11-toolkits/scenefx05/Makefile
+9-0x11-toolkits/scenefx05/pkg-plist
+9-0x11-toolkits/scenefx05/pkg-descr
+3-0x11-toolkits/scenefx05/distinfo
+1-0x11-toolkits/Makefile
+62-05 files

FreeBSD/ports 00cf69fx11-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)
DeltaFile
+3-3x11-toolkits/wlroots020/distinfo
+1-1x11-toolkits/wlroots020/Makefile
+4-42 files

FreeBSD/ports 65c5ad2multimedia/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)
DeltaFile
+3-3multimedia/libva/distinfo
+1-1multimedia/libva/Makefile
+4-42 files

FreeBSD/ports 730b1bfbenchmarks/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)
DeltaFile
+3-3benchmarks/clpeak/distinfo
+1-4benchmarks/clpeak/Makefile
+4-72 files

FreeBSD/ports 93c2be7x11-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)
DeltaFile
+3-3x11-wm/wlmaker/distinfo
+1-1x11-wm/wlmaker/Makefile
+4-42 files

FreeBSD/ports fda9d9dnet/pacemaker2 pkg-plist Makefile

net/pacemaker2: Update 2.1.7 => 2.1.11

Changelog:
https://github.com/ClusterLabs/pacemaker/blob/Pacemaker-2.1.11/ChangeLog

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit e668404cefb74f5860c8855537dd67730df2bcc2)
DeltaFile
+175-50net/pacemaker2/pkg-plist
+3-4net/pacemaker2/Makefile
+3-3net/pacemaker2/distinfo
+0-1net/pacemaker2/Makefile.common
+181-584 files