LLVM/project 4040f6clibc/utils/hdrgen/hdrgen header.py main.py, libc/utils/hdrgen/tests test_integration.py

[libc] Add hdrgen --proxy mode (#174823)

This adds the --proxy switch to generate headers like go
into libc/src/hdr/foo-proxy.h instead of public headers.
DeltaFile
+58-17libc/utils/hdrgen/hdrgen/header.py
+27-0libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
+12-3libc/utils/hdrgen/hdrgen/main.py
+6-0libc/utils/hdrgen/tests/test_integration.py
+103-204 files

LLVM/project 45c16f0mlir/test/Dialect/SCF invalid.mlir

address comments
DeltaFile
+1-1mlir/test/Dialect/SCF/invalid.mlir
+1-11 files

LLVM/project 27ecf4allvm/lib/Target/AMDGPU AMDGPULegalizerInfo.cpp AMDGPUISelLowering.cpp, llvm/test/CodeGen/AMDGPU fsqrt.f32.ll

AMDGPU: Teach lowering that sqrt never returns subnormal
DeltaFile
+60-110llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
+3-0llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+2-0llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
+65-1103 files

FreeBSD/ports e4eea91math/octave-forge-zeromq distinfo Makefile

math/octave-forge-zeromq: Update to 1.5.7.
DeltaFile
+3-3math/octave-forge-zeromq/distinfo
+1-2math/octave-forge-zeromq/Makefile
+4-52 files

LLVM/project 6e5e990llvm/test/CodeGen/AMDGPU fsqrt.f32.ll

AMDGPU: Baseline tests for sqrt never returning denormal
DeltaFile
+255-0llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
+255-01 files

LLVM/project 664fb3bclang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Upstream Exceptions EHTypeIdOp (#172558)

Upstream the Exceptions EHTypeIdOp

Issue https://github.com/llvm/llvm-project/issues/154992
DeltaFile
+24-0clang/include/clang/CIR/Dialect/IR/CIROps.td
+23-0clang/test/CIR/Lowering/eh-type-id.cir
+22-0clang/test/CIR/IR/eh-type-id.cir
+16-0clang/test/CIR/IR/invalid-eh-type-id.cir
+13-0clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+12-0clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+110-06 files

LLVM/project 671c5a0lld/COFF Driver.cpp Driver.h, lld/docs ReleaseNotes.rst

Revert "[lld][COFF] Add /linkreprofullpathrsp flag" (#174831)

Reverts llvm/llvm-project#165449 due to the new test failing in Linux
pre-commit CI.
DeltaFile
+11-46lld/COFF/Driver.cpp
+0-43lld/test/COFF/linkreprofullpathrsp.test
+2-11lld/COFF/Driver.h
+0-3lld/COFF/Options.td
+0-2lld/docs/ReleaseNotes.rst
+13-1055 files

HardenedBSD/src 8c530a2release/tools openstack.conf vagrant.conf, stand/lua core.lua

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+8-5usr.sbin/bhyve/aarch64/bhyverun_machdep.c
+5-6usr.bin/netstat/inet.c
+0-6release/tools/openstack.conf
+0-6release/tools/vagrant.conf
+6-0stand/lua/core.lua
+0-4release/tools/arm.subr
+19-2710 files not shown
+27-3716 files

HardenedBSD/src a059074release/tools openstack.conf vagrant.conf, stand/lua core.lua

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+8-5usr.sbin/bhyve/aarch64/bhyverun_machdep.c
+5-6usr.bin/netstat/inet.c
+0-6release/tools/openstack.conf
+6-0stand/lua/core.lua
+0-6release/tools/vagrant.conf
+0-4release/tools/arm.subr
+19-2710 files not shown
+27-3716 files

LLVM/project 8c6d002llvm/lib/Target/AMDGPU VOPCInstructions.td VOPInstructions.td, llvm/lib/Target/AMDGPU/MCTargetDesc AMDGPUMCCodeEmitter.cpp

[AMDGPU] Reimplement VOP3 CMPX encoding fixup using PostEncoderMethod. NFCI. (#174799)

These instructions have a field that we want to encode as the non-zero
value EXEC_LO, but have the decoder accept any value. Reimplement this
using PostEncoderMethod instead of custom code in
AMDGPUMCCodeEmitter::encodeInstruction, so that it is controlled by the
tablegen instruction definitions themselves.
DeltaFile
+19-17llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
+4-0llvm/lib/Target/AMDGPU/VOPCInstructions.td
+1-0llvm/lib/Target/AMDGPU/VOPInstructions.td
+24-173 files

OPNSense/core 2cfdfc6src/opnsense/mvc/app/controllers/OPNsense/Firewall MigrationController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api MigrationController.php

Firewall: Rules:  Migration assistant - add export option and guidance for migrations to the new mvc system.
DeltaFile
+109-0src/opnsense/scripts/filter/list_legacy_rules.php
+54-0src/opnsense/mvc/app/views/OPNsense/Firewall/firewall_migration.volt
+42-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/MigrationController.php
+36-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/MigrationController.php
+6-1src/opnsense/mvc/app/models/OPNsense/Base/Menu/MenuSystem.php
+7-0src/opnsense/service/conf/actions.d/actions_filter.conf
+254-16 files

LLVM/project 7f72145lld/COFF Driver.cpp Driver.h, lld/docs ReleaseNotes.rst

Revert "[lld][COFF] Add /linkreprofullpathrsp flag (#165449)"

This reverts commit 28d2772a8d1a907f2f9dc135224e1fa31ccad243.
DeltaFile
+11-46lld/COFF/Driver.cpp
+0-43lld/test/COFF/linkreprofullpathrsp.test
+2-11lld/COFF/Driver.h
+0-3lld/COFF/Options.td
+0-2lld/docs/ReleaseNotes.rst
+13-1055 files

NetBSD/pkgsrc 7JRN55Cdoc CHANGES-2026

   Updated www/py-urllib3, textproc/py-xmlschema
VersionDeltaFile
1.162+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc H4BR3H3textproc/py-xmlschema distinfo Makefile

   py-xmlschema: updated to 4.3.0

   v4.3.0 (2026-01-03)

   * Add arguments validation for schemas and validation methods (by validation contexts)
   * Add custom XPath parser for find/findall/iterfind APIs on schemas for match
     singleton sequence also if position is a number greater than 1 in predicate
     expression
   * Improve build of XSD elements and groups, using a three-state built flag for
     components
   * Extend and fix memory tests (Python 3.14+ seems to consume more memory)
   * Drop support for Python 3.9 and add development support for Python 3.15
VersionDeltaFile
1.64+4-4textproc/py-xmlschema/distinfo
1.68+3-3textproc/py-xmlschema/Makefile
1.26+4-1textproc/py-xmlschema/PLIST
+11-83 files

FreeBSD/ports 3ad823anet/samba416 Makefile

net/samba416: fix build with python 3.12

PR:             285957
DeltaFile
+1-0net/samba416/Makefile
+1-01 files

NetBSD/pkgsrc mYLzbeNwww/py-urllib3 Makefile distinfo

   py-urllib3: updated to 2.6.3

   2.6.3 (2026-01-07)

   - Fixed a high-severity security issue where decompression-bomb safeguards of
     the streaming API were bypassed when HTTP redirects were followed.
   - Started treating ``Retry-After`` times greater than 6 hours as 6 hours by
     default.
   - Fixed ``urllib3.connection.VerifiedHTTPSConnection`` on Emscripten.
VersionDeltaFile
1.71+4-8www/py-urllib3/Makefile
1.57+4-4www/py-urllib3/distinfo
+8-122 files

FreeBSD/ports eba1e69math/stp Makefile

math/stp: fix build with python 3.12

PR:             285957
DeltaFile
+1-0math/stp/Makefile
+1-01 files

FreeBSD/ports ebf32ffdevel/libftdi1 Makefile

devel/libftdi1: fix build with python 3.12

PR:             285957
DeltaFile
+2-1devel/libftdi1/Makefile
+2-11 files

LLVM/project a6e64a6llvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Handle rounding intrinsics in SimplifyDemandedFPClass
DeltaFile
+46-72llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
+66-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+28-0llvm/lib/Support/KnownFPClass.cpp
+2-20llvm/lib/Analysis/ValueTracking.cpp
+7-0llvm/include/llvm/Support/KnownFPClass.h
+149-925 files

LLVM/project 0fc249bllvm/test/Transforms/InstCombine simplify-demanded-fpclass-rounding-intrinsics.ll

InstCombine: Add SimplifyDemandedFPClass tests for round

Add tests for the family of rounding intrinsics
DeltaFile
+943-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
+943-01 files

LLVM/project 60bec3bllvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fmul.ll

InstCombine: Consider not-inf/nan context when simplifying fmul

Consider if the result can be nan, or if the inputs cannot
be infinity from the flag when trying to simplify fmul into
copysign.
DeltaFile
+18-12llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
+12-6llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+30-182 files

LLVM/project 1b80dc6llvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Implement SimplifyDemandedFPClass for sqrt
DeltaFile
+38-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+10-19llvm/lib/Analysis/ValueTracking.cpp
+24-0llvm/lib/Support/KnownFPClass.cpp
+9-14llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
+4-0llvm/include/llvm/Support/KnownFPClass.h
+85-335 files

LLVM/project c7a3440llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-minimumnum.ll simplify-demanded-fpclass-maximumnum.ll

InstCombine: Handle minimumnum/maximumnum in SimplifyDemandedFPClass
DeltaFile
+38-64llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
+36-60llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
+64-12llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+138-1363 files

LLVM/project d81a0e7llvm/lib/CodeGen/SelectionDAG SelectionDAG.cpp

[SelectionDAG] Add ISD::CTLS to canCreateUndefOrPoison. (#174709)

DeltaFile
+1-0llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+1-01 files

LLVM/project 33a594bllvm/test/Transforms/InstCombine simplify-demanded-fpclass-sqrt.ll

InstCombine: Add baseline tests for sqrt SimplifyDemandedFPClass (#173882)

DeltaFile
+308-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
+308-01 files

LLVM/project e29abeallvm/include/llvm/ADT FloatingPointMode.h, llvm/include/llvm/Support KnownFPClass.h

InstCombine: Handle log/log2/log10 in SimplifyDemandedFPClass (#173881)

DeltaFile
+16-30llvm/lib/Analysis/ValueTracking.cpp
+37-0llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+9-18llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
+17-0llvm/lib/Support/KnownFPClass.cpp
+5-0llvm/include/llvm/ADT/FloatingPointMode.h
+4-0llvm/include/llvm/Support/KnownFPClass.h
+88-486 files

LLVM/project f38e54ellvm/include/llvm/Support KnownFPClass.h, llvm/lib/Analysis ValueTracking.cpp

InstCombine: Handle minimum/maximum in SimplifyDemandedFPClass (#173897)

DeltaFile
+54-86llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
+52-82llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
+26-87llvm/lib/Analysis/ValueTracking.cpp
+95-1llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+92-0llvm/lib/Support/KnownFPClass.cpp
+14-0llvm/include/llvm/Support/KnownFPClass.h
+333-2566 files

LLVM/project 6008ee9libc/src/__support/wctype/conversion/utils enumerate.h enumerate.hpp

fix extension
DeltaFile
+70-0libc/src/__support/wctype/conversion/utils/enumerate.h
+0-70libc/src/__support/wctype/conversion/utils/enumerate.hpp
+70-702 files

NetBSD/pkgsrc OyyPNWHdoc CHANGES-2026 TODO

   Updated parallel/hwloc, parallel/openmpi, parallel/slurm-wlm
VersionDeltaFile
1.161+4-1doc/CHANGES-2026
1.26638+1-2doc/TODO
+5-32 files

NetBSD/pkgsrc MkIX71Ydoc CHANGES-2026

   doc: Updated shells/bash-completion to 2.17.0nb1
VersionDeltaFile
1.160+2-1doc/CHANGES-2026
+2-11 files