LLVM/project cd1ed45llvm/utils/gn/secondary/lldb/include/lldb/Host BUILD.gn

[gn] port 7e74c78ea342 (#196624)
DeltaFile
+1-0llvm/utils/gn/secondary/lldb/include/lldb/Host/BUILD.gn
+1-01 files

LLVM/project f6c2acbllvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp, llvm/test/MC/AMDGPU literals.s

[AMDGPU] Validate forced lit() immediate

Right now it takes validation path of an inline constant if fits
even though it is forced to literal encoding.
DeltaFile
+7-1llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+2-2llvm/test/MC/AMDGPU/literals.s
+9-32 files

LLVM/project 792610ellvm/utils/gn/secondary/clang/unittests/DependencyScanning BUILD.gn

[gn build] Port ebb9a79cd370 (#196622)
DeltaFile
+4-1llvm/utils/gn/secondary/clang/unittests/DependencyScanning/BUILD.gn
+4-11 files

LLVM/project e9a914allvm/utils/gn/secondary/llvm/unittests/Target/AMDGPU BUILD.gn

[gn build] Port e6efa1a4c9f6 (#196621)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/unittests/Target/AMDGPU/BUILD.gn
+1-01 files

LLVM/project c26716fllvm/utils/gn/secondary/llvm/lib/Transforms/IPO BUILD.gn

[gn build] Port c507e2024c9a (#196620)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
+1-01 files

LLVM/project 62efd9dllvm/utils/gn/secondary/lldb/source/Target BUILD.gn

[gn build] Port 3fe311f215d0 (#196619)
DeltaFile
+1-0llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn
+1-01 files

LLVM/project 1ab839dllvm/utils/gn/secondary/libcxx/include BUILD.gn

[gn] port 2e2d90b98661 (#196618)
DeltaFile
+1-0llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+1-01 files

LLVM/project b84f58ellvm/include/llvm/Transforms/Vectorize LoopVectorize.h, llvm/lib/Transforms/Vectorize LoopVectorize.cpp LoopVectorizationPlanner.cpp

[VPlan] Unify inner and outer loop paths (NFCI). (#192868)

Move combine the logic of tryToBuildVPlanWithVPRecipes and
tryToBuildVPlan, as well as planInVPlanNativePath and plan.

This unifies the code paths to construct plans for both inner and outer
loop vectorization, and removes some duplication. It also ensures we run
almost the same VPlan-transformations in both modes. Currently a few
code paths need to be guarded with a check if we are dealing with an
inner and outer loop.

PR: https://github.com/llvm/llvm-project/pull/192868
DeltaFile
+108-246llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+48-0llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.cpp
+15-27llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
+8-21llvm/lib/Transforms/Vectorize/VPlan.cpp
+6-3llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
+4-0llvm/lib/Transforms/Vectorize/VPlan.h
+189-2974 files not shown
+195-30010 files

LLVM/project c8408b3clang/test/CIR mlprint.c, clang/test/CIR/CodeGen delete-array-throwing-dtor.cpp

[cir] fix IR dump comments from #195198 (#196605)
DeltaFile
+2-2clang/test/CIR/mlprint.c
+2-2clang/test/CIR/CodeGen/delete-array-throwing-dtor.cpp
+1-1clang/test/CIR/Transforms/idiom-recognizer.cpp
+5-53 files

FreeBSD/ports dcfcb1b. MOVED, devel Makefile

devel/py-rednose: Remove expired port

2026-05-07 devel/py-rednose: Depends on unmaintained nosetests
DeltaFile
+0-24devel/py-rednose/Makefile
+0-3devel/py-rednose/distinfo
+0-2devel/py-rednose/pkg-descr
+0-1devel/Makefile
+1-0MOVED
+1-305 files

FreeBSD/ports e06bd56. MOVED, devel Makefile

devel/sd-mux-ctrl: Remove expired port

2026-05-07 devel/sd-mux-ctrl: Upstream project is unmaintained as the Tizen project is no longer active
DeltaFile
+0-35devel/sd-mux-ctrl/Makefile
+0-19devel/sd-mux-ctrl/files/patch-src_CMakeLists.txt
+0-5devel/sd-mux-ctrl/distinfo
+0-2devel/sd-mux-ctrl/pkg-descr
+0-1devel/Makefile
+1-0MOVED
+1-626 files

FreeNAS/freenas 4248d5asrc/middlewared/middlewared/migration 0015_update_profile.py

remove migration 0015 completely
DeltaFile
+0-16src/middlewared/middlewared/migration/0015_update_profile.py
+0-161 files

LLVM/project eefbaf0clang/lib/CIR/CodeGen CIRGenCoroutine.cpp CIRGenExprComplex.cpp, clang/test/CIR/CodeGen coro-task.cpp

[CIR] Implement CoawaitExpr for ComplexType (#194027)

Implement CoawaitExpr support for ComplexType

Issue https://github.com/llvm/llvm-project/issues/192331
DeltaFile
+59-0clang/test/CIR/CodeGen/coro-task.cpp
+16-4clang/lib/CIR/CodeGen/CIRGenCoroutine.cpp
+1-2clang/lib/CIR/CodeGen/CIRGenExprComplex.cpp
+76-63 files

LLVM/project 328ddd9lldb/bindings/interface SBTypeEnumMemberExtensions.i

[lldb] Remove `__iter/len__` from `SBTypeEnumMember` (#196610)

`SBTypeEnumMember` doesn't have a `GetSize` and
`GetTypeEnumMemberAtIndex`, so having `__iter__` and `__len__` doesn't
make sense. These are on `SBTypeEnumMemberList`. From the docstrings, it
looks like the extensions were copied from said type.
DeltaFile
+0-8lldb/bindings/interface/SBTypeEnumMemberExtensions.i
+0-81 files

LLVM/project 4b5d61d

Revert "[SLP] Vectorize struct-returning intrinsics"

This reverts commit b0c6df7b95b3c70d78c65a39598007f722794d38.
DeltaFile
+0-00 files

OpenBSD/ports iHIStgLnet/ipv6-toolkit/patches patch-tools_icmp6_c patch-tools_tcp6_c

   update ipv6toolkit to version 2.2
   switch upstream to github
VersionDeltaFile
1.4+11-220net/ipv6-toolkit/patches/patch-tools_icmp6_c
1.3+12-185net/ipv6-toolkit/patches/patch-tools_tcp6_c
1.3+13-112net/ipv6-toolkit/patches/patch-tools_ni6_c
1.3+12-87net/ipv6-toolkit/patches/patch-tools_ra6_c
1.3+12-67net/ipv6-toolkit/patches/patch-tools_ns6_c
1.3+12-67net/ipv6-toolkit/patches/patch-tools_na6_c
+72-73810 files not shown
+136-80316 files

OpenBSD/ports 4jPnrVsdevel/nspr/patches patch-nspr_pr_src_misc_prdtoa_c patch-nspr_pr_src_linking_prlink_c

   devel/nspr: update to 4.39
VersionDeltaFile
1.6+6-6devel/nspr/patches/patch-nspr_pr_src_misc_prdtoa_c
1.9+5-5devel/nspr/patches/patch-nspr_pr_src_linking_prlink_c
1.6+3-3devel/nspr/patches/patch-nspr_pr_src_misc_prinit_c
1.5+3-3devel/nspr/patches/patch-nspr_pr_include_md__openbsd_cfg
1.7+3-3devel/nspr/patches/patch-nspr_pr_include_md__openbsd_h
1.7+2-2devel/nspr/patches/patch-nspr_pr_tests_socket_c
+22-224 files not shown
+27-2710 files

OpenBSD/ports jg35JEqgeo/gdal distinfo Makefile, geo/gdal/pkg PLIST-main PLIST-python

   geo/gdal: update to 3.13.0.

   see https://github.com/OSGeo/gdal/blob/v3.13.0/NEWS.md
VersionDeltaFile
1.37+29-0geo/gdal/pkg/PLIST-main
1.37+6-4geo/gdal/pkg/PLIST-python
1.89+4-4geo/gdal/distinfo
1.172+3-3geo/gdal/Makefile
+42-114 files

LLVM/project f6c8904lldb/test/API/functionalities/ptrauth_diagnostics/brkC47x_x16_invalid brkC47x.c

[lldb] Fix TestPtrauthBRKc47xX16Invalid.py (#196408)

LLDB correctly detects the pointer authentication failure.
DeltaFile
+1-1lldb/test/API/functionalities/ptrauth_diagnostics/brkC47x_x16_invalid/brkC47x.c
+1-11 files

LLVM/project 4d90a0fllvm/lib/DWARFLinker/Parallel AcceleratorRecordsSaver.cpp

[DWARFLinker] Emit .debug_names entries for DW_TAG_template_alias (#196440)

The tag was missing from the accelerator-records saver's switch, so
template alias DIEs were skipped and --verify-dwarf=output rejected the
result.
DeltaFile
+1-0llvm/lib/DWARFLinker/Parallel/AcceleratorRecordsSaver.cpp
+1-01 files

LLVM/project f80aa05llvm/include/llvm/IR IRBuilder.h, llvm/include/llvm/Transforms/Utils AssumeBundleBuilder.h

[InstCombine][NFC] Replace buildAssumeFromKnowledge with CreateAlignmentAssumption (#196254)
DeltaFile
+40-0llvm/test/Transforms/InstCombine/assume.ll
+3-21llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+0-10llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
+0-7llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
+1-1llvm/lib/IR/IRBuilder.cpp
+1-1llvm/include/llvm/IR/IRBuilder.h
+45-406 files

FreeBSD/ports 9a75833ports-mgmt/portmaster distinfo Makefile

ports-mgmt/portmaster: update to version 3.34

This update adds support for FreeBSD pkgbase systems. Packages with
names that start with FreeBSD-* should be ignored by all operations.

Additional changes:
 * Deal with removed port directories when updating all installed
   ports.
 * Deal with ports that are installed with a flavour but where the
   port is no longer flavoured.
DeltaFile
+3-3ports-mgmt/portmaster/distinfo
+1-1ports-mgmt/portmaster/Makefile
+4-42 files

LLVM/project f10f4e8llvm/lib/Target/AMDGPU AMDGPU.td VOP3Instructions.td

[AMDGPU] Add subtarget features for MAD NC and 64-bit MIN/MAX instructions (#196326)
DeltaFile
+10-0llvm/lib/Target/AMDGPU/AMDGPU.td
+3-3llvm/lib/Target/AMDGPU/VOP3Instructions.td
+13-32 files

LLVM/project 0826adamlir/include/mlir/Dialect/Vector/Transforms LoweringPatterns.h, mlir/lib/Dialect/Vector/Transforms LowerVectorContract.cpp

Rename vector contract default filter
DeltaFile
+6-6mlir/lib/Dialect/Vector/Transforms/LowerVectorContract.cpp
+5-5mlir/include/mlir/Dialect/Vector/Transforms/LoweringPatterns.h
+2-2mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
+13-133 files

FreeNAS/freenas e48c858tests/api2 test_300_nfs.py, tests/protocols pynfs_proto.py

Address review:

* Validate we bclone when using OP_CLONE
* Remove unnecessary op.getfh
DeltaFile
+72-0tests/sharing_protocols/nfs/test_nfs_server_side_copy.py
+28-20tests/protocols/pynfs_proto.py
+11-5tests/sharing_protocols/nfs/test_nfs_xattr.py
+6-2tests/sharing_protocols/nfs/test_nfs_acl.py
+0-6tests/api2/test_300_nfs.py
+117-335 files

OpenZFS/src 956debacmd/zdb zdb.c, tests/zfs-tests/tests/functional/bclone bclone_crossfs_corner_cases.ksh bclone_crossfs_data.ksh

zdb: detect BRT and DDT leaks during block traversal

During -b traversal, track BRT and DDT reference counts and report
blocks claimed more times than their reference tables account for
if it causes claim errors, instead of just asserting it.  Also
report entries with references not fully consumed by the traversal.

Add zdb leaks checks to cloning and dedup tests. This should make
sure the pools are in a sane state after completing the functional
tests.

Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Signed-off-by: Alexander Motin <alexander.motin at TrueNAS.com>
Closes #18494
DeltaFile
+114-51cmd/zdb/zdb.c
+4-0tests/zfs-tests/tests/functional/block_cloning/block_cloning_after_device_removal.ksh
+3-0tests/zfs-tests/tests/functional/block_cloning/block_cloning_lwb_buffer_overflow.ksh
+3-0tests/zfs-tests/tests/functional/bclone/bclone_crossfs_corner_cases.ksh
+3-0tests/zfs-tests/tests/functional/bclone/bclone_crossfs_data.ksh
+3-0tests/zfs-tests/tests/functional/bclone/bclone_samefs_corner_cases.ksh
+130-5112 files not shown
+156-5118 files

OpenBSD/ports RQ7b1KYsysutils/moor distinfo Makefile

   sysutils/moor: Update to 2.12.3

   From Maintainer Lydia Sobot, thanks
VersionDeltaFile
1.6+2-2sysutils/moor/distinfo
1.6+1-1sysutils/moor/Makefile
+3-32 files

LLVM/project 01120edmlir/include/mlir/Dialect/Vector/Transforms LoweringPatterns.h, mlir/lib/Dialect/Vector/Transforms LowerVectorContract.cpp

Reuse filter constraint naming for contract lowering policy
DeltaFile
+40-86mlir/lib/Dialect/Vector/Transforms/LowerVectorContract.cpp
+9-10mlir/include/mlir/Dialect/Vector/Transforms/LoweringPatterns.h
+49-962 files

OpenBSD/ports ImP33qKmail/mozilla-thunderbird distinfo Makefile, mail/thunderbird-i18n distinfo Makefile.inc

   mail/mozilla-thunderbird: update to 140.10.2.

   see https://www.thunderbird.net/en-US/thunderbird/140.10.2esr/releasenotes/
   fixes https://www.mozilla.org/en-US/security/advisories/mfsa2026-44/
VersionDeltaFile
1.298+132-132mail/thunderbird-i18n/distinfo
1.314+2-2mail/mozilla-thunderbird/distinfo
1.527+1-1mail/mozilla-thunderbird/Makefile
1.272+1-1mail/thunderbird-i18n/Makefile.inc
+136-1364 files

LLVM/project 0e4477bcompiler-rt/include/profile InstrProfData.inc, compiler-rt/lib/profile InstrProfilingPlatformGPU.c InstrProfiling.h

[compiler-rt][profile][NFC] Introduce INSTR_PROF_INSTRUMENT_GPU_FUNC macro (#196538)

Add a macro INSTR_PROF_INSTRUMENT_GPU_FUNC for the name of the GPU
profiling function __llvm_profile_instrument_gpu (added in #187136),
following the same pattern as INSTR_PROF_VALUE_PROF_MEMOP_FUNC. Use the
macro in both the declaration in InstrProfiling.h and the definition in
InstrProfilingPlatformGPU.c.

This prepares the upcoming HIP/AMDGPU offload PGO patch (#177665) to use
the same macro when calling this function.
DeltaFile
+3-3compiler-rt/lib/profile/InstrProfilingPlatformGPU.c
+2-2compiler-rt/lib/profile/InstrProfiling.h
+3-0llvm/include/llvm/ProfileData/InstrProfData.inc
+3-0compiler-rt/include/profile/InstrProfData.inc
+11-54 files