LLVM/project cbc6e86clang/lib/AST/ByteCode Interp.h Compiler.cpp, clang/test/AST/ByteCode cxx14.cpp

[clang][bytecode] Allow const mutation in all variable initializers (#195794)

So the attached test case works even though it's just an `InitListExpr`.
DeltaFile
+12-0clang/test/AST/ByteCode/cxx14.cpp
+11-0clang/lib/AST/ByteCode/Interp.h
+6-0clang/lib/AST/ByteCode/Compiler.cpp
+4-0clang/lib/AST/ByteCode/Opcodes.td
+33-04 files

NetBSD/pkgsrc jZekWG2devel/py-requests-cache Makefile distinfo

   py-requests-cache: updated to 1.3.2

   1.3.2

   Update CachedResponse for compatibility with requests 2.34
   If a request contains a header that is in both ignored_parameters and Vary (for example, Authorization + Vary: Authorization), always consider it a cache miss
   Ignore + redact some additional common authentication headers + params by default
VersionDeltaFile
1.5+7-5devel/py-requests-cache/Makefile
1.3+4-4devel/py-requests-cache/distinfo
+11-92 files

NetBSD/pkgsrc MTBOIgLlang/py-librt distinfo Makefile

   py-librt: updated to 0.11.0

   0.11.0
   Unknown changes
VersionDeltaFile
1.6+4-4lang/py-librt/distinfo
1.6+3-3lang/py-librt/Makefile
1.3+3-1lang/py-librt/PLIST
+10-83 files

LLVM/project ce6605amlir/include/mlir/Dialect/LLVMIR NVVMOps.td NVVMDialect.td

[MLIR][NVVM][NFC] Restructure NVVM dialect (#195811)

Moves the declarations of the NVVM dialect and some widely used enums
(`FPRoundingModeAttr` and `SaturationModeAttr`) to separate files to make
them easier to maintain and also use in the NVGPU dialect.
DeltaFile
+7-136mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+94-0mlir/include/mlir/Dialect/LLVMIR/NVVMDialect.td
+72-0mlir/include/mlir/Dialect/LLVMIR/NVVMEnums.td
+173-1363 files

NetBSD/pkgsrc ax3b5OMdoc CHANGES-2026 TODO

   Updated devel/py-uv[-build]
VersionDeltaFile
1.2964+3-1doc/CHANGES-2026
1.27250+1-2doc/TODO
+4-32 files

NetBSD/pkgsrc JHIayNDdevel/py-uv distinfo cargo-depends.mk, devel/py-uv-build distinfo

   py-uv py-uv-build: updated to 0.11.13

   0.11.13

   Bug fixes

   Include data files in editable builds
   Respect --require-hashes when installing from pylock.toml files

   Python

   Add CPython 3.14.5
VersionDeltaFile
1.23+13-13devel/py-uv-build/distinfo
1.22+13-13devel/py-uv/distinfo
1.20+3-3devel/py-uv/cargo-depends.mk
1.24+2-2devel/py-uv/Makefile.common
+31-314 files

NetBSD/src l8XJn9Nsys/arch/m68k/include param.h

   Allow (p)redefinitions of symbols in <machine/param.h>

   sun3 (via machine/param3.h) defines UBC_NWINS UBC_WINSHIFT & MAXEXEC
   before including <m68k/param.h> == and defines UBC_NWINS differently.

   Allow for that (hopefully fix broken sun3 build).

   [ Why sun3 has __mc680010__ defined is left as an unexplained mystery ]
VersionDeltaFile
1.34+8-1sys/arch/m68k/include/param.h
+8-11 files

LLVM/project 5a03b84llvm/lib/Target/AArch64 AArch64TargetTransformInfo.cpp, llvm/test/Analysis/CostModel/AArch64 ctpop.ll sve-ctpop.ll

[AArch64][CostModel] Model sve costs for ctpop (#192428)

Targets supporting sve prefer sve for ctpop with fixed length vectors.
Update cost model to reflect the same.
DeltaFile
+146-41llvm/test/Analysis/CostModel/AArch64/ctpop.ll
+38-0llvm/test/Analysis/CostModel/AArch64/sve-ctpop.ll
+14-3llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
+198-443 files

LLVM/project b84d09fclang/include/clang/CIR MissingFeatures.h, clang/lib/CIR/CodeGen CIRGenModule.cpp

ROllback to TODO for AArch64 Function Multi Versioning
DeltaFile
+0-35clang/test/CIR/Lowering/fmv-features.cir
+2-26clang/lib/CIR/CodeGen/CIRGenModule.cpp
+1-0clang/include/clang/CIR/MissingFeatures.h
+3-613 files

LLVM/project 907d9c7clang/lib/CIR/CodeGen CIRGenModule.cpp, clang/test/CIR/Lowering fmv-features.cir

use interleaveComma and features.reserve
DeltaFile
+35-0clang/test/CIR/Lowering/fmv-features.cir
+6-3clang/lib/CIR/CodeGen/CIRGenModule.cpp
+41-32 files

LLVM/project e7a6a39clang/include/clang/CIR MissingFeatures.h, clang/lib/CIR/CodeGen CIRGenModule.cpp

[CIR] Implement function target/tune attrs and FMV metadata.
DeltaFile
+244-0clang/test/CIR/CodeGen/attr-target-aarch64.c
+186-0clang/test/CIR/CodeGen/attr-target-x86.c
+74-0clang/test/CIR/CodeGenHIP/attr-target-amdgpu.hip
+66-3clang/lib/CIR/CodeGen/CIRGenModule.cpp
+0-1clang/include/clang/CIR/MissingFeatures.h
+570-45 files

LLVM/project 805e38cclang/include/clang/CIR MissingFeatures.h, clang/lib/CIR/CodeGen Address.h CIRGenModule.cpp

Fix tests
DeltaFile
+8-5clang/lib/CIR/CodeGen/Address.h
+5-3clang/lib/CIR/CodeGen/CIRGenModule.cpp
+4-1clang/lib/CIR/CodeGen/CIRGenExprCXX.cpp
+1-0clang/include/clang/CIR/MissingFeatures.h
+18-94 files

LLVM/project 1bcdc4bclang/lib/Interpreter IncrementalParser.h, clang/tools/libclang CIndexDiagnostic.cpp

[NFC] Fix C++23 build failures caused by incomplete types (#196814)
DeltaFile
+6-0llvm/lib/Target/BPF/BPFAsmPrinter.cpp
+6-0llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+1-4clang/lib/Interpreter/IncrementalParser.h
+2-2llvm/lib/Target/BPF/BPFAsmPrinter.h
+2-1llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.h
+3-0clang/tools/libclang/CIndexDiagnostic.cpp
+20-72 files not shown
+24-98 files

LLVM/project 21c75f0llvm/lib/Transforms/InstCombine InstCombinePHI.cpp

[InstCombine][NFC] Change the order of checks in SliceUpIllegalIntegerPHI for faster compile time. (#183726)

SliceUpIllegalIntegerPHI searches for PHIs that have illegal type and
are only used by trunc or trunc(lshr) operations. It bails out if
encounters invoke or EH pad instructions.
It first checks whether it encounters invoke or EH pad, which is time
consuming as it checks every instruction. Then it checks whether it is
used by trunc or trunc(lshr). The former check is generally loose, while
the latter one is stricter. Switch the order of the checks will speed up
compilation.

Signed-off-by: XinlongZHANG-Bob <zhangxinlong.bob at bytedance.com>
DeltaFile
+28-26llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
+28-261 files

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

LLVM/project 69d52b8clang/lib/CIR/CodeGen CIRGenBuiltinAMDGPU.cpp

use emitIntrinsicCallOp from builder
DeltaFile
+3-6clang/lib/CIR/CodeGen/CIRGenBuiltinAMDGPU.cpp
+3-61 files

LLVM/project ca5fad0clang/lib/CIR/CodeGen CIRGenBuiltinAMDGPU.cpp, clang/test/CIR/CodeGenHIP builtins-amdgcn.hip

[CIR][AMDGPU] Add lowering for amdgcn ds swizzle builtin.
DeltaFile
+10-1clang/lib/CIR/CodeGen/CIRGenBuiltinAMDGPU.cpp
+8-0clang/test/CIR/CodeGenHIP/builtins-amdgcn.hip
+18-12 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