LLVM/project 16e8a3cllvm/include/llvm/Analysis MemoryBuiltins.h, llvm/lib/Analysis MemoryBuiltins.cpp

[MemoryBuiltins] Remove isNewLikeFn() (#197209)

This function is unused.
DeltaFile
+0-6llvm/lib/Analysis/MemoryBuiltins.cpp
+0-4llvm/include/llvm/Analysis/MemoryBuiltins.h
+0-102 files

LLVM/project 3e6b973llvm/test/CodeGen/AMDGPU/GlobalISel legalize-load-private.mir legalize-llvm.amdgcn.image.sample.a16.ll

AMDGPU/GlobalISel: Switch to extended LLTs

Switch is required to be able to translate bfloat.

After the switch most of the codegen patterns now require explicit
type on register to match instead of LLT::scalar.
So we can still use LLT::scalar for type checks but new instructions
created during lowerings/combines need to use propper extended LLT.

inst select test sources fully switched to i32/f32 so patterns can match
for legalizer and regbanklegalize left as is (should probably be switched
as well)

New functionality worth noting is f16 and bitcast lowering to i32
f16 = g_bitcast i16
->
i32 = g_anyext i16
f16 = g_trunc i32

f16 = trunc i32 is legal
DeltaFile
+6,753-6,685llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
+5,732-5,732llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.sample.a16.ll
+5,570-5,519llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
+5,045-5,045llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
+5,017-4,999llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
+3,948-3,900llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.dim.a16.ll
+32,065-31,880581 files not shown
+107,268-104,875587 files

LLVM/project 422d023libc/cmake/modules LLVMLibCArchitectures.cmake

[libc] Pass -c to compiler when detecting target (#197012)

Follow-up to #176680 where I claimed having done this, but apparantly
didn't actually add it to the commit.

Hopefully no observable behavior change; will tell the compiler to omit
linker info in its output, which we don't need for this detection step.
DeltaFile
+1-1libc/cmake/modules/LLVMLibCArchitectures.cmake
+1-11 files

FreeBSD/ports 8dfcf58devel/libwasmtime distinfo Makefile.cargo

devel/libwasmtime: update: 43.0.1 -> 44.0.1

ChangeLog:      https://github.com/bytecodealliance/wasmtime/compare/v43.0.1...v44.0.1

Sponsored by:   tipi.work
DeltaFile
+67-41devel/libwasmtime/distinfo
+32-19devel/libwasmtime/Makefile.cargo
+7-0devel/libwasmtime/pkg-plist
+1-2devel/libwasmtime/Makefile
+107-624 files

LLVM/project 13a20bdllvm/test/CodeGen/X86 select-big-integer.ll

[X86] Add test coverage for #196493 (#197198)
DeltaFile
+82-1llvm/test/CodeGen/X86/select-big-integer.ll
+82-11 files

FreeBSD/ports 575b54edevel/gradle distinfo

devel/gradle: Fix distinfo

Fix distinfo for gradle 9.5.0.
DeltaFile
+3-3devel/gradle/distinfo
+3-31 files

FreeBSD/src dc14ae4. UPDATING, usr.sbin/bsdinstall bsdinstall.8

bsdinstall: do pkgbase installations with the "script" command

"bsdinstall script" will now do a pkgbase installation by default.  The
system components to install can be specified in the COMPONENTS
variable, and have the same names as those used in the interactive
installer.  bsdinstall will still do a legacy distset installation if
DISTRIBUTIONS is defined in the installerconfig file.

MFC:            1 week
PR:             290375
Sponsored by:   ConnectWise
Reviewed by:    ziaee, ivy, jduran
Differential Revision: https://reviews.freebsd.org/D56717
DeltaFile
+42-31usr.sbin/bsdinstall/scripts/script
+35-10usr.sbin/bsdinstall/bsdinstall.8
+14-1usr.sbin/bsdinstall/scripts/pkgbase.in
+5-0UPDATING
+96-424 files

NetBSD/pkgsrc-wip bb74fcakicad COMMIT_MSG PLIST, kicad-footprints PLIST

kicad-*: Update to 10.0.1

KiCad 10.0.1 (2026-04-15)

The 10.0.1 stable version contains critical bug fixes and other minor
improvements since the previous release.
A list of all of the fixed issues since the 10.0.1 release can be
found on the KiCad 10.0.1 milestone page.

KiCad 10.0.0 (2026-03-20)

Most, if not all, of the new features as well as usability
improvements in KiCad 10 are described in a running thread on the
KiCad user forum. Wayne Stambaugh also presented them in his FOSDEM
2026 talk which is available to watch on the FOSDEM website. This post
highlights some of the most exciting changes, but make sure to check
out the forum post for a full list. There were also hundreds of bug
fixes, performance improvements, and other smaller changes since KiCad
9. A full list of issues addressed in KiCad 10 can be found on the

    [8 lines not shown]
DeltaFile
+57-6,863kicad-packages3d/PLIST
+58-1,936kicad/COMMIT_MSG
+171-95kicad/PLIST
+49-34kicad-footprints/PLIST
+24-0kicad/patches/patch-pcbnew_pcb__base__frame.cpp
+17-7kicad/distinfo
+376-8,93528 files not shown
+606-8,99034 files

NetBSD/pkgsrc-wip 1359764libspnav Makefile COMMIT_MSG

libspnav: Add libspnav-1.2

Libspnav is a C library for receiving input from 6 degrees-of-freedom
(6dof) input devices, also known as spacemice, spaceballs, etc. 6dof
input is very useful for fluidly manipulating objects or viewpoints in
3D space, and fundamendally comprises of relative movement
(translation) across 3 axes (TX/TY/TZ), and rotation about 3 axes
(RX/RY/RZ).

Libspnav is a counterpart to the free spacenav driver (spacenavd),
which runs as a system daemon, and handles all the low level
interfacing with the actual devices. However, it can also communicate
with the proprietary 3Dconnexion driver (3dxsrv), with reduced
functionality.
DeltaFile
+24-0libspnav/Makefile
+14-0libspnav/COMMIT_MSG
+14-0libspnav/buildlink3.mk
+12-0libspnav/DESCR
+9-0libspnav/PLIST
+5-0libspnav/distinfo
+78-01 files not shown
+79-07 files

NetBSD/pkgsrc-wip bd430e6openscad distinfo, openscad/patches patch-features_boost.prf

openscad: merge from cad/openscad

* Author: adam <adam at pkgsrc.org>
  Date:   Sat Sep 27 07:13:02 2025 +0000

    openscad: fix for boost-1.89.0
DeltaFile
+33-0openscad/patches/patch-features_boost.prf
+1-0openscad/distinfo
+34-02 files

FreeBSD/src 351fad0sys/dev/eqos if_eqos_starfive.c

if_eqos_starfive: Read MAC address from device tree

u-boot/opensbi determines the ethernet MAC address from ROM and passes
it to the OS in the device tree. This change sets the correct MAC
address from this source. This prevents the eqos class driver from
generating random MAC addresses at each boot.

Tested on Starfive VisionFive 2, riscv64 SBC.

Reviewed by:    mhorne
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56782
DeltaFile
+12-0sys/dev/eqos/if_eqos_starfive.c
+12-01 files

FreeBSD/src dab8138sys/geom/part g_part.h g_part_gpt.c, sys/sys/disk gpt.h

g_part,mkimg: Add additional GPT partition types

Add the hifive-fsbl, hifive-bbl, and xbootldr aliases to mkimg(1).
Add the xbootldr alias to geom(4), and thus gpart(8).

The "hifive" partition types are defined and used by various RISC-V SBCs
for locating firmware.

"xbootldr", or the Extended Boot Loader Partition is defined here:
https://uapi-group.org/specifications/specs/boot_loader_specification/

Reviewed by:    emaste, markj, mhorne
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56784
DeltaFile
+6-0usr.bin/mkimg/gpt.c
+3-0usr.bin/mkimg/scheme.h
+3-0usr.bin/mkimg/scheme.c
+2-0sys/geom/part/g_part.h
+2-0sys/sys/disk/gpt.h
+2-0sys/geom/part/g_part_gpt.c
+18-01 files not shown
+19-07 files

LLVM/project 17dde87llvm/include/llvm/Support Debug.h, llvm/lib/Support Debug.cpp

[Support] Add a function to print the debug log (#197184)

With `EnableDebugBuffering`, the debug log is stored in a circular
buffer and printed, with a nice banner, on program termination - this is
achieved via a signal handler. For in-process tool execution, such as
for running the regression tests using daemon versions of the tools, we
need to be able to trigger the printing/flushing of the debug log from
the process itself. This PR just adds a small function `printDebugLog`
which checks if debug output and debug log buffering are enabled and, if
so, prints the debug log.

The code for printing the debug log in the signal handler is moved to a
new function `printDebugLogImpl` which is called by the signal handler
and `printDebugLog` - the reason this is separate from `printDebugLog`
is to avoid running the option check in the signal handler
implementation, in case options were reset before the signal handler is
called, as this would be an unintentional behavioral change.
DeltaFile
+11-2llvm/lib/Support/Debug.cpp
+5-0llvm/include/llvm/Support/Debug.h
+16-22 files

LLVM/project ef6df9dclang/docs ReleaseNotes.rst, clang/lib/Sema SemaDecl.cpp SemaObjC.cpp

[Clang] Fix assertion when __block is used on global variables in C mode (#194856)

This is a reland PR, related to #183988 

I added an extra check in handleBlocksAttr to ensure that illegal Decl
values ​​are not passed to downstream functions.
And remove unnecessary check in `CheckCompleteVariableDeclaration`.

Also added a extra regression test.

Fixes #183974
DeltaFile
+11-0clang/test/Sema/block-on-objc-ivars.m
+0-6clang/lib/Sema/SemaDecl.cpp
+6-0clang/lib/Sema/SemaObjC.cpp
+5-0clang/test/Sema/gh183974.c
+1-0clang/docs/ReleaseNotes.rst
+23-65 files

LLVM/project 68dfda0llvm/test/CodeGen/AMDGPU packed-fneg-fsub-fp16.ll strict_fsub.f16.ll, llvm/test/CodeGen/AMDGPU/GlobalISel legalize-fsub.mir combine-fma-sub-mul.ll

[AMDGPU] Optimize fneg and fsub with packed fp16 ops (#196659)

The work optimize fneg and fsub when packed half math instructions are supported.
  On global isel path, for wider vectors of G_FSUB with element type of f16, we should
split them to v2f16 for v_pk_add_f16 to be selected.
  On SelectionDAG path, we make FNEG legal, and also make sure to split wider vectors
to v2f16. In this way, we can fold fneg into the source modifiers for packed half ops.
DeltaFile
+557-0llvm/test/CodeGen/AMDGPU/packed-fneg-fsub-fp16.ll
+85-108llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir
+30-82llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-sub-mul.ll
+27-67llvm/test/CodeGen/AMDGPU/strict_fsub.f16.ll
+11-22llvm/test/CodeGen/AMDGPU/wmma-gfx12-w32-f16-f32-matrix-modifiers.ll
+8-24llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-sub-neg-mul.ll
+718-3032 files not shown
+724-3068 files

LLVM/project 5a13758libc/cmake/modules LLVMLibCCompileOptionRules.cmake

Revert "[libc] Build with -Wshadow" (#197201)

Reverts llvm/llvm-project#196519

Passed CI on the PR, but apparently breaks several bots.
DeltaFile
+0-1libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
+0-11 files

FreeBSD/ports 2b08cadlang/chez-scheme pkg-descr

lang/chez-scheme: Cleanup pkg-descr

- Replace copy-paste error <sup>6</sup>, with 6
- Re-do line wrap on all paragraphs

PR:             295228
MFH:            2026Q2
(cherry picked from commit 263dd7dbb659c808d0dc5288a7befc03ea2257be)
DeltaFile
+9-10lang/chez-scheme/pkg-descr
+9-101 files

FreeBSD/ports 263dd7dlang/chez-scheme pkg-descr

lang/chez-scheme: Cleanup pkg-descr

- Replace copy-paste error <sup>6</sup>, with 6
- Re-do line wrap on all paragraphs

PR:             295228
MFH:            2026Q2
DeltaFile
+9-10lang/chez-scheme/pkg-descr
+9-101 files

LLVM/project 6d4f464libc/cmake/modules LLVMLibCCompileOptionRules.cmake

[libc] Build with -Wshadow (#196519)

This way, clients including libc/shared/math.h don't need to `#pragma
GCC diagnostic ignored "-Wshadow"` around the include.

This works locally after #196337 #196342 #196346.

CI also needed #196529 #196810 #196850 #196851 #196852 #196853 #196855
#196857 #196858 #196859 #196860.
DeltaFile
+1-0libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
+1-01 files

LLVM/project 7899d55llvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 clmul-scalable.ll

[AArch64][ISel] Add custom lowering for clmul nxv8i16 (#195893)

When sve2/sme are available, this sequence provides faster and smaller
codegen than the current lowering:
```
    clmul.i16(a, b) = xor(pmullb(a_lo, b_lo),
                          lsl(xor(pmul(a_hi, b_lo),
                                  pmul(a_lo, b_hi)),
                              8))
``` 
Assisted-by: codex with gpt-5.5
DeltaFile
+56-340llvm/test/CodeGen/AArch64/clmul-scalable.ll
+39-3llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+95-3432 files

OpenBSD/ports MrsttQjlang/python/3 Makefile, lang/python/3/pkg PLIST-main

   add @conflict/@pkgpath for backports-zstd
VersionDeltaFile
1.20+2-0lang/python/3/pkg/PLIST-main
1.28+1-0lang/python/3/Makefile
+3-02 files

OpenBSD/ports ln4KwoFarchivers Makefile, archivers/py-backports-zstd/patches patch-setup_py

   drop py-backports-zstd, not needed/usable with Python 3.14
VersionDeltaFile
1.3+2-3www/py-flask-compress/Makefile
1.58+2-2sysutils/borgbackup/2.0/Makefile
1.147+0-1archivers/Makefile
1.3+0-0archivers/py-backports-zstd/patches/patch-setup_py
1.2+0-0archivers/py-backports-zstd/pkg/DESCR
1.2+0-0archivers/py-backports-zstd/pkg/PLIST
+4-62 files not shown
+4-68 files

OpenBSD/ports x8cijVydevel/boost Makefile, devel/boost/pkg PLIST-main

   adjust SHARED_LIBS/PLISTs for Python 3.14
VersionDeltaFile
1.37+8-8devel/boost/pkg/PLIST-main
1.162+3-3devel/boost/Makefile
1.88+3-3net/samba/pkg/PLIST-main
1.24+2-2math/imath/Makefile
1.11+1-1math/imath/pkg/PLIST
1.373+1-0net/samba/Makefile
+18-176 files

OpenBSD/ports 6ZbRJ1Llang/python Makefile.inc, lang/python/3 Makefile

   update python/3 to 3.14.4, ok tb (who also helped with build tests and
   fixing up other ports etc), daniel

   a few changes to follow

   _MODPY_SYSTEM_VERSION bumped rather than bumping ERANGE ports
VersionDeltaFile
1.14+325-42lang/python/3/pkg/PLIST-tests
1.19+145-26lang/python/3/pkg/PLIST-main
1.6+13-13lang/python/3/patches/patch-configure_ac
1.27+5-6lang/python/3/Makefile
1.173+3-2lang/python/Makefile.inc
1.2+2-2lang/python/3/patches/patch-Lib_webbrowser_py
+493-918 files not shown
+504-10214 files

LLVM/project 3bdbf49llvm/include/llvm/Object Archive.h, llvm/lib/Object Archive.cpp ArchiveWriter.cpp

[z/OS] Add z/OS archive reading support (#187110)

Add support for reading `z/OS` archives, which use EBCDIC-encoded header
fields and an EBCDIC magic string. The `z/OS` archive format shares the
same structural layout as traditional Unix archives but all text fields
(member names, timestamps, permissions, and symbol names) are in EBCDIC.
This patch adds:

 - `K_ZOS` archive kind 
- `ZOSArchiveMemberHeader`: converts EBCDIC header fields to ASCII on
read
- `ZOSArchive`: parses the __.SYMDEF symbol table, converting EBCDIC
symbol names to ASCII
- Updates to symbol table traversal for `K_ZOS`, which uses big-endian
4-byte offsets paired with 4-byte attribute words per symbol
 
 This is part 2 of a patch series adding `z/OS` archive support to LLVM.
 
 Part 1: #186854
DeltaFile
+400-0llvm/test/Object/Inputs/generate_zos_archive.py
+220-2llvm/lib/Object/Archive.cpp
+69-0llvm/test/Object/zos-archive-read.test
+62-1llvm/include/llvm/Object/Archive.h
+3-0llvm/lib/Object/ArchiveWriter.cpp
+754-35 files

LLVM/project 1e44c0bclang/www cxx_status.html

[NFC][clang] Mark P3868R1 as implemented (#197181)

This feature was already implemented by
https://github.com/llvm/llvm-project/issues/153641.

---------

Signed-off-by: yronglin <yronglin777 at gmail.com>
DeltaFile
+1-1clang/www/cxx_status.html
+1-11 files

LLVM/project 5f86a37llvm/lib/Target/AMDGPU AMDGPUInstructionSelector.cpp, llvm/test/CodeGen/AMDGPU fptosi-sat-vector.ll fptoui-sat-vector.ll

[AMDGPU] Handle high element extraction with G_UNMERGE_VALUES (#188287)

This allows to detect when G_UNMERGE_VALUES extracts a hi16 element and
select `s_cvt_hi_f32_f16` removing need for a shift.
DeltaFile
+102-126llvm/test/CodeGen/AMDGPU/fptosi-sat-vector.ll
+90-114llvm/test/CodeGen/AMDGPU/fptoui-sat-vector.ll
+12-0llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+204-2403 files

FreeBSD/src d2d20bb. freebsd_dev.c Changelog

Import smart revision 1.0.3

Fixes armv7 and gcc14 build issues.
DeltaFile
+5-12freebsd_dev.c
+4-0Changelog
+1-1libsmart.c
+1-1smart.c
+11-144 files

OPNSense/core 318f458src/etc/inc interfaces.inc, src/etc/inc/plugins.inc.d captiveportal.inc

Merge remote-tracking branch 'origin/master' into kea-dynamic-poc
DeltaFile
+126-122src/etc/inc/interfaces.inc
+45-42src/etc/inc/plugins.inc.d/captiveportal.inc
+34-31src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api/AccessController.php
+14-12src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/AliasController.php
+11-7src/opnsense/service/templates/OPNsense/Captiveportal/lighttpd-zone.conf
+13-3src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.xml
+243-21717 files not shown
+317-25123 files

LLVM/project 3473ceaclang/test/CXX/drs cwg7xx.cpp cwg9xx.cpp, clang/www cxx_dr_status.html

[clang][NFC] Mark CWG743 and CWG950 as implemented and add tests (#197015)

[CWG743](https://wg21.link/cwg743) allows using `decltype` in a
*nested-name-specifier*, i.e.: `decltype(foo)::type`.
[CWG950](https://wg21.link/cwg950) allows using it as a
*base-specifier*, i.e.: `struct B : decltype(foo)`. Both these DRs were
resolved by [N3049](https://wg21.link/n3049).


Clang supports both of these since 3.1: https://godbolt.org/z/aohPs5zaa
DeltaFile
+13-0clang/test/CXX/drs/cwg7xx.cpp
+10-0clang/test/CXX/drs/cwg9xx.cpp
+2-2clang/www/cxx_dr_status.html
+25-23 files