LLVM/project 165ce5cclang/include/clang/Serialization ASTRecordReader.h, clang/lib/AST ASTContext.cpp Type.cpp

trivial changes
DeltaFile
+20-14clang/lib/Sema/SemaOpenMP.cpp
+18-14clang/lib/AST/ASTContext.cpp
+16-15clang/lib/Sema/SemaTemplate.cpp
+14-11clang/lib/AST/Type.cpp
+14-8clang/lib/AST/ASTDiagnostic.cpp
+11-6clang/include/clang/Serialization/ASTRecordReader.h
+93-6833 files not shown
+202-15239 files

LLVM/project 5b3da81clang/include/clang/AST ASTContext.h, clang/lib/AST ASTContext.cpp ItaniumMangle.cpp

[clang] implement CWG2064: ignore value dependence for decltype

The 'decltype' for a value-dependent (but non-type-dependent) should be known,
so this patch makes them non-opaque instead.

This patch also implements what's neceessary to allow overloading
on pure differences in instantiation dependence, making `std::void_t`
usable for SFINAE purposes.

This also readds a few test cases from da98651, which was a previous attempt
at resolving CWG2064.

Fixes #8740
Fixes #61818
Fixes #190388
DeltaFile
+888-161clang/lib/AST/ASTContext.cpp
+328-12clang/test/SemaTemplate/instantiation-dependence.cpp
+176-96clang/lib/AST/ItaniumMangle.cpp
+100-98clang/lib/Sema/SemaCXXScopeSpec.cpp
+62-57clang/lib/AST/Type.cpp
+88-11clang/include/clang/AST/ASTContext.h
+1,642-43570 files not shown
+2,397-78876 files

LLVM/project 3a7c0ebclang/lib/Headers arm64_neon.h module.modulemap, clang/test/CodeGen arm64-neon-header.c

