LLVM/project dccd300llvm/test/Transforms/LoopVectorize consecutive-ptr-uniforms.ll

[LV][NFC] Reshape pointer_iv_non_uniform_0 test to use distinct loads (#196494)

The followup [patch](https://github.com/llvm/llvm-project/pull/196080)
is folding some of the idempotent binary ops This test has `sub x - x`
operation which is affected by the followup patch. This patch is making
the test immune to the fold.
DeltaFile
+5-5llvm/test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
+5-51 files

LLVM/project 07aad88clang/include/clang/CIR/Dialect/Builder CIRBaseBuilder.h, clang/lib/CIR/CodeGen CIRGenFunction.h Address.h

fix fmt and some coding conventions
DeltaFile
+7-8clang/lib/CIR/CodeGen/CIRGenFunction.h
+2-2clang/lib/CIR/CodeGen/Address.h
+1-1clang/lib/CIR/CodeGen/CIRGenDecl.cpp
+1-1clang/lib/CIR/CodeGen/CIRGenExpr.cpp
+1-1clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
+12-135 files

FreeBSD/ports 5107d1btextproc/enchant2 distinfo Makefile

textproc/enchant2: update to 2.8.16

Update to 2.8.16
  This release fixes a bug in enchant(1) where an invalid word would
  cause the rest of the line to be skipped when checking with -l.

PR:             295123
DeltaFile
+3-3textproc/enchant2/distinfo
+1-1textproc/enchant2/Makefile
+4-42 files

FreeBSD/ports 7fb702adevel/glibmm26 distinfo Makefile

devel/glibmm26: update to 2.86.0

With recent update of devel/glib20 commit 944cdc82c7, this is update for
devel/glibmm26 to 2.86.0.

  2.86.0 (stable) 2025-09-19:

  gmmproc:
  * tools/defs_gen/docextract: Improve extraction of enum enumerators.
    New enumerators in glib, gtk, pango are usually documented with one
    enumerator per documentation block.
    (Kjell Ahlstedt)

  2.85.0 (unstable) 2025-08-31:

  Glib:
  * Date: Add get_week_of_year() and get_weeks_in_year().
    (Kjell Ahlstedt)


    [13 lines not shown]
DeltaFile
+3-3devel/glibmm26/distinfo
+1-1devel/glibmm26/Makefile
+4-42 files

FreeBSD/ports a05657fshells/dash distinfo Makefile

shells/dash: Update to 0.5.13.4.

Changes: https://git.kernel.org/pub/scm/utils/dash/dash.git/log/
(cherry picked from commit 5172bd2c835f0e468150fb5cbbc7013151d0be43)
DeltaFile
+3-3shells/dash/distinfo
+1-1shells/dash/Makefile
+4-42 files

FreeBSD/ports 24c9096security/vuxml/vuln 2026.xml

security/vuxml: Document dash entry
DeltaFile
+30-0security/vuxml/vuln/2026.xml
+30-01 files

LLVM/project 11c8eedclang/lib/CIR/CodeGen CIRGenExpr.cpp Address.h, clang/test/CIR/CodeGen amdgpu-stack-alloca-array-decay.cpp

[CIR][CIRGen] Cast stack allocas to the language-visible address space
DeltaFile
+45-20clang/lib/CIR/CodeGen/CIRGenExpr.cpp
+42-0clang/test/CIR/CodeGen/amdgpu-stack-alloca-array-decay.cpp
+14-0clang/lib/CIR/CodeGen/Address.h
+7-6clang/lib/CIR/CodeGen/CIRGenFunction.cpp
+12-0clang/lib/CIR/CodeGen/CIRGenFunction.h
+5-4clang/lib/CIR/CodeGen/CIRGenDecl.cpp
+125-303 files not shown
+134-349 files

FreeBSD/ports 5172bd2shells/dash distinfo Makefile

shells/dash: Update to 0.5.13.4.

Changes: https://git.kernel.org/pub/scm/utils/dash/dash.git/log/
DeltaFile
+3-3shells/dash/distinfo
+1-1shells/dash/Makefile
+4-42 files

LLVM/project 084a5acclang/test/CodeGen arm64-neon-header.c

[clang][test] Add AArch64 requirement to arm64_neon.h test (#196867)

Only run test when the AArch64 target is built
DeltaFile
+2-0clang/test/CodeGen/arm64-neon-header.c
+2-01 files

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