LLVM/project e46c5a8llvm/test/CodeGen/AArch64 arm64-stur.ll

[AArch64] Regenerate arm64-stur.ll. NFC (#190317)
DeltaFile
+43-24llvm/test/CodeGen/AArch64/arm64-stur.ll
+43-241 files

FreeBSD/ports b210045sysutils/mdfried distinfo Makefile

sysutils/mdfried: Update to 0.18.3

Reported by:    Benjamin Grosse <notifications at github.com>
DeltaFile
+5-5sysutils/mdfried/distinfo
+2-2sysutils/mdfried/Makefile
+1-1sysutils/mdfried/Makefile.crates
+8-83 files

FreeBSD/ports 4ef409bdatabases/mongodb-tools distinfo Makefile

databases/mongodb-tools: 100.16.0

Changelog:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100160
DeltaFile
+3-3databases/mongodb-tools/distinfo
+1-1databases/mongodb-tools/Makefile
+4-42 files

LLVM/project f91124alldb/include/lldb/Core ModuleList.h Module.h, lldb/source/Commands CommandObjectTarget.cpp

[lldb][Module] Only call LoadScriptingResourceInTarget via ModuleList (#190136)

This patch is motivated by
https://github.com/llvm/llvm-project/pull/189943, where we would like to
print the "these module scripts weren't loaded" warning for *all*
modules batched together. I.e., we want to print the warning *after* all
the script loading attempts, not from within each attempt.

To do so we want to hoist the `ReportWarning` calls in
`Module::LoadScriptingResourceInTarget` out into the callsites. But if
we do that, the callers have to remember to print the warnings. To avoid
this, we redirect all callsites to use
`ModuleList::LoadScriptingResourceInTarget`, which will be responsible
for printing the warnings.

To avoid future accidental uses of
`Module::LoadScriptingResourceInTarget` I moved the API into
`ModuleList` and made it `private`.
DeltaFile
+0-87lldb/source/Core/Module.cpp
+84-1lldb/source/Core/ModuleList.cpp
+5-14lldb/source/Target/Target.cpp
+4-10lldb/source/Commands/CommandObjectTarget.cpp
+5-0lldb/include/lldb/Core/ModuleList.h
+0-2lldb/include/lldb/Core/Module.h
+98-1146 files

NetBSD/pkgsrc-wip e073709. Makefile, labwc-tweaks PLIST Makefile

Import labwc-tweaks
DeltaFile
+44-0labwc-tweaks/PLIST
+24-0labwc-tweaks/Makefile
+5-0labwc-tweaks/distinfo
+2-0labwc-tweaks/DESCR
+1-0Makefile
+76-05 files

FreeBSD/ports 2abf6b3. MOVED, security Makefile

security/py-shodan: Revert "security/py-shodan: New port: Python library and command-line utility for Shodan"

This reverts commit 98f2446834b21a4f645c889016ac5f08fe68f899.

Reported by:    Antoine Brodin <antoine at freebsd.org>
DeltaFile
+0-27security/py-shodan/Makefile
+0-4security/py-shodan/pkg-descr
+0-3security/py-shodan/distinfo
+1-0MOVED
+0-1security/Makefile
+1-355 files

FreeBSD/ports f803512devel/py-types-python-dateutil Makefile distinfo, devel/py-types-python-dateutil/files patch-pyproject.toml

devel/py-types-python-dateutil: update 2.9.0.20260323 → 2.9.0.20260402
DeltaFile
+18-6devel/py-types-python-dateutil/files/patch-pyproject.toml
+5-2devel/py-types-python-dateutil/Makefile
+3-3devel/py-types-python-dateutil/distinfo
+26-113 files

FreeBSD/src 8ef0093lib/libsysdecode netlink.c Makefile, usr.bin/truss syscalls.c

truss: add support for decoding Netlink messages

Netlink usage is growing in FreeBSD. This patch adds support to
`truss(1)` to decode Netlink headers in sendmsg/recvmsg calls, making
debugging network configuration tools significantly easier.

Changes:

libsysdecode: Add `sysdecode_netlink()` to parse struct `nlmsghdr`.
truss: Detect `AF_NETLINK` sockets and decode the message payload.

Reviewed by:    kp
Signed-off-by:  Ishan Agrawal <iagrawal9990 at gmail.com>
Github PR:      https://github.com/freebsd/freebsd-src/pull/1950
DeltaFile
+94-0lib/libsysdecode/netlink.c
+66-1usr.bin/truss/syscalls.c
+1-1lib/libsysdecode/Makefile
+1-0lib/libsysdecode/sysdecode.h
+162-24 files

LLVM/project 8db1f64mlir/include/mlir/Reducer Tester.h, mlir/lib/Reducer OptReductionPass.cpp Tester.cpp

[mlir][reducer] Remove the restriction that OptReductionPass must be a ModuleOp (#189038)

This PR aims to make the pass more generic by removing the ModuleOp
restriction. This PR reimplements the logic using a standalone
PassManager. Additionally, the isInteresting method has been updated to
accept Operation* for better flexibility. Finally, a dedicated test
directory has been added to improve the organization of OptReductionPass
tests.
DeltaFile
+15-18mlir/lib/Reducer/OptReductionPass.cpp
+17-0mlir/test/mlir-reduce/opt-reduction/dce-test.mlir
+0-17mlir/test/mlir-reduce/dce-test.mlir
+16-0mlir/test/mlir-reduce/opt-reduction/cse-test.mlir
+3-3mlir/lib/Reducer/Tester.cpp
+1-1mlir/include/mlir/Reducer/Tester.h
+52-392 files not shown
+53-428 files

OpenBSD/ports ZfbPqZssecurity/keepassxc distinfo Makefile, security/keepassxc/pkg PLIST

   Update keepassxc to 2.7.12
VersionDeltaFile
1.38+2-2security/keepassxc/distinfo
1.67+1-1security/keepassxc/Makefile
1.29+1-0security/keepassxc/pkg/PLIST
+4-33 files

NetBSD/pkgsrc-wip 5935eeatangled-git distinfo go-modules.mk

tangled-git: update go modules
DeltaFile
+306-258tangled-git/distinfo
+102-86tangled-git/go-modules.mk
+408-3442 files

LLVM/project 5347990clang/include/clang/CIR MissingFeatures.h, clang/include/clang/CIR/Dialect/IR CIROps.td

[CIR] Remove OpenCLKernel enum and updated the ordering to match llvm::CallingConv
DeltaFile
+8-8clang/include/clang/CIR/Dialect/IR/CIROps.td
+0-4clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+0-1clang/include/clang/CIR/MissingFeatures.h
+8-133 files

LLVM/project df48719llvm/lib/Target/AMDGPU AMDGPULowerKernelArguments.cpp, llvm/test/CodeGen/AMDGPU lower-kernel-arguments-noalias-call-no-ptr-args.ll

[AMDGPU] Add !noalias metadata to mem-accessing calls w/o pointer args (#188949)

addAliasScopeMetadata in AMDGPULowerKernelArguments skips instructions
with empty PtrArgs, including memory-accessing calls that have no
pointer arguments (e.g. builtins like threadIdx()). Because these calls
never receive !noalias metadata, ScopedNoAliasAA cannot prove they don't
alias noalias kernel arguments. MemorySSA then conservatively reports
them as clobbers, which prevents AMDGPUAnnotateUniformValues from
marking loads as noclobber, blocking scalarization (s_load) and forcing
expensive vector loads (global_load) instead.

Fix by adding all noalias kernel argument scopes to !noalias metadata
for memory-accessing instructions with no pointer arguments. Since such
instructions cannot access memory through any kernel pointer argument,
all noalias scopes are safe to apply.

This fixes a performance regression in rocFFT introduced by bd9668df0f00
("[AMDGPU] Propagate alias information in AMDGPULowerKernelArguments").

Assisted-by: Claude Opus
DeltaFile
+133-0llvm/test/CodeGen/AMDGPU/lower-kernel-arguments-noalias-call-no-ptr-args.ll
+51-39llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
+184-392 files

NetBSD/pkgsrc SKI5f60print/texlive Makefile.common

   texlive: add another master site
VersionDeltaFile
1.12+2-1print/texlive/Makefile.common
+2-11 files

LLVM/project e09d1e3llvm/lib/Transforms/Vectorize VPlanTransforms.cpp

[VPlan] Use not_equal_to to improve code (NFC) (#190262)
DeltaFile
+1-1llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+1-11 files

NetBSD/src YDzMoszsys/arch/arm/cortex gicv3.c

   Revert the recent GIC change. It's not stable.
VersionDeltaFile
1.58+44-25sys/arch/arm/cortex/gicv3.c
+44-251 files

NetBSD/src l8QwICIsys/arch/arm/pic pic.c pic_splfuncs.c

   Revert recent PIC changes - they're not stable.
VersionDeltaFile
1.87+19-44sys/arch/arm/pic/pic.c
1.29+8-12sys/arch/arm/pic/pic_splfuncs.c
1.40+6-6sys/arch/arm/pic/picvar.h
+33-623 files

NetBSD/pkgsrc sf8EALsdoc CHANGES-2026

   tex package updates
VersionDeltaFile
1.2080+20-1doc/CHANGES-2026
+20-11 files

NetBSD/pkgsrc k5Tr7bDprint/tex-plain distinfo Makefile

   tex-plain: update to 3.1415926535

   changes unknown
VersionDeltaFile
1.17+4-4print/tex-plain/distinfo
1.20+2-2print/tex-plain/Makefile
+6-62 files

LLVM/project a1b303eclang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp

unreachable on RDC compilation
DeltaFile
+2-1clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
+2-11 files

NetBSD/pkgsrc mcJOeVWprint/tex-pdftex Makefile distinfo, print/tex-pdftex-doc PLIST Makefile

   tex-pdftex{,-doc}: update to 2026

   lots of documentation updates
VersionDeltaFile
1.11+158-7print/tex-pdftex-doc/PLIST
1.30+5-4print/tex-pdftex-doc/Makefile
1.32+5-4print/tex-pdftex/Makefile
1.24+3-3print/tex-pdftex/distinfo
1.22+3-3print/tex-pdftex-doc/distinfo
+174-215 files

LLVM/project 24bcb78clang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp

fix undefined void ty
DeltaFile
+1-0clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
+1-01 files

LLVM/project f3e629bclang/lib/CIR/Dialect/Transforms LoweringPrepare.cpp, clang/test/CIR/CodeGenCUDA device-stub.cu

[CIR][CUDA] Handle CUDA module constructor and destructor emission.
DeltaFile
+122-2clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
+41-0clang/test/CIR/CodeGenCUDA/device-stub.cu
+163-22 files

NetBSD/pkgsrc 0S4IHDXprint/tex-luatex Makefile distinfo, print/tex-luatex-doc Makefile distinfo

   tex-luatex{,-doc}: update to 1.24.0

   changes unknown
VersionDeltaFile
1.31+9-6print/tex-luatex/Makefile
1.25+3-3print/tex-luatex-doc/Makefile
1.26+3-3print/tex-luatex-doc/distinfo
1.30+3-3print/tex-luatex/distinfo
1.11+3-1print/tex-luatex-doc/PLIST
+21-165 files

OpenBSD/ports vCR0kfqsysutils/exoscale-cli distinfo Makefile

   Update to exoscale-cli-1.94.0.
VersionDeltaFile
1.145+2-2sysutils/exoscale-cli/distinfo
1.148+1-1sysutils/exoscale-cli/Makefile
+3-32 files

NetBSD/pkgsrc rMXiMxjprint/tex-latex-bin Makefile distinfo, print/tex-latex-bin-doc distinfo Makefile

   tex-latex-bin{,-doc}: update to 2026

   changes unknown
VersionDeltaFile
1.19+18-3print/tex-latex-bin/Makefile
1.12+4-4print/tex-latex-bin-doc/distinfo
1.13+4-4print/tex-latex-bin/distinfo
1.11+3-3print/tex-latex-bin-doc/Makefile
+29-144 files

LLVM/project a52a504clang-tools-extra/clang-doc Representation.h

[clang-doc] Prepare Info types for Arena allocation (#190046)

To allocate Info structures directly in an Arena, they cannot have
members with nontrivial destructors, or we will leak memory. Before we
migrate them, we can replace growable vector types with intrusive lists.

This introduces some slight overhead as these types now have new pointer
members for use in ilists in later patches.

| Metric | Baseline | Prev | This | Culm% | Seq% |
| :--- | :--- | :--- | :--- | :--- | :--- |
| Time | 920.5s | 1005.7s | 1010.5s | +9.8% | +0.5% |
| Memory | 86.0G | 42.1G | 42.9G | -50.2% | +1.8% |

| Benchmark | Baseline | Prev | This | Culm% | Seq% |
| :--- | :--- | :--- | :--- | :--- | :--- |
| BM_BitcodeReader_Scale/10 | 67.9us | 68.6us | 69.2us | +1.9% | +0.9% |
| BM_BitcodeReader_Scale/10000 | 70.5ms | 21.3ms | 21.9ms | -68.9% |
+2.8% |

    [32 lines not shown]
DeltaFile
+9-8clang-tools-extra/clang-doc/Representation.h
+9-81 files

LLVM/project bc40a11clang/include/clang/Basic DiagnosticSemaKinds.td, clang/test/CodeGenCUDA amdgpu-atomic-ops.cu atomic-ops.cu

warning default ignored, new group -Whip-deprecated-builtins
DeltaFile
+3-8clang/test/CodeGenCUDA/amdgpu-atomic-ops.cu
+2-2clang/test/SemaHIP/atomic-deprecated.hip
+2-2clang/test/CodeGenHIP/atomic-deprecated-fixit.hip
+3-0clang/include/clang/Basic/DiagnosticSemaKinds.td
+1-1clang/test/CodeGenCUDA/atomic-ops.cu
+1-1clang/test/SemaCUDA/atomic-ops.cu
+12-143 files not shown
+15-169 files

NetBSD/pkgsrc OG8FncZprint/tex-kpathsea distinfo Makefile, print/tex-kpathsea-doc distinfo Makefile

   tex-kpathsea{,-doc}: update to 2026

   changes unknown
VersionDeltaFile
1.29+5-5print/tex-kpathsea/distinfo
1.28+4-4print/tex-kpathsea-doc/distinfo
1.11+3-4print/tex-kpathsea/patches/patch-texmf-dist_web2c_fmtutil.cnf
1.29+3-3print/tex-kpathsea-doc/Makefile
1.30+3-3print/tex-kpathsea/Makefile
+18-195 files

HardenedBSD/ports 208996bfilesystems/mcp-server-filesystem pkg-plist Makefile, filesystems/mcp-server-filesystem/files package-lock.json

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+15,858-0www/mcp-server-browserbase/pkg-plist
+4,186-0www/mcp-server-browserbase/files/package-lock.json
+4,026-0filesystems/mcp-server-filesystem/pkg-plist
+1,607-0filesystems/mcp-server-filesystem/files/package-lock.json
+52-0www/mcp-server-browserbase/Makefile
+52-0filesystems/mcp-server-filesystem/Makefile
+25,781-028 files not shown
+26,019-1534 files