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

fix formatting
DeltaFile
+5-5clang-tools-extra/clang-doc/Representation.h
+5-51 files

FreeBSD/ports 22677bbcad/openvsp distinfo Makefile

cad/openvsp: Update to 3.49.0

ChangeLog:
https://openvsp.org/blogs/announcements/2026/04/03/openvsp-3-49-0-released

Features:

 * Stowed / Retracted landing gear
 * TRA Clearance model
 * Single gear auxiliary geometry
 * Faster interactivity with landing gear

Build system:

 * Use venv when building Ubuntu to fix numpy version problems
 * Update to Eigen3 5.0.0
 * Update OpenABF to support new Eigen

Fixes:

    [12 lines not shown]
DeltaFile
+3-3cad/openvsp/distinfo
+1-1cad/openvsp/Makefile
+4-42 files

LLVM/project 8eced21clang-tools-extra/clang-doc Representation.h

[clang-doc] Initialize StringRef members in Info types

We had a report of some assertion failures in
https://github.com/llvm/llvm-project/pull/190054#issuecomment-4228893309,
and some msan failures in
https://github.com/llvm/llvm-project/pull/190056.

These appear to be due to default constructed StringRef's being used in
some cases. To address, we can provide default initializers that should
prevent such cases from causing further problems.
DeltaFile
+17-17clang-tools-extra/clang-doc/Representation.h
+17-171 files

LLVM/project 7daf52cclang-tools-extra/test/clang-tidy/infrastructure custom-query-check.cpp

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+2-0clang-tools-extra/test/clang-tidy/infrastructure/custom-query-check.cpp
+2-01 files

LLVM/project eda97ddlibcxx/include mdspan, libcxx/include/__mdspan mdspan.h layout_left.h

