LLVM/project 66a11b2clang/lib/StaticAnalyzer/Checkers LifetimeModeling.cpp

Clean up dead symbols.
DeltaFile
+6-0clang/lib/StaticAnalyzer/Checkers/LifetimeModeling.cpp
+6-01 files

LLVM/project 5bb2565flang/lib/Optimizer/OpenMP MapsForPrivatizedSymbols.cpp, flang/test/Transforms omp-maps-for-privatized-symbols.fir

[Flang][OpenMP] Generate maps for allocatable components of privatized symbols for target offload (#214015)

Currently we do not generate maps for allocatable components of derived
types for privatized derived type symbols, this can be a problem when
the variable requires initialization from the original copy, as the
device will try to perform initialization and the data will not be
present to do so. This causes a runtime memory access error on device.
Some example code that can trigger this:

type :: btype
    real(kind=8),allocatable, dimension(:) :: a
end type

!$omp target teams distribute parallel do firstprivate(b)

This does not apply to pointers as they aren't mandated to be
initialized as allocatables are at the moment I believe when they're
sub-objects. But it does apply to allocatables where initialization and
copy blocks are generated.

    [4 lines not shown]
DeltaFile
+44-1flang/test/Transforms/omp-maps-for-privatized-symbols.fir
+24-1flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp
+68-22 files

LLVM/project 8045b02clang/include/clang/Basic DiagnosticDriverKinds.td, clang/lib/Driver Driver.cpp

[flang][AIX] Diagnose unsupported OBJECT_MODE setting and -maix32 option (#209919)

This patch is to align flang's default behavior to the other tools in
toolchain on AIX. Flang assumes 32-bit compile by default. The compile
mode can be overridden by setting environment variable OBJECT_MODE=64 or
specifying the -maix64 option.
DeltaFile
+35-12clang/lib/Driver/Driver.cpp
+28-0flang/test/Driver/aix-object-mode.f90
+5-5flang/test/Driver/m32-option.f90
+2-3flang-rt/test/lit.cfg.py
+4-0flang/test/lit.cfg.py
+3-0clang/include/clang/Basic/DiagnosticDriverKinds.td
+77-206 files

LLVM/project 1cbfd51clang/include/clang/CIR/Dialect/IR CIROps.td CIRAttrs.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Change the 'inline_kind' enum to have an explicit attribute (#215335)

If we use the builtin automatic inline-kind here, we don't get to have
it printed reasonably/normally. This patch adds the
'genSpecializedAttr=0' and adds an explicit attribute so we print it as
an enum value.
DeltaFile
+24-0clang/test/CIR/IR/invalid-call.cir
+8-8clang/test/CIR/CodeGen/callsite-inline-attributes.cpp
+16-0clang/test/CIR/IR/inline-attrs.cir
+11-2clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+2-2clang/include/clang/CIR/Dialect/IR/CIROps.td
+1-0clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+62-126 files

NetBSD/pkgsrc hy4OYi1mk/compiler gcc.mk

   mk: hook in gcc16
VersionDeltaFile
1.313+48-5mk/compiler/gcc.mk
+48-51 files

LLVM/project 71cc370clang/lib/StaticAnalyzer/Checkers LifetimeModeling.h

Update doc comment for markAsReported.
DeltaFile
+2-2clang/lib/StaticAnalyzer/Checkers/LifetimeModeling.h
+2-21 files

LLVM/project 2ad7d47llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer Scheduler.h, llvm/lib/Transforms/Vectorize/SandboxVectorizer Scheduler.cpp

[SandboxVec][Scheduler] Fix false negatives (#211108)

This patch fixes an issue where trySchedule() could return false even
though scheduling was legal. This would happen after a failed
trySchedule(Bndl1) attempt for a bundle that would span a large number
of instructions. Any subsequent trySchedule(Bndl2) for a bundle that
would span fewer instrs than Bndl1 would return false because the
scheduler would not scan the required instructions to add them to the
ready list.
DeltaFile
+34-1llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SchedulerTest.cpp
+12-6llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h
+9-3llvm/lib/Transforms/Vectorize/SandboxVectorizer/Scheduler.cpp
+55-103 files

NetBSD/pkgsrc WDchntVdoc TODO CHANGES-2026

   doc: Added lang/gcc16-libjit version 16.1.0
VersionDeltaFile
1.27730+1-2doc/TODO
1.5146+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc pjtjK1Udoc CHANGES-2026

   doc: Added lang/gcc16-libs version 16.1.0nb1
VersionDeltaFile
1.5145+2-1doc/CHANGES-2026
+2-11 files

LLVM/project c2cd1ffclang/lib/StaticAnalyzer/Checkers LifetimeModeling.h DanglingPtrDeref.cpp, clang/test/Analysis dangling-ptr-deref.cpp

[analyzer] Only report the first dereference of the same variable in DanglingPtrDeref
DeltaFile
+13-0clang/test/Analysis/dangling-ptr-deref.cpp
+8-0clang/lib/StaticAnalyzer/Checkers/LifetimeModeling.cpp
+6-0clang/lib/StaticAnalyzer/Checkers/DanglingPtrDeref.cpp
+5-0clang/lib/StaticAnalyzer/Checkers/LifetimeModeling.h
+32-04 files

NetBSD/pkgsrc FC0W5Endoc CHANGES-2026 TODO

   doc: Added lang/gcc16 version 16.1.0
VersionDeltaFile
1.27729+2-2doc/TODO
1.5144+2-1doc/CHANGES-2026
+4-32 files

NetBSD/pkgsrc KXYDU0Dlang Makefile

   lang/Makefile: + gcc16*
VersionDeltaFile
1.789+4-1lang/Makefile
+4-11 files

NetBSD/pkgsrc YrRgOlRlang/gcc16-libjit DESCR PLIST

   lang/gcc16-libjit: import gcc16-libjit-16.1.0

   The GNU Compiler Collection (GCC) includes front ends for C, C++,
   Objective-C, Fortran, and Go.

   This package contains libgccjit, an API for embedding GCC inside
   programs and libraries.
VersionDeltaFile
1.1+31-0lang/gcc16-libjit/Makefile
1.1+16-0lang/gcc16-libjit/buildlink3.mk
1.1+7-0lang/gcc16-libjit/PLIST
1.1+5-0lang/gcc16-libjit/DESCR
+59-04 files

LLVM/project 40001fdclang/include/clang/Options Options.td, clang/lib/Basic/Targets NVPTX.cpp

[NVPTX] Make `shortptr` a target ABI (#214112)

Refactor our handling of `shortptr` to make it a proper target ABI
instead of plumbing it through with CLI options.

Assisted by AI.
DeltaFile
+12-12llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
+4-10llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
+9-3clang/lib/Basic/Targets/NVPTX.cpp
+5-3clang/test/Driver/cuda-short-ptr.cu
+3-3clang/include/clang/Options/Options.td
+2-2llvm/test/CodeGen/NVPTX/tcgen05-commit.ll
+35-3345 files not shown
+116-11551 files

LLVM/project 86410eaclang/lib/Parse ParseOpenMP.cpp, flang/lib/Parser openmp-parsers.cpp

[OpenMP] Delete now unused OMPD_ordered

It has been replaced by OMPD_ordered_standalone and
OMPD_ordered_blockassoc.
DeltaFile
+0-13llvm/include/llvm/Frontend/OpenMP/OMP.td
+1-2llvm/unittests/Frontend/OpenMPDirectiveNameParserTest.cpp
+1-2flang/lib/Semantics/check-omp-structure.cpp
+1-2flang/lib/Parser/openmp-parsers.cpp
+1-1llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+1-1clang/lib/Parse/ParseOpenMP.cpp
+5-216 files

NetBSD/pkgsrc a0nMBm1lang/gcc16-libs DESCR buildlink3.mk

   lang/gcc16-libs: import gcc16-libs-16.1.0nb1

   The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
   Fortran, and Go, as well as libraries for these languages (libstdc++,
   libgfortran, ...).

   This packages provides GCC support libraries in a specific location and allows
   packages to depend on just the libraries rather than having to pull in the full
   GCC package.
VersionDeltaFile
1.1+64-0lang/gcc16-libs/Makefile
1.1+46-0lang/gcc16-libs/buildlink3.mk
1.1+7-0lang/gcc16-libs/DESCR
+117-03 files

LLVM/project e6dc106clang/include/clang/AST StmtOpenMP.h, clang/lib/AST StmtOpenMP.cpp

[clang][OpenMP] Split OMPOrderedDirective into two classes

Now that OMPD_ordered has been replaced with two variants, split
the OMPOrderedDirective class into two classes, one for each
variant.
DeltaFile
+77-71clang/lib/CodeGen/CGStmtOpenMP.cpp
+65-13clang/include/clang/AST/StmtOpenMP.h
+24-18clang/lib/AST/StmtOpenMP.cpp
+12-5clang/lib/Serialization/ASTReaderStmt.cpp
+14-3clang/lib/Sema/TreeTransform.h
+13-3clang/tools/libclang/CIndex.cpp
+205-11314 files not shown
+279-13720 files

LLVM/project 0b724a4clang/lib/Parse ParseOpenMP.cpp

Update function name in all places
DeltaFile
+2-2clang/lib/Parse/ParseOpenMP.cpp
+2-21 files

LLVM/project 5bd4130clang/include/clang/AST StmtOpenMP.h

format
DeltaFile
+2-3clang/include/clang/AST/StmtOpenMP.h
+2-31 files

LLVM/project d77446fclang/lib/Parse ParseOpenMP.cpp

Update clang/lib/Parse/ParseOpenMP.cpp

Co-authored-by: Alexey Bataev <a.bataev at outlook.com>
DeltaFile
+1-1clang/lib/Parse/ParseOpenMP.cpp
+1-11 files

LLVM/project 01123baclang/bindings/python/clang cindex.py, clang/include/clang-c Index.h

Avoid horrible hack by using separate opcodes for the two ordered kinds
DeltaFile
+9-10clang/lib/AST/StmtOpenMP.cpp
+5-10clang/include/clang/AST/StmtOpenMP.h
+9-3clang/lib/Serialization/ASTReaderStmt.cpp
+6-2clang/include/clang-c/Index.h
+5-2clang/bindings/python/clang/cindex.py
+3-1clang/lib/Serialization/ASTWriterStmt.cpp
+37-283 files not shown
+43-319 files

LLVM/project ed3159cclang/include/clang/AST StmtOpenMP.h

Add comment
DeltaFile
+2-0clang/include/clang/AST/StmtOpenMP.h
+2-01 files

LLVM/project 2920732clang/include/clang/AST StmtOpenMP.h, clang/lib/AST StmtOpenMP.cpp

[clang][OpenMP] Use different ids for block and s/a ORDERED directive

Use OMPD_ordered_blockassoc for the block-associated ORDERED directive,
and OMPD_ordered_standalone for the standalone variant.

This still uses a single AST class for both though. The directive
kind stored in can now take either of the two values.
DeltaFile
+36-23clang/lib/Parse/ParseOpenMP.cpp
+33-20clang/lib/Sema/SemaOpenMP.cpp
+10-6clang/lib/CodeGen/CGOpenMPRuntime.cpp
+9-3clang/lib/AST/StmtOpenMP.cpp
+7-3clang/include/clang/AST/StmtOpenMP.h
+4-2llvm/lib/Frontend/OpenMP/DirectiveNameParser.cpp
+99-574 files not shown
+107-6210 files

NetBSD/pkgsrc 9JHloFclang/gcc16 Makefile options.mk, lang/gcc16/patches patch-gcc_config_arm_arm.h patch-gcc_config_arm_netbsd-eabi.h

   lang/gcc16: import gcc16-16.1.0

   The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
   Fortran, and Go.
VersionDeltaFile
1.1+179-0lang/gcc16/Makefile.common
1.1+171-0lang/gcc16/options.mk
1.1+88-0lang/gcc16/Makefile
1.1+80-0lang/gcc16/patches/patch-gcc_config_arm_netbsd-elf.h
1.1+57-0lang/gcc16/patches/patch-gcc_config_arm_netbsd-eabi.h
1.1+45-0lang/gcc16/patches/patch-gcc_config_arm_arm.h
+620-024 files not shown
+1,080-030 files

LLVM/project c584282flang/test/Semantics/OpenMP ordered03.f90

Add testcase
DeltaFile
+9-0flang/test/Semantics/OpenMP/ordered03.f90
+9-01 files

LLVM/project 5b79e1bflang/lib/Semantics check-omp-structure.cpp

Show type of ORDERED directive
DeltaFile
+9-2flang/lib/Semantics/check-omp-structure.cpp
+9-21 files

FreeNAS/freenas 6965d1dsrc/middlewared/middlewared/common/license_reconcile __init__.py, src/middlewared/middlewared/plugins failover.py

Reconcile license derived config when the license changes

This commit adds changes to converge every subsystem whose configuration is derived from the license once that license changes. `truenas.license.upload` regenerated exactly one etc group and then fired `system.post_license_update` detached. That was survivable while gates asked `is_enterprise`, which expanded to `is_ha_capable OR (licence AND model AND not freenas)` -- on appliance hardware the first limb was already true before any license was installed, so those gates did not change their answer when one arrived and never re-rendering them cost nothing. Now that they are feature key checks they do change their answer, and a spread of etc groups were left silently stale until something unrelated regenerated them or the box rebooted. The plainest case is sudoers, where sudo command auditing simply did not turn on when an appliance was licensed.

Each affected subsystem now registers a LicenseReconcileDelegate from its own setup, naming the etc groups it owns and what should happen once they have been re-rendered, and a runner walks the eight of them on the hook. Doing this per plugin rather than centrally in etc matters because the right action differs between them, and not always for the obvious reason. The block target delegates only render, but they still decline to run when their service is stopped, because for nvmet and LIO writing the config is itself the reconfiguration rather than a file something reads later. smb and discovery reload a real daemon. The user delegate reloads a pseudo service that has no daemon behind it at all, so there the reload is simply how the group gets regenerated. And ctdb gets a restart because the presence of its config file is what decides whether the daemon can start. Registration refuses a duplicate name or a group another delegate already claims, so two plugins cannot quietly both own one.

The hook is still fired detached, so the upload itself does not wait on the pass. failover.status is dropped from its cache ahead of it, since a good half of these groups read that while rendering and would otherwise reconcile against the status cached under the old license, and truesearch is registered async so that waiting on its service job cannot hold the other consumers up behind it.

The cron template also goes back to rendering unless failover.status is definitively BACKUP. Keying it on SINGLE or MASTER instead, which is where it had drifted to, meant a transient ELECTING, IMPORTING or ERROR read emptied the whole schedule -- every user cronjob, rsync task, cloud sync, scrub and update check -- with nothing to put it back until the group happened to be regenerated again.
DeltaFile
+363-0src/middlewared/middlewared/pytest/unit/plugins/truenas/test_license_reconcile.py
+128-0src/middlewared/middlewared/plugins/truenas/license_reconcile.py
+79-0src/middlewared/middlewared/common/license_reconcile/__init__.py
+41-0src/middlewared/middlewared/plugins/iscsi_/iscsi_global.py
+33-4src/middlewared/middlewared/plugins/failover.py
+30-0src/middlewared/middlewared/pytest/unit/middleware.py
+674-411 files not shown
+767-817 files

NetBSD/pkgsrc-wip 003e1fagcc16 Makefile Makefile.common

gcc16: work around stage2/stage3 difference
DeltaFile
+0-209gcc16/TODO
+5-1gcc16/Makefile.common
+0-1gcc16/Makefile
+5-2113 files

NetBSD/pkgsrc-wip 21b9e06gcc16/patches patch-gmp_configure.ac patch-mpc_src_get__x.c

gcc16: remove obsolete patches
DeltaFile
+0-35gcc16/patches/patch-libgcobol_posix_shim_open.cc
+0-21gcc16/patches/patch-gmp_acinclude.m4
+0-18gcc16/patches/patch-mpc_src_get__x.c
+0-13gcc16/patches/patch-gmp_configure.ac
+0-874 files

NetBSD/pkgsrc-wip 57309f8gcc16 distinfo, gcc16/patches patch-libffi_configure patch-isl_configure

gcc16: regen patches
DeltaFile
+10-10gcc16/patches/patch-gcc_config_arm_netbsd-elf.h
+6-5gcc16/distinfo
+3-4gcc16/patches/patch-configure
+2-2gcc16/patches/patch-libffi_configure
+2-2gcc16/patches/patch-isl_configure
+2-2gcc16/patches/patch-gcc_Makefile.in
+25-256 files