LLVM/project b4b9ed6clang/include/clang/Driver CommonArgs.h, clang/include/clang/Options Options.td

[Flang][Driver] Enable the global-isel option (#177188)

DeltaFile
+35-0clang/lib/Driver/ToolChains/CommonArgs.cpp
+31-0flang/test/Driver/global-isel.f90
+1-30clang/lib/Driver/ToolChains/Clang.cpp
+8-0flang/test/Driver/lto-global-isel.f90
+4-0clang/include/clang/Options/Options.td
+4-0clang/include/clang/Driver/CommonArgs.h
+83-301 files not shown
+84-307 files

LLVM/project 5801767.github CODEOWNERS

[mlir] Add myself as CODEOWNER for `ControlFlowInterfaces` (#177366)

Set up notifications and automatically add myself as reviewer.
DeltaFile
+1-0.github/CODEOWNERS
+1-01 files

LLVM/project 7a37eacflang/test/Fir/FirToSCF do-extra.fir iterate-while-extra.fir

[flang] [test] add tests for FIRToSCF (#176026)

Increase the coverage of FIRToSCF testing.
DeltaFile
+152-0flang/test/Fir/FirToSCF/do-extra.fir
+124-0flang/test/Fir/FirToSCF/iterate-while-extra.fir
+122-0flang/test/Fir/FirToSCF/if-extra.fir
+69-0flang/test/Fir/FirToSCF/normalize.fir
+50-0flang/test/Fir/FirToSCF/sum.fir
+42-0flang/test/Fir/FirToSCF/any.fir
+559-01 files not shown
+585-07 files

FreeBSD/src 129aec7lib/libfetch fetch.3 common.c

libfetch: allow disabling TLS v1.3 when the connection

MFC after:      3 days
DeltaFile
+8-4lib/libfetch/fetch.3
+2-0lib/libfetch/common.c
+10-42 files

LLVM/project abba7eeclang/include/clang/Analysis/Analyses/LifetimeSafety Facts.h, clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp

Detect dangling fields
DeltaFile
+313-315clang/lib/Sema/AnalysisBasedWarnings.cpp
+151-0clang/test/Sema/warn-lifetime-safety-dangling-field.cpp
+48-4clang/include/clang/Analysis/Analyses/LifetimeSafety/Facts.h
+45-1clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+0-28clang/test/Analysis/lifetime-cfg-output.cpp
+16-9clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
+573-35713 files not shown
+661-38019 files

FreeBSD/ports 8fbe6damath/libsemigroups distinfo Makefile

math/libsemigroups: upgrade to 3.4.0

Release notes at https://github.com/libsemigroups/libsemigroups/releases/tag/v3.4.0
DeltaFile
+3-3math/libsemigroups/distinfo
+1-1math/libsemigroups/Makefile
+4-42 files

FreeBSD/ports 04968acastro/py-skyfield pkg-plist distinfo

astro/py-skyfield: upgrade to 1.54
DeltaFile
+181-181astro/py-skyfield/pkg-plist
+3-3astro/py-skyfield/distinfo
+1-2astro/py-skyfield/Makefile
+185-1863 files

FreeBSD/ports 88541fadevel/R-cran-rJava Makefile distinfo

devel/R-cran-rJava: upgrade to 1.0-14

Release notes at https://cran.r-project.org/web/packages/rJava/NEWS
DeltaFile
+8-4devel/R-cran-rJava/Makefile
+3-3devel/R-cran-rJava/distinfo
+11-72 files

LLVM/project c63a744clang/lib/CodeGen CodeGenFunction.cpp CGExpr.cpp, clang/test/CodeGen lifetime-sanitizer.c

[CodeGen][InstCombine][Sanitizers] Emit lifetimes when compiling with memtag-stack (#177130)

Currently we do not emit lifetimes by default when compiling with
memtag-stack - which means we don't catch use-after-scope (when
compiling without optimization).

This patch fixes that by mirroring ASan, HWASan and MSan, and always
emitting lifetime markers. The patch is based on the changes made in
aeca569.

rdar://163713381
DeltaFile
+15-0llvm/test/Transforms/InstCombine/lifetime-sanitizer.ll
+3-0clang/test/CodeGen/lifetime-sanitizer.c
+3-0clang/test/CodeGenCXX/lifetime-sanitizer.cpp
+2-1llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+2-1clang/lib/CodeGen/CodeGenFunction.cpp
+1-0clang/lib/CodeGen/CGExpr.cpp
+26-26 files

LLVM/project 87751d3.github CODEOWNERS

[mlir] Add myself as CODEOWNER for `ControlFlowInterfaces`
DeltaFile
+1-0.github/CODEOWNERS
+1-01 files

LLVM/project 584e772llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.960bit.ll

AMDGPU: Change ABI of 16-bit element vectors on gfx6/7

Fix ABI on old subtargets so match new subtargets, packing
16-bit element subvectors into 32-bit registers. Previously
this would be scalarized and promoted to i32/float.

Note this only changes the vector cases. Scalar i16/half are
still promoted to i32/float for now. I've unsuccessfully tried
to make that switch in the past, so leave that for later.

This will help with removal of softPromoteHalfType.
DeltaFile
+47,697-51,378llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+14,474-16,242llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+16,328-12,881llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+13,036-14,705llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+11,668-13,311llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+10,558-11,908llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.768bit.ll
+113,761-120,425151 files not shown
+200,132-204,069157 files

LLVM/project 8d2c40cllvm/test/CodeGen/AMDGPU/GlobalISel orn2.ll andn2.ll

cleanup regression
DeltaFile
+8-3llvm/test/CodeGen/AMDGPU/GlobalISel/orn2.ll
+8-3llvm/test/CodeGen/AMDGPU/GlobalISel/andn2.ll
+16-62 files

LLVM/project 81ec09cllvm/test/CodeGen/AMDGPU fneg-combines.f16.ll bf16.ll

AMDGPU: Change ABI of 16-bit scalar values for gfx6/gfx7

Keep bf16/f16 values encoded as the low half of a 32-bit register,
instead of promoting to float. This avoids unwanted FP effects
from the fpext/fptrunc which should not be implied by just
passing an argument. This also fixes ABI divergence between
SelectionDAG and GlobalISel.

I've wanted to make this change for ages, and failed the last
few times. The main complication was the hack to return
shader integer types in SGPRs, which now needs to inspect
the underlying IR type.
DeltaFile
+372-419llvm/test/CodeGen/AMDGPU/fneg-combines.f16.ll
+247-430llvm/test/CodeGen/AMDGPU/bf16.ll
+116-174llvm/test/CodeGen/AMDGPU/fcopysign.bf16.ll
+139-139llvm/test/CodeGen/AMDGPU/constant-address-space-32bit.ll
+112-153llvm/test/CodeGen/AMDGPU/select-fabs-fneg-extract.f16.ll
+140-114llvm/test/CodeGen/AMDGPU/fcopysign.f16.ll
+1,126-1,42981 files not shown
+3,579-4,36087 files

LLVM/project 85d881bllvm/lib/CodeGen/GlobalISel CallLowering.cpp

suggestion cleanup
DeltaFile
+12-29llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
+12-291 files

LLVM/project a6418f0llvm/lib/CodeGen/GlobalISel CallLowering.cpp

suggestion
DeltaFile
+10-0llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
+10-01 files

LLVM/project 0fec035llvm/lib/CodeGen/GlobalISel CallLowering.cpp

Suggestion with TypeSize
DeltaFile
+9-4llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
+9-41 files

LLVM/project 9232a0bllvm/lib/CodeGen/GlobalISel CallLowering.cpp

GlobalISel: Fix mishandling vector-as-scalar in return values

This fixes 2 cases when the AMDGPU ABI is fixed to pass <2 x i16>
values as packed on gfx6/gfx7. The ABI does not pack values
currently; this is a pre-fix for that change.

Insert a bitcast if there is a single part with a different size.
Previously this would miscompile by going through the scalarization
and extend path, dropping the high element.

Also fix assertions in odd cases, like <3 x i16> -> i32. This needs
to unmerge with excess elements from the widened source vector.

All of this code is in need of a cleanup; this should look more
like the DAG version using getVectorTypeBreakdown.
DeltaFile
+24-2llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
+24-21 files

FreeBSD/ports 8c5be62devel/gitaly distinfo, net/gitlab-agent distinfo

www/gitlab: security and patch update to 18.8.2

Changes:        https://about.gitlab.com/releases/2026/01/21/patch-release-gitlab-18-8-2-released/
Security:       61dc7f67-f6e5-11f0-b051-2cf05da270f3
(cherry picked from commit ddde0f2986a0984b4d32abf9094a5a2e3054860e)
DeltaFile
+13-13devel/gitaly/distinfo
+6-6www/gitlab/distinfo
+5-5net/gitlab-agent/distinfo
+5-5www/gitlab-pages/distinfo
+5-5www/gitlab-workhorse/distinfo
+1-1www/gitlab/Makefile.common
+35-356 files

FreeBSD/ports bd91cdadevel/glab distinfo Makefile

devel/glab: update to 1.81.0

Changes:        https://gitlab.com/gitlab-org/cli/-/releases
(cherry picked from commit 1a79ea73561980f6e499e6f8cdafa53850421279)
DeltaFile
+5-5devel/glab/distinfo
+2-2devel/glab/Makefile
+2-0devel/glab/pkg-plist
+9-73 files

LLVM/project af4f5eellvm/include/llvm/CodeGen SDPatternMatch.h, llvm/unittests/CodeGen SelectionDAGPatternMatchTest.cpp

[DAG] SDPatternMatch - add m_Negative/m_StrictlyPositive/m_NonNegative/m_NonPositive/m_NonZero matchers (#175191)

Resolves #174327
DeltaFile
+120-0llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp
+63-0llvm/include/llvm/CodeGen/SDPatternMatch.h
+183-02 files

OpenBSD/ports dli3OHOmultimedia/libheif Makefile distinfo

   update to libheif-1.21.2, from Brad, I tweaked the comment about heif-view
   as well
VersionDeltaFile
1.23+3-3multimedia/libheif/Makefile
1.15+2-2multimedia/libheif/distinfo
+5-52 files

LLVM/project 735f7b3llvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 combine-bzhi.ll

[X86] computeKnownBitsForTargetNode - add basic X86ISD::BZHI handling (#177347)

Currently limited to constant masks, if the mask (truncated to i8) if
less than the bitwidth then it will zero the upper bits.

So far it mainly just handles BZHI(X,0) -> 0 and BZHI(C1,C2) constant
folding.

All the BMI node combines seem to just call SimplifyDemandedBits - so
I've merged them into a single combineBMI.
DeltaFile
+30-22llvm/lib/Target/X86/X86ISelLowering.cpp
+0-6llvm/test/CodeGen/X86/combine-bzhi.ll
+30-282 files

LLVM/project 9f536c7llvm/lib/Target/AMDGPU AMDGPU.td GCNSubtarget.h

[NFC][AMDGPU] Remove unused `FeatureDisable` (#177288)

DeltaFile
+0-6llvm/lib/Target/AMDGPU/AMDGPU.td
+0-3llvm/lib/Target/AMDGPU/GCNSubtarget.h
+0-92 files

LLVM/project 02d34a7llvm/lib/Target/AMDGPU GCNSubtarget.h AMDGPU.td

[NFCI][AMDGPU] Remove more redundant code from `GCNSubtarget.h` (#177297)

We are getting pretty close to use `GET_SUBTARGETINFO_MACRO` in the
header with this cleanup.
DeltaFile
+22-58llvm/lib/Target/AMDGPU/GCNSubtarget.h
+30-46llvm/lib/Target/AMDGPU/AMDGPU.td
+11-11llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+3-3llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+3-3llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
+2-4llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
+71-1255 files not shown
+78-13311 files

LLVM/project a81d2bfllvm/lib/Transforms/InstCombine InstCombineLoadStoreAlloca.cpp, llvm/test/Transforms/InstCombine load-addrspacecast-select.ll

[InstCombine] Propagate profiles when folding addrscast through loads (#177214)

#176352 introduced a new fold and a new test for this functionality.
Given the select condition is the same before and after, we can
propagate any profile information that may be attached to the select
instruction. We should not need to explicitly drop any metadata off the
select.
DeltaFile
+11-4llvm/test/Transforms/InstCombine/load-addrspacecast-select.ll
+6-1llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
+0-1llvm/utils/profcheck-xfail.txt
+17-63 files

OpenBSD/ports 3ffnolXmultimedia/handbrake Makefile, multimedia/handbrake/patches patch-libhb_encsvtav1_c

   now that svt-av1 has been updated, drop the patch that was previously
   added to allow handbrake to build with old svt-av1. from Brad.
VersionDeltaFile
1.2+3-15multimedia/handbrake/patches/patch-libhb_encsvtav1_c
1.34+3-3multimedia/handbrake/Makefile
+6-182 files

LLVM/project d5899ccclang/docs LanguageExtensions.rst, clang/include/clang/Basic Builtins.td

[Clang] Rename `uinc_wrap` and add normal atomic builtin (#177253)

Summary:
The `__scoped_atomic` builtins are supposed to match the standard
GNU-flavored `__atomic` builtins. We added a scoped builtin without a
corresponding standard one before the fork so this should be added in
the release candidate. These were originally added in
https://github.com/llvm/llvm-project/pull/168666

Also, the name `uinc_wrap` does not follow the naming convention. The
GNU atomics use `fetch_xyz` to indicate that the builtin returns the
previous location's value as part of the RMW operation, which these do.
This PR renames it and its uses.
DeltaFile
+14-12clang/docs/LanguageExtensions.rst
+16-4clang/include/clang/Basic/Builtins.td
+10-10clang/test/Sema/scoped-atomic-ops.c
+12-6clang/lib/CodeGen/CGAtomic.cpp
+17-0clang/test/Sema/atomic-ops.c
+12-0clang/test/CodeGen/atomic-ops.c
+81-327 files not shown
+98-4313 files

FreeBSD/ports f0ff995x11/contour distinfo Makefile, x11/contour/files patch-src_crispy_FNV.h

x11/contour: Replace patch for crispy::fnv with upstreamed one
DeltaFile
+0-67x11/contour/files/patch-src_crispy_FNV.h
+3-1x11/contour/distinfo
+4-0x11/contour/Makefile
+7-683 files

LLVM/project f508e9eclang/include/clang/Analysis/Analyses/LifetimeSafety Facts.h, clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp

Detect dangling fields
DeltaFile
+313-315clang/lib/Sema/AnalysisBasedWarnings.cpp
+110-0clang/test/Sema/warn-lifetime-safety-dangling-field.cpp
+43-4clang/include/clang/Analysis/Analyses/LifetimeSafety/Facts.h
+39-1clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+0-28clang/test/Analysis/lifetime-cfg-output.cpp
+16-9clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
+521-35712 files not shown
+600-37818 files

LLVM/project 925b033llvm/lib/Transforms/Coroutines CoroFrame.cpp

[CoroFrame][NFC] Create more helper functions for insertSpills (#177149)

This allows us to delete some variables and simplify the core loop of of
insertSpills.
DeltaFile
+37-28llvm/lib/Transforms/Coroutines/CoroFrame.cpp
+37-281 files