[libc++][NFC] Sync `<mdspan>` synopsis and remove redundant `typename`s (#191621)
DeltaFile
+38-41libcxx/include/mdspan
+6-6libcxx/include/__mdspan/mdspan.h
+3-3libcxx/include/__mdspan/layout_left.h
+3-3libcxx/include/__mdspan/layout_right.h
+3-3libcxx/include/__mdspan/layout_stride.h
+53-565 files

LLVM/project df1113fllvm/lib/Target/AMDGPU GCNSchedStrategy.cpp

Merge asserts
DeltaFile
+4-4llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
+4-41 files

LLVM/project d194a7aclang/test/Sema warn-lifetime-safety-suggestions.cpp warn-lifetime-safety.cpp

fix suggestions test
DeltaFile
+5-4clang/test/Sema/warn-lifetime-safety-suggestions.cpp
+0-4clang/test/Sema/warn-lifetime-safety.cpp
+5-82 files

NetBSD/pkgsrc-wip 83e175bspirv-tools Makefile distinfo

spirv-tools: update to the latest vulkan-sdk version 1.4.341.0
DeltaFile
+4-5spirv-tools/Makefile
+3-3spirv-tools/distinfo
+1-1spirv-tools/buildlink3.mk
+8-93 files

NetBSD/pkgsrc-wip 923942fvulkan-tools Makefile distinfo, vulkan-tools/patches patch-cube_CMakeLists.txt

vulkan-tools: update to the latest vulkan-sdk version 1.4.341.0
DeltaFile
+0-32vulkan-tools/patches/patch-cube_CMakeLists.txt
+3-5vulkan-tools/Makefile
+3-4vulkan-tools/distinfo
+6-413 files

NetBSD/pkgsrc-wip 9a576bfvulkan-headers Makefile.common Makefile

vulkan-headers: add Makefile.common, use the latest vulkan-sdk version
DeltaFile
+13-0vulkan-headers/Makefile.common
+4-5vulkan-headers/Makefile
+3-3vulkan-headers/distinfo
+20-83 files

NetBSD/pkgsrc-wip 0cd22c2vulkan-loader Makefile distinfo

vulkan-loader: update to the latest vulkan-sdk version 1.4.341.0
DeltaFile
+3-5vulkan-loader/Makefile
+3-3vulkan-loader/distinfo
+6-82 files

NetBSD/pkgsrc-wip ff4353fspirv-headers Makefile distinfo

spirv-headers: update to the latest vulkan-sdk version 1.4.341.0
DeltaFile
+3-8spirv-headers/Makefile
+3-3spirv-headers/distinfo
+6-112 files

NetBSD/pkgsrc-wip 25fb100anvil distinfo

anvil: fixed sums
DeltaFile
+3-3anvil/distinfo
+3-31 files

LLVM/project 2411c1eclang/test/Sema warn-lifetime-safety-suggestions.cpp

lifetime suggestion
DeltaFile
+21-0clang/test/Sema/warn-lifetime-safety-suggestions.cpp
+21-01 files

FreeBSD/ports 8aae31bsysutils/mdfried distinfo Makefile.crates

sysutils/mdfried: Update to 0.19.2

Reported by:    Benjamin Grosse <notifications at github.com>
DeltaFile
+33-3sysutils/mdfried/distinfo
+15-0sysutils/mdfried/Makefile.crates
+1-1sysutils/mdfried/Makefile
+49-43 files

FreeBSD/ports 670bbf0irc/inspircd distinfo Makefile

irc/inspircd: update to 4.10.1

Changes:        https://github.com/inspircd/inspircd/releases/tag/v4.10.1
DeltaFile
+3-3irc/inspircd/distinfo
+1-1irc/inspircd/Makefile
+4-42 files

LLVM/project f2d816ellvm/test/CodeGen/AMDGPU memory-legalizer-private-workgroup.ll memory-legalizer-private-singlethread.ll

Simplifications, fixes

Created using spr 1.3.7
DeltaFile
+8,544-1,366llvm/test/CodeGen/AMDGPU/memory-legalizer-private-workgroup.ll
+8,544-1,366llvm/test/CodeGen/AMDGPU/memory-legalizer-private-singlethread.ll
+8,544-1,366llvm/test/CodeGen/AMDGPU/memory-legalizer-private-wavefront.ll
+8,449-1,355llvm/test/CodeGen/AMDGPU/memory-legalizer-private-cluster.ll
+8,449-1,355llvm/test/CodeGen/AMDGPU/memory-legalizer-private-agent.ll
+8,069-1,315llvm/test/CodeGen/AMDGPU/memory-legalizer-private-system.ll
+50,599-8,1236,742 files not shown
+554,282-207,6176,748 files

LLVM/project b8336e2llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 copyable_reorder.ll reused-last-instruction-in-split-node.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+63-0llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+9-18llvm/test/Transforms/SLPVectorizer/X86/copyable_reorder.ll
+1-1llvm/test/Transforms/SLPVectorizer/X86/reused-last-instruction-in-split-node.ll
+1-1llvm/test/Transforms/SLPVectorizer/X86/bottom-to-top-reorder.ll
+74-204 files

OpenBSD/ports tpiNab7sysutils/ruby-openfact distinfo Makefile

   update to openfact 5.6.0
VersionDeltaFile
1.7+2-2sysutils/ruby-openfact/distinfo
1.13+1-2sysutils/ruby-openfact/Makefile
+3-42 files

LLVM/project 9dd1eb4llvm/lib/Analysis ScalarEvolution.cpp, llvm/test/Analysis/LoopAccessAnalysis nusw-predicates.ll nssw-predicate-implied.ll

[SCEV] Bail out on wider AddRecs in SCEVWrapPrediacte::implies. (#191498)

NSSW/NUSW on a wider AddRec does not imply NSSW/NUSW on a narrower
AddRec.

Fixes https://github.com/llvm/llvm-project/issues/191382.
DeltaFile
+6-1llvm/test/Analysis/LoopAccessAnalysis/nusw-predicates.ll
+6-0llvm/lib/Analysis/ScalarEvolution.cpp
+4-2llvm/test/Transforms/LoopVectorize/runtime-check-small-clamped-bounds.ll
+2-1llvm/test/Analysis/LoopAccessAnalysis/nssw-predicate-implied.ll
+18-44 files

LLVM/project c5547callvm/test/Transforms/LoopVectorize outer-loop-wide-phis.ll nested-outer-loop-vect.ll, llvm/test/Transforms/LoopVectorize/VPlan dissolve-replicate-regions.ll

[LV] Unconditionally run materializeConstVTC in ::executePlan (#191299)

After https://github.com/llvm/llvm-project/pull/189372 both minimum
iteration checks for epilogue vectorization are created in VPlan, which
removes the last blocker for unconditionally running
materializeConstantVectorTripCount. This enables additional folds for
plans in the native path, as well as removes some trip count
computations with epilogue vectorization.

PR: https://github.com/llvm/llvm-project/pull/191299
DeltaFile
+39-39llvm/test/Transforms/LoopVectorize/VPlan/dissolve-replicate-regions.ll
+4-60llvm/test/Transforms/LoopVectorize/outer-loop-wide-phis.ll
+15-30llvm/test/Transforms/LoopVectorize/X86/limit-vf-by-tripcount.ll
+11-32llvm/test/Transforms/LoopVectorize/nested-outer-loop-vect.ll
+14-24llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-ordered-reduction.ll
+4-29llvm/test/Transforms/LoopVectorize/vplan-widen-call-instruction.ll
+87-21411 files not shown
+140-27517 files

FreeBSD/src 5f5cc3csys/compat/linprocfs linprocfs.c

compat/linprocfs: Update /proc/partitions output

Linux /proc/partitions reports the major/minor pair, the device size in
1K blocks, and the device name.  linprocfs still printed obsolete
statistics columns and reported the size in bytes.

Update linprocfs_dopartitions() to emit the Linux-style header and
report provider sizes in 1K blocks.

Signed-off-by: Shunchao Hu <ankohuu at gmail.com>
Reviewed by:    des
MFC after:      2 weeks
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2126
Closes:         https://github.com/freebsd/freebsd-src/pull/2126
DeltaFile
+5-9sys/compat/linprocfs/linprocfs.c
+5-91 files

LLVM/project 216c9f4libc/AOR_v20.02/math/test/traces sincosf.txt exp.txt, llvm/test/CodeGen/AMDGPU memintrinsic-unroll.ll memory-legalizer-private-wavefront.ll

Merge branch 'main' into users/aokblast/readelf/pxnum_support
DeltaFile
+0-31,999libc/AOR_v20.02/math/test/traces/sincosf.txt
+0-16,000libc/AOR_v20.02/math/test/traces/exp.txt
+6,835-6,798llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+6,432-6,562llvm/test/CodeGen/X86/vector-interleaved-load-i64-stride-7.ll
+8,836-1,658llvm/test/CodeGen/AMDGPU/memory-legalizer-private-wavefront.ll
+8,836-1,658llvm/test/CodeGen/AMDGPU/memory-legalizer-private-singlethread.ll
+30,939-64,67511,899 files not shown
+963,550-514,57911,905 files

NetBSD/pkgsrc oyEy0lFx11/kitty PLIST.Darwin

   kitty: add a PLIST.Darwin for Darwin-specific filepaths
VersionDeltaFile
1.1+4-0x11/kitty/PLIST.Darwin
+4-01 files

FreeBSD/ports b636bdbwww/newsraft distinfo Makefile

www/newsraft: Update to 0.36

Changelog: https://codeberg.org/newsraft/newsraft/releases/tag/newsraft-0.36
DeltaFile
+3-3www/newsraft/distinfo
+1-1www/newsraft/Makefile
+4-42 files

LLVM/project e2bb91cmlir/test/CAPI ir.c

[mlir] Fix warning when building on Windows (#191558)

Fixes:
```
warning: format specifies type 'long' but the argument has type 'intptr_t' ...
```
DeltaFile
+6-6mlir/test/CAPI/ir.c
+6-61 files

OpenBSD/ports PKVq2Obdevel/py-nbconvert distinfo Makefile, devel/py-nbconvert/pkg PLIST

   update py-nbconvert to 7.17.1
VersionDeltaFile
1.15+2-2devel/py-nbconvert/distinfo
1.32+1-1devel/py-nbconvert/Makefile
1.15+0-1devel/py-nbconvert/pkg/PLIST
+3-43 files

FreeBSD/ports 09e293dsecurity/mbedtls3 distinfo Makefile

security/mbedtls3: Update to 3.6.6

(cherry picked from commit 4ede6ce375ef9117f5a600f3a5f0b2c83f1f53f7)
DeltaFile
+3-3security/mbedtls3/distinfo
+1-1security/mbedtls3/Makefile
+4-42 files

FreeBSD/ports 4ede6cesecurity/mbedtls3 distinfo Makefile

security/mbedtls3: Update to 3.6.6
DeltaFile
+3-3security/mbedtls3/distinfo
+1-1security/mbedtls3/Makefile
+4-42 files

FreeBSD/ports 52843eedatabases/pgagroal Makefile distinfo, databases/pgagroal/files patch-doc_CMakeLists.txt patch-doc_etc_pgagroal.conf

databases/pgagroal: Update version 1.6.0=>2.0.0

Changelog: https://github.com/agroal/pgagroal/releases/tag/2.0.0
DeltaFile
+11-11databases/pgagroal/files/patch-doc_CMakeLists.txt
+4-2databases/pgagroal/Makefile
+3-3databases/pgagroal/distinfo
+4-1databases/pgagroal/pkg-plist
+2-2databases/pgagroal/files/patch-doc_etc_pgagroal.conf
+24-195 files