LLVM/project 14e7dbdclang/test/CodeGenCoroutines coro-suspend-cleanups.cpp, llvm/lib/Transforms/Coroutines CoroFrame.cpp

[CoroSplit] Erase trivially dead allocas after spilling (#189295)

Erase these allocas so that they do not take up extra stack space at
-O0.

Close #57638
DeltaFile
+3-0llvm/lib/Transforms/Coroutines/CoroFrame.cpp
+0-2clang/test/CodeGenCoroutines/coro-suspend-cleanups.cpp
+0-1llvm/test/Transforms/Coroutines/coro-await-suspend-lower-invoke.ll
+0-1llvm/test/Transforms/Coroutines/coro-await-suspend-lower.ll
+0-1llvm/test/Transforms/Coroutines/coro-split-sink-lifetime-01.ll
+3-55 files

ELF Tool Chain/elftoolchain 4365trunk/common/sys elfconstants.m4

elfconstants: Add EM_PPU (T-HEAD Parallel Processing Unit).

Obtained from:  The Generic ABI discussion list.
DeltaFile
+2-0trunk/common/sys/elfconstants.m4
+2-01 files

LLVM/project 3e015b8llvm/test/Transforms/VectorCombine/LoongArch shuffle-identity-miscompile.ll lit.local.cfg

[NFC][test] Precommit test for pr188989 (#188667)

Precommit test for #188989.

This test case covers a scenario in the vector combine
foldShuffleToIdentity function where incorrect folding was caused when
different shuffle sequences shared the same initial Use *. This issue
may be due to cost model differences and currently reproduces only on
LoongArch for this test case.
DeltaFile
+22-0llvm/test/Transforms/VectorCombine/LoongArch/shuffle-identity-miscompile.ll
+4-0llvm/test/Transforms/VectorCombine/LoongArch/lit.local.cfg
+26-02 files

NetBSD/pkgsrc IHFcpG6doc CHANGES-2026

   doc: Updated comms/asterisk21 to 21.12.2
VersionDeltaFile
1.1997+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc O4njBEtcomms/asterisk21 distinfo Makefile

   Update to Asterisk 21.12.2:

   Security update for PJSIP vulnerabilities.


   ## Change Log for Release asterisk-21.12.2

   ### Links:

    - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.12.2.html)
    - [GitHub Diff](https://github.com/asterisk/asterisk/compare/21.12.1...21.12.2)

   ### Summary:

   - Commits: 1
   - Commit Authors: 1
   - Issues Resolved: 1
   - Security Advisories Resolved: 0


    [24 lines not shown]
VersionDeltaFile
1.12+13-13comms/asterisk21/distinfo
1.25+4-2comms/asterisk21/Makefile
1.11+3-1comms/asterisk21/PLIST
+20-163 files

FreeBSD/ports 4c72abcmisc/crush distinfo Makefile

misc/crush: Update to 0.53.0

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.53.0

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

LLVM/project 7a78c3bllvm/lib/Target/X86 X86ISelLowering.cpp

[X86] Use EVT constructor instead of static_cast. NFC (#189051)
DeltaFile
+3-4llvm/lib/Target/X86/X86ISelLowering.cpp
+3-41 files

LLVM/project 23780dellvm/test/CodeGen/X86/apx add.ll xor.ll

[X86][APX] Fold NDD+Load to non-NDD when NDD memory variant is not preferred (#189222)
DeltaFile
+93-93llvm/test/CodeGen/X86/apx/add.ll
+78-78llvm/test/CodeGen/X86/apx/xor.ll
+73-81llvm/test/CodeGen/X86/apx/sub.ll
+72-72llvm/test/CodeGen/X86/apx/or.ll
+72-72llvm/test/CodeGen/X86/apx/and.ll
+42-36llvm/test/CodeGen/X86/apx/imul.ll
+430-4324 files not shown
+502-48410 files

LLVM/project 8757e08clang/unittests/Format AlignmentTest.cpp FormatTest.cpp, llvm/test/CodeGen/AMDGPU fract-match.ll memmove-param-combinations.ll

update test and rebase

Created using spr 1.3.7
DeltaFile
+3,566-0clang/unittests/Format/AlignmentTest.cpp
+19-3,544clang/unittests/Format/FormatTest.cpp
+2,210-1,106llvm/test/MC/AMDGPU/gfx10_unsupported.s
+2,545-3llvm/test/CodeGen/AMDGPU/fract-match.ll
+863-863llvm/test/MC/AMDGPU/gfx7_unsupported.s
+601-1,016llvm/test/CodeGen/AMDGPU/memmove-param-combinations.ll
+9,804-6,5321,636 files not shown
+53,572-29,0121,642 files

FreeBSD/ports 726855dsysutils/whowatch distinfo Makefile, sysutils/whowatch/files patch-src_sysinfo__freebsd.c

sysutils/whowatch: Update 1.8.6.2 => 1.8.6.3

Changelog:
- Improve RAM stats
- Fix MAXPATHLEN import causing build failure
https://github.com/Zedai00/whowatch/releases/tag/1.8.6.3

PR:             294097
Sponsored by:   UNIS Labs
DeltaFile
+0-121sysutils/whowatch/files/patch-src_sysinfo__freebsd.c
+3-3sysutils/whowatch/distinfo
+1-1sysutils/whowatch/Makefile
+4-1253 files

FreeBSD/ports 6905647devel/universal-ctags distinfo pkg-plist

devel/universal-ctags: Update p6.2.20260118.0 => p6.2.20260329.0

Commit log:
https://github.com/universal-ctags/ctags/compare/p6.2.20260118.0...p6.2.20260329.0

PR:             294125
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/universal-ctags/distinfo
+1-1devel/universal-ctags/pkg-plist
+1-1devel/universal-ctags/Makefile
+5-53 files

FreeBSD/ports cf4f832devel/py-python-gitlab distinfo Makefile

devel/py-python-gitlab: Update 8.1.0 => 8.2.0

Changelog:
https://github.com/python-gitlab/python-gitlab/releases/tag/v8.2.0

PR:             294124
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/py-python-gitlab/distinfo
+1-1devel/py-python-gitlab/Makefile
+4-42 files

GhostBSD/ports 64d6950ports-mgmt/pkg distinfo Makefile, ports-mgmt/pkg/files patch-libpkg_libpkg.ver

ports-mgmt/pkg: Revert to 2.6.1

pkg 2.6.2 produces an empty package on i386 in poudriere.
Removes patch-libpkg_libpkg.ver which was 2.6.2-specific.
DeltaFile
+0-10ports-mgmt/pkg/files/patch-libpkg_libpkg.ver
+3-3ports-mgmt/pkg/distinfo
+1-2ports-mgmt/pkg/Makefile
+4-153 files

LLVM/project b6d7afellvm/test/Analysis/DependenceAnalysis weak-zero-siv-addrec-wrap.ll symbolic-rdiv-overflow.ll

[DA] Remove calls to the GCD MIV test from `testSIV` (#187220)

This patch removes all invocations of the GCD MIV test in `testSIV`
function, specifically:

- If both the source and destination are addrecs, replace the call to
the GCD MIV test with the Exact SIV test. Generally, the Exact SIV test
has a narrower applicability than the GCD MIV test (both the source and
destination must be affine addrecs), while the former likely yields a
more precise result. Therefore, in this case, there's no reason to use
the GCD MIV test. This replacement also means that previously the Exact
SIV test was called conditionally (only when the Strong and Weak
Crossing SIV tests are not applicable), but now it will be called
unconditionally when both the source and destination are addrecs.
- If either the source or the destination is loop-invariant, simply
remove the call to the GCD MIV test without replacing it with anything.
In this case, the Weak Zero SIV test will be invoked, and part of that
test performs almost the same analysis as the GCD MIV test. Therefore,
the GCD MIV test should be redundant in nearly all cases.

    [6 lines not shown]
DeltaFile
+16-35llvm/test/Analysis/DependenceAnalysis/weak-zero-siv-addrec-wrap.ll
+15-15llvm/test/Analysis/DependenceAnalysis/symbolic-rdiv-overflow.ll
+9-19llvm/test/Analysis/DependenceAnalysis/strong-siv-addrec-wrap.ll
+9-19llvm/test/Analysis/DependenceAnalysis/exact-siv-addrec-wrap.ll
+9-16llvm/test/Analysis/DependenceAnalysis/infer_affine_domain_ovlf.ll
+12-12llvm/test/Analysis/DependenceAnalysis/run-specific-dependence-test.ll
+70-1167 files not shown
+95-14513 files

FreeBSD/ports 98f3392www/grafana distinfo Makefile

www/grafana: Update 12.4.0 => 12.4.2 (Fixes critical vulnerability)

Changelogs:
https://grafana.com/blog/grafana-security-release-critical-and-high-severity-security-fixes-for-cve-2026-27876-and-cve-2026-27880/
https://github.com/grafana/grafana/releases/tag/v12.4.1
https://github.com/grafana/grafana/releases/tag/v12.4.2

PR:             294105
Security:       CVE-2026-27876
Security:       CVE-2026-27877
Security:       CVE-2026-28375
Security:       CVE-2026-27879
Security:       CVE-2026-27880
Security:       CVE-2026-27876
Security:       CVE-2026-33375
Sponsored by:   UNIS Labs
MFH:            2026Q1

(cherry picked from commit bce768403c9d82c98999bbeb7aef046f14d8c952)
DeltaFile
+77-77www/grafana/distinfo
+2-2www/grafana/Makefile
+79-792 files

FreeBSD/ports aea10f0www/grafana distinfo Makefile

www/grafana: Update 12.3.3 => 12.4.0

Release Notes:
https://grafana.com/blog/grafana-12-4-release-all-the-latest-features/

What's new:
https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v12-4/

Changelogs:
https://github.com/grafana/grafana/releases/tag/v12.3.4
https://github.com/grafana/grafana/releases/tag/v12.4.0

PR:     293564
(cherry picked from commit e52cf2b91fb9603c5f08f70623e9157f070a8901)
DeltaFile
+77-63www/grafana/distinfo
+11-5www/grafana/Makefile
+88-682 files

FreeBSD/ports bce7684www/grafana distinfo Makefile

www/grafana: Update 12.4.0 => 12.4.2 (Fixes critical vulnerability)

Changelogs:
https://github.com/grafana/grafana/releases/tag/v12.4.1
https://github.com/grafana/grafana/releases/tag/v12.4.2

PR:             294105
Security:       CVE-2026-27876
Security:       CVE-2026-27877
Security:       CVE-2026-28375
Security:       CVE-2026-27879
Security:       CVE-2026-27880
Security:       CVE-2026-27876
Security:       CVE-2026-33375
Sponsored by:   UNIS Labs
MFH:            2026Q1
DeltaFile
+77-77www/grafana/distinfo
+3-4www/grafana/Makefile
+80-812 files

FreeBSD/ports 4b905b3graphics/colmap Makefile

graphics/colmap: prevent to find Qt5 components if they coexist with Qt6

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+4-0graphics/colmap/Makefile
+4-01 files

LLVM/project eaffa1allvm/lib/Transforms/Instrumentation MemorySanitizer.cpp, llvm/test/Instrumentation/MemorySanitizer/AArch64 aarch64-bf16-dotprod-intrinsics.ll

[msan] Fix bfmmla instrumentation incompatibility issue (#188834)

#176264 instrumented bfmmla by applying ummla to the shadows. However,
Armv8.2+bf16 (as an example) supports bfmmla but not ummla, thus the
instrumentation is not always compatible.

This patch changes the bfmmla instrumentation to use bfmmla and basic
LLVM intrinsics, thus guaranteeing backend compatibility. The key
insights are that we can 1) use CreateSelect to convert the integer
shadows to bf16 2) apply bfmmla to these "shadows" 3) use FCmpULT to
check that the matrix entries denote fully initialized outputs.

This patch significantly refactors `handleNEONMatrixMultiply`, which is
also used for {s,u,su}mmla instrumentation, but the output is unaffected
for {s,u,su}mmla.
DeltaFile
+90-104llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
+6-8llvm/test/Instrumentation/MemorySanitizer/AArch64/aarch64-bf16-dotprod-intrinsics.ll
+96-1122 files

FreeBSD/ports b82b6a7archivers/file-roller Makefile

archivers/file-roller: depend on archiver/rar only for amd64
DeltaFile
+3-2archivers/file-roller/Makefile
+3-21 files

LLVM/project 52bbd70llvm/test/Analysis/DependenceAnalysis weak-zero-siv-addrec-wrap.ll symbolic-rdiv-overflow.ll

[DA] Remove calls to the GCD MIV test from `testSIV`
DeltaFile
+16-35llvm/test/Analysis/DependenceAnalysis/weak-zero-siv-addrec-wrap.ll
+15-15llvm/test/Analysis/DependenceAnalysis/symbolic-rdiv-overflow.ll
+9-19llvm/test/Analysis/DependenceAnalysis/strong-siv-addrec-wrap.ll
+9-19llvm/test/Analysis/DependenceAnalysis/exact-siv-addrec-wrap.ll
+9-16llvm/test/Analysis/DependenceAnalysis/infer_affine_domain_ovlf.ll
+12-12llvm/test/Analysis/DependenceAnalysis/run-specific-dependence-test.ll
+70-1167 files not shown
+95-14513 files

HardenedBSD/src 697bdfeshare/man/man4 asmc.4, sys/dev/asmc asmc.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+0-68usr.sbin/bluetooth/rtlbtfw/rtlbtfw.conf
+67-0sys/dev/asmc/asmc.c
+22-3sys/fs/nfsserver/nfs_nfsdserv.c
+6-18usr.sbin/bluetooth/rtlbtfw/main.c
+6-18sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
+11-2share/man/man4/asmc.4
+112-1094 files not shown
+120-11410 files

HardenedBSD/src 333b805share/man/man4 asmc.4, sys/dev/asmc asmc.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+0-68usr.sbin/bluetooth/rtlbtfw/rtlbtfw.conf
+67-0sys/dev/asmc/asmc.c
+22-3sys/fs/nfsserver/nfs_nfsdserv.c
+6-18sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
+6-18usr.sbin/bluetooth/rtlbtfw/main.c
+11-2share/man/man4/asmc.4
+112-1094 files not shown
+120-11410 files

HardenedBSD/ports 94ff95dgraphics/luminance-qt5 pkg-plist, misc/lean-ctx distinfo Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+7,850-0security/cdxgen/pkg-plist
+507-0misc/lean-ctx/distinfo
+279-0misc/lean-ctx/Makefile
+107-115www/hs-wai-app-static/distinfo
+0-131graphics/luminance-qt5/pkg-plist
+1-107www/hs-wai-app-static/Makefile
+8,744-353112 files not shown
+9,546-972118 files

OpenBSD/src kqqepaKgnu/usr.bin/perl/cpan/OpenBSD-Unveil/lib/OpenBSD Unveil.pm

   Improve OpenBSD::Unveil POD

   The choice of variable names made it somewhat unclear what arguments
   to pass and made it seem the interface might differ from unveil(2).

   ok dgl@
VersionDeltaFile
1.2+9-4gnu/usr.bin/perl/cpan/OpenBSD-Unveil/lib/OpenBSD/Unveil.pm
+9-41 files

LLVM/project 030ad2dllvm/test/Analysis/CostModel/AMDGPU sin.ll log10.ll

[NFC][AMDGPU] Add CostModel tests for transcendental ops with varying function attrs (#188869)
DeltaFile
+546-0llvm/test/Analysis/CostModel/AMDGPU/sin.ll
+105-0llvm/test/Analysis/CostModel/AMDGPU/log10.ll
+105-0llvm/test/Analysis/CostModel/AMDGPU/log.ll
+71-0llvm/test/Analysis/CostModel/AMDGPU/sqrt.ll
+36-0llvm/test/Analysis/CostModel/AMDGPU/log2.ll
+863-05 files

FreeBSD/ports 5ef05a1science/mutationpp/files patch-src_thermo_Thermodynamics.h

science/mutationpp: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0science/mutationpp/files/patch-src_thermo_Thermodynamics.h
+10-01 files

HardenedBSD/ports 5ef05a1science/mutationpp/files patch-src_thermo_Thermodynamics.h

science/mutationpp: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0science/mutationpp/files/patch-src_thermo_Thermodynamics.h
+10-01 files

HardenedBSD/ports 68374a2math/fcl/files patch-include_fcl_common_types.h

math/fcl: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0math/fcl/files/patch-include_fcl_common_types.h
+10-01 files

FreeBSD/ports 68374a2math/fcl/files patch-include_fcl_common_types.h

math/fcl: add missing #include <cassert>

Reported by:    bulk -t
Approved by:    portmgr blanket
DeltaFile
+10-0math/fcl/files/patch-include_fcl_common_types.h
+10-01 files