LLVM/project 98ae570llvm/lib/Transforms/Vectorize VPlan.h VPlanRecipes.cpp

[VPlan] Remove the unused CalculateTripCountMinusVF opcode (NFC) (#216675)

bcc272b3220f ("[LV] Remove DataAndControlFlowWithoutRuntimeCheck. NFC",
#183762) removed the only createNaryOp building this opcode, leaving
behind the enum entry and its cases for type inference, operand count,
scalar generation, lowering and printing. Nothing constructs it, so no
plan can contain it and no test prints it.
DeltaFile
+0-17llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+0-1llvm/lib/Transforms/Vectorize/VPlan.h
+0-182 files

LLVM/project 31a1886llvm/lib/Target/PowerPC PPCInstrInfo.cpp, llvm/test/CodeGen/PowerPC mi-peephole-forwarding-undef.mir

PowerPC: Fix MI peephole crash on an undef forwarding operand

Found by AI while working on something else.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+25-0llvm/test/CodeGen/PowerPC/mi-peephole-forwarding-undef.mir
+2-0llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
+27-02 files

LLVM/project a14f953clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp Origins.cpp, clang/test/Sema/LifetimeSafety safety.cpp capture-by.cpp

Support [[clang::lifetime_capture_by(X)]] in Plain Containers  (#204361)

This PR implements support for `[[clang::lifetime_capture_by(X)]]` to
enable tracking lifetimes for plain structs and containers like
`std::vector` without requiring manual `[[gsl::Pointer]]` or
`[[gsl::Owner]]` annotations. The implementation extends the
`LifetimeAnnotatedOriginTypeCollector` to register types in capture_by
contracts for origin tracking.

This PR also enables the intra-procedural analysis in existing tests
using -Wlifetime-safety and updated expectations to handle the more
detailed flow-sensitive diagnostics.

```cpp
struct MyContainer {
  const char* stored_ptr;
};

void captureInto(std::string_view v [[clang::lifetime_capture_by(c)]], MyContainer& c);

    [22 lines not shown]
DeltaFile
+295-83clang/test/Sema/LifetimeSafety/capture-by.cpp
+32-1clang/lib/Analysis/LifetimeSafety/Origins.cpp
+15-7clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+3-4clang/test/Sema/LifetimeSafety/safety.cpp
+345-954 files

LLVM/project 35aea1dllvm/lib/CodeGen/GlobalISel GIMatchTableExecutor.cpp

GlobalISel: Use MIPatternMatch in GIMatchTableExecutor (#216601)

Replace the getVRegDef + opcode-check idiom in isBaseWithConstantOffset
with mi_match using m_GPtrAdd and m_GConstant.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+4-10llvm/lib/CodeGen/GlobalISel/GIMatchTableExecutor.cpp
+4-101 files

FreeNAS/freenas 401d1a2tests/api2 test_account_privilege_role.py test_account_2fa.py, tests/directory_services test_activedirectory_2fa.py test_activedirectory_privilege.py

More account tests
DeltaFile
+291-4tests/api2/test_account_privilege.py
+205-0tests/api2/test_account_sync_builtin.py
+147-0tests/directory_services/test_activedirectory_privilege.py
+116-0tests/directory_services/test_activedirectory_2fa.py
+105-0tests/api2/test_account_2fa.py
+17-1tests/api2/test_account_privilege_role.py
+881-55 files not shown
+923-711 files

LLVM/project 4487de6llvm/include/llvm/IR RuntimeLibcalls.td, llvm/test/CodeGen/X86 fp128-libcalls-longdouble.ll

RuntimeLibcalls: Provide fp128 long double libcalls on X86 (#216622)

16a8d8d038a3  removed the l-suffixed long double math functions
from the default set and re-added them per-target gated on
isLongDoubleF128, but X86 was not given the re-add. On targets
whose long double is fp128 (e.g. x86_64 Android/OHOS) this dropped
the fp128 l-suffixed libcalls.

Fixes the regression reported on #214944.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+98-0llvm/test/CodeGen/X86/fp128-libcalls-longdouble.ll
+8-0llvm/include/llvm/IR/RuntimeLibcalls.td
+106-02 files

LLVM/project f7c03ecllvm/lib/Target/AMDGPU AMDGPUISelLowering.cpp, llvm/test/CodeGen/AMDGPU fmed3.ll

[AMDGPU] Fix isKnownNeverNaN for FMIN_LEGACY/FMAX_LEGACY (#216338)

These compare-selects return one of the operands bit-for-bit, so a
signaling NaN operand passes through unquieted

Recurse into both operands instead of assuming never-sNaN
DeltaFile
+208-0llvm/test/CodeGen/AMDGPU/fmed3.ll
+3-8llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
+211-82 files

FreeBSD/ports 870d507net/croc Makefile distinfo

net/croc: Update to 11.1.1
DeltaFile
+5-5net/croc/distinfo
+2-3net/croc/Makefile
+7-82 files

FreeBSD/ports db1d063devel/ghgrab distinfo Makefile.crates

devel/ghgrab: Update to 2.0.2

- Split CARGO_CRATES into Makefile.crates
DeltaFile
+1-263devel/ghgrab/Makefile
+260-0devel/ghgrab/Makefile.crates
+3-3devel/ghgrab/distinfo
+264-2663 files

FreeBSD/ports 4724b7dbiology/iolib distinfo Makefile, biology/iolib/files patch-htscodecs_htscodecs_rANS__static4x16pr.c patch-htscodecs_htscodecs_rANS__static32x16pr__neon.c

biology/iolib: Update 1-15-1 => 1.16.0

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+2-24biology/iolib/pkg-plist
+5-7biology/iolib/Makefile
+0-11biology/iolib/files/patch-htscodecs_htscodecs_rANS__static4x16pr.c
+0-11biology/iolib/files/patch-htscodecs_htscodecs_rANS__static32x16pr__neon.c
+0-11biology/iolib/files/patch-htscodecs_htscodecs_rANS__static32x16pr.h
+3-3biology/iolib/distinfo
+10-671 files not shown
+11-687 files

LLVM/project 378f2d8bolt/lib/Core Relocation.cpp, bolt/test/AArch64 tls.c

[AArch64][BOLT] Fold local-exec TLS relocations into loads and stores (#215531)

Emit the low part of the 12- and 24-bit local-exec sequences as an
ADDlow so that it folds into the addressing mode of a following load or
store, saving one instruction.

This re-lands the local-exec part of r327316 (7bc64bd889ad), whose ELF
changes r327503 (bde677289acc) reverted because neither LLD nor GNU
binutils implemented the relevant
R_AARCH64_TLSLE_LDST*_TPREL_LO12 relocations at the time.

LLD and GNU bfd now handle the non-checking 8- to 64-bit variants used
by the default 24-bit sequence. GNU bfd also handles the checked
variants used by the 12-bit sequence; LLD does not support those, but it
did not support the predecessor checked ADD relocation either. GNU bfd
still has no LDST128 support, so 128-bit accesses stay unfolded.

Teach BOLT to classify the folded TLS load/store relocations so it can
process binaries linked with --emit-relocs.
DeltaFile
+47-6llvm/test/CodeGen/AArch64/arm64-tls-local-exec.ll
+18-1llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
+5-8llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+12-0bolt/test/AArch64/tls.c
+10-0llvm/test/CodeGen/AArch64/win-tls.ll
+8-0bolt/lib/Core/Relocation.cpp
+100-156 files

LLVM/project b834b9ellvm/lib/Target/ARM ARMTargetMachine.cpp, llvm/test/CodeGen/ARM arm-eabi.ll eabihf-no-fpregs.ll

[ARM] Emit an error when the hard-float ABI is enabled but can't be used (#111334)

Prior to this, compiling for an eabihf target with a CPU lacking
floating-point registers would silently use the soft-float ABI instead,
even though the Arm attributes section would still have
"Tag_ABI_VFP_args: VFP registers", which leads to silent ABI mismatches
at link time.

Update various tests that were using inconsistent ABI/PCS and features.

Change ARMTargetLowering::getEffectiveCallingConv from private to public
and modify it to pass through unrecognized calling conventions. Now that
ARMBaseTargetMachine::createMachineFunctionInfo calls it, leaving a
fatal error would change the behavior of IR passes that do not need to
lower calling conventions. Unrecognized calling conventions are still
treated as errors in lowering.

Fixes #110383.
DeltaFile
+61-57llvm/test/CodeGen/ARM/byval_struct_copy_tailcall.ll
+21-21llvm/test/CodeGen/ARM/constantfp.ll
+38-2llvm/lib/Target/ARM/ARMTargetMachine.cpp
+39-0llvm/test/CodeGen/ARM/eabihf-no-fpregs.ll
+12-12llvm/test/CodeGen/Thumb2/cde-gpr.ll
+12-12llvm/test/CodeGen/ARM/arm-eabi.ll
+183-10432 files not shown
+271-16438 files

OPNSense/core 3acead1src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogSNatRule.xml dialogOneToOneRule.xml

Expose these audit fields as info in the firewall dialogs/grid
DeltaFile
+67-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogSNatRule.xml
+67-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogOneToOneRule.xml
+67-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogNptRule.xml
+67-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogFilterRule.xml
+67-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogDNatRule.xml
+335-05 files

OPNSense/core e07af79src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api AssignmentController.php, src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms dialogAssignment.xml

Interfaces: Assignments - add interface configuration settings in new assignments page. for https://github.com/opnsense/core/issues/10568

work in progress
DeltaFile
+51-0src/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogAssignment.xml
+44-1src/opnsense/mvc/app/models/OPNsense/Interfaces/NetworkInterface.xml
+30-10src/opnsense/mvc/app/models/OPNsense/Interfaces/NetworkInterface.php
+17-1src/opnsense/scripts/interfaces/apply_pending_if_changes.php
+16-1src/opnsense/mvc/app/views/OPNsense/Interface/assignment.volt
+11-2src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api/AssignmentController.php
+169-151 files not shown
+170-157 files

LLVM/project 746a343libc/src/time asctime_r.cpp asctime.cpp, libc/test/src/time CMakeLists.txt

[libc] Fix {asc,c,gm,mk}time(_r)? tests and spurios snprintf call (#216423)

time_test_utils was depending on a non-existent library, which caused
these tests to be auto-skipped. Fixing that exposed the fact that some
of the tests don't build (in hermetic mode) due to a snprintf
dependency concealed behind a __builtin_snprintf in asctime.

This patch addresses the existing TODO by moving
asctime to asctime_utils.h (avoiding a dependency loop)
and implementing it via strftime_main.

Assisted by Gemini.
DeltaFile
+59-0libc/src/time/asctime_utils.h
+0-30libc/src/time/time_utils.h
+22-4libc/src/time/CMakeLists.txt
+7-1libc/test/src/time/CMakeLists.txt
+1-1libc/src/time/asctime_r.cpp
+1-1libc/src/time/asctime.cpp
+90-372 files not shown
+92-378 files

LLVM/project f769478clang/lib/CodeGen CodeGenModule.cpp, clang/test/CodeGen amdgpu-builtin-processor-is.c amdgpu-builtin-is-invocable.c

clang/AMDGPU: Don't emit target-features on AMDGCN-flavored SPIR-V

The spirv64-amd-amdhsa target unions every GPU's features in its feature
map so it can report builtins as available. The CodeGen doesn't have
any use of the target-features. Putting it into the IR just results
in an annoying to update test every time a new feature is added. The
ultimate SPIRV codegen doesn't do anything with it, and if it did
survive to AMDGPU codegen, it would be actively harmful.

This isn't an ideal solution. The target-features spam is also
noisy and useless in the AMDGPU case, but solving that is more
intricate because we do currently rely on this for some features,
most notably the wavesize.

Co-authored-by: Claude (Claude-Opus-4.8)
DeltaFile
+5-0clang/lib/CodeGen/CodeGenModule.cpp
+2-2clang/test/CodeGenCXX/dynamic-cast-address-space.cpp
+1-1clang/test/CodeGen/amdgpu-builtin-processor-is.c
+1-1clang/test/CodeGen/amdgpu-builtin-is-invocable.c
+9-44 files

NetBSD/pkgsrc-wip e3e85c1py-numpy buildlink3.mk TODO, py-numpy/patches patch-numpy___core_include_numpy_npy__common.h patch-numpy___core_src_npymath_npy__math.c

py-numpy: remove, pkgsrc has this version
DeltaFile
+0-1,742py-numpy/PLIST
+0-94py-numpy/Makefile
+0-74py-numpy/TODO
+0-31py-numpy/buildlink3.mk
+0-28py-numpy/patches/patch-numpy___core_src_npymath_npy__math.c
+0-17py-numpy/patches/patch-numpy___core_include_numpy_npy__common.h
+0-1,9867 files not shown
+0-2,04513 files

NetBSD/pkgsrc BWsItNkmath/py-numpy distinfo, math/py-numpy/patches patch-numpy___core_src_umath_ufunc__object.c patch-numpy___core_src_multiarray_arrayobject.c

   py-numpy: add upstream bug report URL
VersionDeltaFile
1.119+3-3math/py-numpy/distinfo
1.2+2-1math/py-numpy/patches/patch-numpy___core_src_umath_ufunc__object.c
1.2+2-1math/py-numpy/patches/patch-numpy___core_src_multiarray_arrayobject.c
+7-53 files

LLVM/project 9d81ccamlir/include/mlir/Dialect/X86 X86.td, mlir/test/Dialect/X86/AMX legalize-for-llvm.mlir

[mlir][x86] Fix - Instrincs selection for hf8 and bf8. (#216647)

This patch fixes the error instrincs selection for `bf8` and `hf8`
types.

- Intel AMX naming: `bf8 == E5M2`, `hf8 == E4M3FN`.
DeltaFile
+4-4mlir/test/Dialect/X86/AMX/legalize-for-llvm.mlir
+3-3mlir/test/Target/LLVMIR/amx.mlir
+2-2mlir/include/mlir/Dialect/X86/X86.td
+9-93 files

NetBSD/pkgsrc 3S9miUddoc CHANGES-2026

   Updated www/py-uvicorn, textproc/py-wcmatch
VersionDeltaFile
1.5344+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc OfDhkcKtextproc/py-wcmatch Makefile distinfo

   py-wcmatch: updated to 11.0.1

   11.0.1

   - **DOCS**: Provide information in documentation that discloses information about what should or should not be
     expected from Wildcard Match in regards to security, and provide general information to allow users to make good
     decisions.
   - **FIX**: Fix an issue where in some cases dot handling was not correct within an extended glob pattern when
     `EXTGLOB`/`EXTMATCH` was enabled.
VersionDeltaFile
1.16+4-4textproc/py-wcmatch/distinfo
1.18+2-2textproc/py-wcmatch/Makefile
+6-62 files

NetBSD/pkgsrc FBg1bojwww/py-uvicorn Makefile distinfo

   py-uvicorn: updated to 0.52.3

   0.52.3
   Update zttp to 0.0.24 and use its combined receive path, improving HTTP/1.1 request parsing performance
VersionDeltaFile
1.61+4-4www/py-uvicorn/distinfo
1.70+2-2www/py-uvicorn/Makefile
+6-62 files

LLVM/project 8861fc6clang/lib/Basic/Targets AMDGPU.h AMDGPU.cpp, clang/lib/Driver/ToolChains CommonArgs.cpp AMDGPU.cpp

clang/AMDGPU: Use feature bitset instead of ArchAttr

Convert from the legacy getArchAttrAMDGCN manual bitmask checks to using
the new generated bitset. These are the easy cases. sramecc and xnack
require more supporting work so will be done later.

Co-authored-by: Claude (Claude-Opus-4.8)
DeltaFile
+11-9clang/lib/Driver/ToolChains/AMDGPU.cpp
+6-2clang/lib/Basic/Targets/AMDGPU.cpp
+4-2clang/lib/Basic/Targets/AMDGPU.h
+2-2clang/lib/Driver/ToolChains/CommonArgs.cpp
+2-1llvm/lib/Target/AMDGPU/AMDGPU.td
+25-165 files

LLVM/project cfd277eclang/lib/CIR/CodeGen CIRGenBuiltinAArch64.cpp, clang/test/CodeGen/AArch64 neon-fcvt-intrinsics.c

[clang][CIR][AArch64] Add lowering for conversion intrinsics (#211609)

This PR adds lowering for intrinsic from the following groups:
* https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#conversions

It continues the work started in #190961, #193273, #199990 and #209252.
This PR implements the remaining conversions truncating to zero:
  * vcvts_s32_f32
  * vcvts_s64_f32
  * vcvts_u32_f32
  * vcvts_u64_f32

The corresponding tests are moved from:
  * clang/test/CodeGen/AArch64/

to:
  * clang/test/CodeGen/AArch64/neon/

The lowering follows the existing implementation in
CodeGen/TargetBuiltins/ARM.cpp
DeltaFile
+44-0clang/test/CodeGen/AArch64/neon/intrinsics.c
+0-41clang/test/CodeGen/AArch64/neon-fcvt-intrinsics.c
+4-0clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
+48-413 files

LLVM/project 2cee0cbllvm/include/llvm/CodeGen/GlobalISel MIPatternMatch.h, llvm/lib/CodeGen/GlobalISel CombinerHelper.cpp

GlobalISel: Match loads by pointer operand in CombinerHelper

Add a load matcher that binds the pointer operand (like IR's m_Load), with
optional outputs for the load instruction and its MachineMemOperand via m_MMO.
Use it to replace the getVRegDef + dyn_cast idiom in the load combines.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+59-0llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
+18-20llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
+77-202 files

LLVM/project 5696ae1llvm/include/llvm/CodeGen/GlobalISel MIPatternMatch.h, llvm/lib/CodeGen/GlobalISel CombinerHelperCasts.cpp CombinerHelperVectorOps.cpp

GlobalISel: Migrate misc. CombinerHelper def checks to MIPatternMatch

Replace getVRegDef + cast/opcode-check idioms across CombinerHelper
with mi_match, adding named instruction binders and operand-form matchers
as needed.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+208-157llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
+47-7llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
+25-19llvm/lib/CodeGen/GlobalISel/CombinerHelperVectorOps.cpp
+6-4llvm/lib/CodeGen/GlobalISel/CombinerHelperCasts.cpp
+286-1874 files

LLVM/project 184f413mlir/lib/Dialect/Affine/Transforms SuperVectorize.cpp, mlir/test/Dialect/Affine/SuperVectorize invalid_missing_vector_size.mlir invalid-zero-size.mlir

[mlir][affine] Require a vector size in affine-super-vectorize (#171110)

Diagnose invocations that omit the `virtual-vector-size` option. A
vector rank is required to construct a vectorization pattern, so
accepting an empty size list would silently leave the input unchanged.

Check that vector sizes are present and positive before applying
rank-dependent constraints.

Fixes #114528
DeltaFile
+11-5mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
+10-0mlir/test/Dialect/Affine/SuperVectorize/invalid_zero_size.mlir
+0-9mlir/test/Dialect/Affine/SuperVectorize/invalid-zero-size.mlir
+6-0mlir/test/Dialect/Affine/SuperVectorize/invalid_missing_vector_size.mlir
+27-144 files

FreeBSD/ports f6c5364graphics/gpxsee Makefile distinfo

graphics/gpxsee: Update to 16.12

Changelog: https://github.com/tumic0/GPXSee/releases/tag/16.12

PR:             297539
Approved by:    fluffy (mentor)
DeltaFile
+3-3graphics/gpxsee/distinfo
+1-1graphics/gpxsee/Makefile
+4-42 files

FreeBSD/ports b4e3d83textproc/highlight Makefile distinfo

textproc/highlight: Update to 4.21

Changelog: https://gitlab.com/saalen/highlight/-/raw/v4.21/ChangeLog.adoc

PR:             297565
Approved by:    fluffy (mentor)
DeltaFile
+3-3textproc/highlight/distinfo
+1-1textproc/highlight/Makefile
+4-42 files

LLVM/project 2fc8f5ellvm/lib/CodeGen/GlobalISel GIMatchTableExecutor.cpp

GlobalISel: Use MIPatternMatch in GIMatchTableExecutor

Replace the getVRegDef + opcode-check idiom in isBaseWithConstantOffset with
mi_match using m_GPtrAdd and m_GConstant.

Co-authored-by: Claude (Opus 4.8) <noreply at anthropic.com>
DeltaFile
+4-10llvm/lib/CodeGen/GlobalISel/GIMatchTableExecutor.cpp
+4-101 files