[clang] Add arm64_neon.h wrapper on windows (#196014)

Add an MSVC-compatible <arm64_neon.h> resource header that forwards to
Clang's generated <arm_neon.h>. This lets ARM64 Windows code using the
MSVC header name lower NEON intrinsics through Clang builtins instead of
eaving external neon_* calls such as neon_ld1m4_q32

Fixes #195683
DeltaFile
+21-0clang/lib/Headers/arm64_neon.h
+14-0clang/test/CodeGen/arm64-neon-header.c
+6-0clang/lib/Headers/module.modulemap
+1-0clang/lib/Headers/CMakeLists.txt
+42-04 files

FreeBSD/ports 5b89b6dsecurity/bitwarden-cli distinfo Makefile, security/bitwarden-cli/files/packagejsons package-lock.json

security/bitwarden-cli: Update to 2026.4.1

Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2026.4.1

Reported by:    GitHub (watch releases)
DeltaFile
+57-57security/bitwarden-cli/files/packagejsons/package-lock.json
+5-5security/bitwarden-cli/distinfo
+1-1security/bitwarden-cli/files/packagejsons/apps/cli/package.json
+1-1security/bitwarden-cli/Makefile
+64-644 files

LLVM/project ed20210clang/docs ReleaseNotes.rst, clang/lib/Parse ParseDecl.cpp

[clangd][Parser][Sema] Fix TemplateIdAnnotation UAF with template-id declarator and lambda default argument (#196788)

I think this is another case of template annotations lifetime bug,
similar to the one fixed by
https://github.com/llvm/llvm-project/pull/89494.

Closes https://github.com/llvm/llvm-project/issues/196725.
DeltaFile
+8-0clang/lib/Parse/ParseDecl.cpp
+6-0clang/test/Parser/cxx-default-args.cpp
+1-0clang/docs/ReleaseNotes.rst
+15-03 files

FreeBSD/ports 39fabf7x11/xauth Makefile pkg-descr

x11/xauth: Update to 1.1.5

Add WWW and update pkg-descr.

https://lists.x.org/archives/xorg-announce/2025-December/003653.html

PR:             295117
Approved by:    x11 (arrowd)
Approved by:    fluffy (mentor)
DeltaFile
+4-4x11/xauth/Makefile
+5-1x11/xauth/pkg-descr
+3-3x11/xauth/distinfo
+12-83 files

NetBSD/src Brhw0CTsys/sys param.h

   PGSHIFT -> PAGE_SHIFT
   PGOFSET -> PAGE_MASK
   NBPG -> PAGE_SIZE
VersionDeltaFile
1.745+7-7sys/sys/param.h
+7-71 files

NetBSD/src CPfCSNmsys/sys ioccom.h

   NBPG -> PAGE_SIZE
VersionDeltaFile
1.14+2-2sys/sys/ioccom.h
+2-21 files

NetBSD/src l2qBbNqsys/kern sysv_shm.c

   PGOFSET -> PAGE_MASK
VersionDeltaFile
1.143+6-6sys/kern/sysv_shm.c
+6-61 files

NetBSD/src 46a9trMsys/kern exec_subr.c

   PGOFSET -> PAGE_MASK
VersionDeltaFile
1.92+3-3sys/kern/exec_subr.c
+3-31 files

LLVM/project 5ea4df0compiler-rt/lib/sanitizer_common sanitizer_common.h

Fix formatting of function declarations in sanitizer_common.h
DeltaFile
+2-2compiler-rt/lib/sanitizer_common/sanitizer_common.h
+2-21 files

LLVM/project fef9638compiler-rt/lib/asan asan_thread.h

Fix pointer declaration style for altstack_base_
DeltaFile
+1-1compiler-rt/lib/asan/asan_thread.h
+1-11 files

LLVM/project 3b93af2compiler-rt/lib/sanitizer_common sanitizer_posix_libcdep.cpp

Fix return statement formatting in sigaltstack check
DeltaFile
+2-1compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
+2-11 files

LLVM/project 19231dbcompiler-rt/test/asan/TestCases/Posix multiple_sigaltstack.cpp

Reorder includes
DeltaFile
+1-1compiler-rt/test/asan/TestCases/Posix/multiple_sigaltstack.cpp
+1-11 files

LLVM/project 19a1532llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/AMDGPU/NextUseAnalysis spill-vreg-many-lanes.mir acyclic-770bb.mir

Merge branch 'main' into users/ilovepi/signalstack
DeltaFile
+275,101-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/spill-vreg-many-lanes.mir
+87,984-82,073llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+144,679-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/acyclic-770bb.mir
+66,293-29,491llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+57,682-0llvm/test/CodeGen/AMDGPU/NextUseAnalysis/double-nested-loops-complex-cfg.mir
+27,592-26,643llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+659,331-138,20728,075 files not shown
+3,490,982-1,327,98828,081 files

OpenBSD/ports TsweUyqsysutils/grafana Makefile distinfo, sysutils/grafana/patches patch-conf_sample_ini

   sysutils/grafana: update to 13.0.1

   ok denis@
VersionDeltaFile
1.46+1,864-778sysutils/grafana/pkg/PLIST
1.63+4-6sysutils/grafana/Makefile
1.46+4-4sysutils/grafana/distinfo
1.29+3-3sysutils/grafana/patches/patch-conf_sample_ini
+1,875-7914 files

FreeBSD/ports e0f5factextproc/ov distinfo Makefile

textproc/ov: Update to 0.52.0

While here, claim maintainership after three consecutive maintainer
timeouts.

Changelog: https://github.com/noborus/ov/releases/tag/v0.52.0

PR:             294813
Approved by:    lcook (former maintainer, timeout 2 weeks)
DeltaFile
+5-5textproc/ov/distinfo
+4-5textproc/ov/Makefile
+9-102 files

FreeBSD/ports 1d4d0d1sysutils/py-croniter distinfo Makefile

sysutils/py-croniter: Update to 6.2.2

- Update PORTVERSION from 6.0.0 to 6.2.2
DeltaFile
+3-3sysutils/py-croniter/distinfo
+1-1sysutils/py-croniter/Makefile
+4-42 files

FreeBSD/ports 9b7bb43devel/py-multipledispatch distinfo Makefile

devel/py-multipledispatch: Update to version 1.0.0

- Update PORTVERSION to 1.0.0

PR:             294188
Reported by:    Yuri Victorovich <yuri at freebsd.org>
DeltaFile
+3-2devel/py-multipledispatch/distinfo
+2-3devel/py-multipledispatch/Makefile
+5-52 files

FreeBSD/ports 580b333databases/R-cran-RSQLite distinfo Makefile

databases/R-cran-RSQLite: Update to 3.52.0

- Update PORTVERSION from 2.4.6 to 3.52.0
- Remove R-cran-Rcpp from CRAN_DEPENDS (replaced by cpp11)
DeltaFile
+3-3databases/R-cran-RSQLite/distinfo
+1-2databases/R-cran-RSQLite/Makefile
+4-52 files

FreeBSD/ports ce4aa85audio/go-librespot distinfo Makefile

audio/go-librespot: Update 0.5.3 => 0.7.1

Changelog:
https://github.com/devgianlu/go-librespot/releases/tag/v0.6.0
https://github.com/devgianlu/go-librespot/releases/tag/v0.6.1
https://github.com/devgianlu/go-librespot/releases/tag/v0.6.2
https://github.com/devgianlu/go-librespot/releases/tag/v0.7.0
https://github.com/devgianlu/go-librespot/releases/tag/v0.7.1

PR:             295183
Sponsored by:   UNIS Labs
DeltaFile
+5-5audio/go-librespot/distinfo
+2-3audio/go-librespot/Makefile
+7-82 files

LLVM/project 578ba5fllvm/include/llvm/ADT MapVector.h

[ADT] Avoid map storage for small SmallMapVector (#196473)

SmallMapVector previously used SmallDenseMap for its index, which still
initializes and maintains map storage even when the number of entries is
tiny.

Teach MapVector to support a vector-only small mode. While the entry
count stays
within the configured small size, operations use the underlying vector
directly.
When the size grows past the threshold, the map index is built and
subsequent
operations use the regular MapVector path.

This mirrors the small-size strategy used by SmallSetVector.
DeltaFile
+73-15llvm/include/llvm/ADT/MapVector.h
+73-151 files

FreeBSD/ports 381f924mail/fetchmail distinfo Makefile, mail/fetchmailconf Makefile

mail/fetchmail{,conf}: Update 6.6.3 => 6.6.4

News:
https://gitlab.com/fetchmail/fetchmail/-/blob/6.6.4/NEWS

While here remove GNU_CONFIGURE_MANPREFIX - this is default value.

PR:             295178
Sponsored by:   UNIS Labs
DeltaFile
+3-3mail/fetchmail/distinfo
+1-2mail/fetchmail/Makefile
+0-1mail/fetchmailconf/Makefile
+4-63 files

FreeBSD/ports 6e0efdfgraphics/R-cran-GDD Makefile

graphics/R-cran-GDD: Mark as BROKEN

Mark GDD as BROKEN as it is no longer actively developed and fails to
compile with recent releases of R
DeltaFile
+2-0graphics/R-cran-GDD/Makefile
+2-01 files

FreeBSD/ports 01274cewww/tt-rss distinfo Makefile

www/tt-rss: Update g20260317 => g20260501

Commit log:
https://github.com/tt-rss/tt-rss/compare/5cbcc14...f88091c

PR:             295181
Sponsored by:   UNIS Labs
DeltaFile
+3-3www/tt-rss/distinfo
+2-2www/tt-rss/Makefile
+5-52 files

FreeBSD/ports 63c6d94devel/universal-ctags distinfo Makefile

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

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

PR:             295180
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/universal-ctags/distinfo
+1-1devel/universal-ctags/Makefile
+4-42 files

FreeBSD/ports bd02c95devel/ghidra pkg-plist distinfo

devel/ghidra: Update to version 12.0.4

Release notes:
https://github.com/NationalSecurityAgency/ghidra/releases/tag/Ghidra_12.0.4_build
https://github.com/NationalSecurityAgency/ghidra/releases/tag/Ghidra_12.0.3_build

MFH:            2026Q2
(cherry picked from commit fbcccc6c8aa4b16e8eef17fe5333348f68ea1fef)
DeltaFile
+10-10devel/ghidra/pkg-plist
+3-3devel/ghidra/distinfo
+2-3devel/ghidra/Makefile
+15-163 files

FreeBSD/ports fbcccc6devel/ghidra pkg-plist distinfo

devel/ghidra: Update to version 12.0.4

Release notes:
https://github.com/NationalSecurityAgency/ghidra/releases/tag/Ghidra_12.0.4_build
https://github.com/NationalSecurityAgency/ghidra/releases/tag/Ghidra_12.0.3_build

MFH:            2026Q2
DeltaFile
+10-10devel/ghidra/pkg-plist
+3-3devel/ghidra/distinfo
+2-3devel/ghidra/Makefile
+15-163 files

NetBSD/src YT4YepMsys/arch/alpha/alpha syscall.c, sys/arch/mips/mips syscall.c

   Fix a longstanding bug on 64 bit ports with ABIs requiring sign-extension when returning 32-bit values in registers.  Alpha, MIPS N64, RISCV.

   With these ABIs it is necessary for the syscall return code to manually
   sign-extend all 32-bit return values.  If we don't, everything may look
   just fine, until a syscall return value is spilled to the stack and then
   reloaded.  At that point, the zero-extended form produced by C assignment
   into the 64-bit register for return to userspace will be sign-extended
   upon reload, producing a different, corrupt value which will fail comparisons.
   This was observed with a getuid() != geteuid() deep inside sshd on N64, on an
   unusual system that had some very large UIDs with bit 31 set - but is quite
   difficult to reproduce with small tests, since register pressure and compiler
   behavior determine whether the conditions necessary to trigger the bug will
   exist.

   The easiest way to see whether a new target needs this treatment is to
   look at its GCC configuratrion; if its PROMOTE_MODE has UNSIGNEDP = 0
   for SImode, the sign-extension in syscall() is necessary.
VersionDeltaFile
1.347+37-34sys/kern/init_sysent.c
1.189+29-1sys/kern/makesyscalls.sh
1.52+14-2sys/arch/mips/mips/syscall.c
1.7+12-2sys/arch/riscv/riscv/syscall.c
1.46+12-2sys/arch/alpha/alpha/syscall.c
1.307+3-1sys/sys/systm.h
+107-427 files not shown
+113-4813 files

NetBSD/src lyroAIUsys/arch/sparc64/include param.h

   Return an #endif seemingly deleted by accident in previous.
VersionDeltaFile
1.65+2-1sys/arch/sparc64/include/param.h
+2-11 files