LLVM/project e98a765clang/bindings/python/clang cindex.py

[libclang/python] Remove unused exception variable (#172516)

Remove unused CompilationDatabaseError variable (fixes #172374)
DeltaFile
+1-1clang/bindings/python/clang/cindex.py
+1-11 files

LLVM/project 505d07bclang/include/clang/Basic arm_sve.td, llvm/test/CodeGen/AArch64 sve-intrinsics-bfscale.ll

fixup! [AArch64][llvm] Add intrinsics for SVE BFSCALE

Minor tweaks suggested by Kerry
DeltaFile
+6-6clang/include/clang/Basic/arm_sve.td
+0-4llvm/test/CodeGen/AArch64/sve-intrinsics-bfscale.ll
+6-102 files

LLVM/project 8cba26cmlir/test/Conversion/ArithAndMathToAPFloat arith-to-apfloat.mlir math-to-apfloat.mlir, mlir/test/Conversion/ArithToApfloat arith-to-apfloat.mlir

add lit test
DeltaFile
+329-0mlir/test/Conversion/ArithAndMathToAPFloat/arith-to-apfloat.mlir
+0-329mlir/test/Conversion/ArithToApfloat/arith-to-apfloat.mlir
+52-17mlir/test/Integration/Dialect/Math/CPU/test-apfloat-emulation.mlir
+66-0mlir/test/Conversion/ArithAndMathToAPFloat/math-to-apfloat.mlir
+447-3464 files

LLVM/project 2d08b0coffload/include/Shared Debug.h

Revert "[OpenMP][Offload] Add support for lambdas with debug conditions" (#172570)

Reverts llvm/llvm-project#172107
DeltaFile
+9-46offload/include/Shared/Debug.h
+9-461 files

LLVM/project 134b372clang/include/clang/AST APValue.h

[clang][NFC] `getAsVoidPointer` and `getFromVoidPointer` should deal in pointers to `const`

Rather than just blindly assuming we can modify the data pointed to by a `const void *`, just accept and return `const`-qualified pointers. This eliminates a `const_cast` and makes a `reinterpret_cast` no longer act as a `const_cast`.
DeltaFile
+10-10clang/include/clang/AST/APValue.h
+10-101 files

NetBSD/pkgsrc oLFNKDyaudio/libxspf buildlink3.mk Makefile, audio/libxspf/patches patch-src_XspfReader.cpp

   libxspf: remove broken uriparser version check

   Fix pkglint while here.
VersionDeltaFile
1.1+17-0audio/libxspf/patches/patch-src_XspfReader.cpp
1.3+8-8audio/libxspf/buildlink3.mk
1.9+2-2audio/libxspf/Makefile
1.6+2-1audio/libxspf/distinfo
+29-114 files

LLVM/project d8e089allvm/include/llvm/Passes CodeGenPassBuilder.h, llvm/lib/Target/AMDGPU AMDGPUTargetMachine.cpp R600TargetMachine.cpp

update

Created using spr 1.3.7
DeltaFile
+235-348llvm/include/llvm/Passes/CodeGenPassBuilder.h
+141-177llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+7-12llvm/lib/Target/X86/X86CodeGenPassBuilder.cpp
+6-11llvm/lib/Target/AMDGPU/R600TargetMachine.cpp
+389-5484 files

NetBSD/pkgsrc 3O2xwc8audio/libspiff Makefile distinfo, audio/libspiff/patches patch-src_SpiffReader.cpp

   libspiff: remove broken uriparser version detection

   Fix pkglint while here.
VersionDeltaFile
1.1+17-0audio/libspiff/patches/patch-src_SpiffReader.cpp
1.13+2-3audio/libspiff/Makefile
1.9+2-1audio/libspiff/distinfo
+21-43 files

LLVM/project 142c7c3clang/include/clang/Sema Sema.h, clang/lib/Sema SemaDeclAttr.cpp Sema.cpp

[clang][NFC] `inferNoReturnAttr` modifies the `Decl`, so it shouldn't be marked `const`

This removes a `const_cast`.
DeltaFile
+2-3clang/include/clang/Sema/Sema.h
+2-3clang/lib/Sema/SemaDeclAttr.cpp
+2-2clang/lib/Sema/Sema.cpp
+6-83 files

LLVM/project bc64cb8offload/libomptarget/OpenMP Mapping.cpp

Keep original message
DeltaFile
+3-3offload/libomptarget/OpenMP/Mapping.cpp
+3-31 files

LLVM/project 684cfc9mlir/include/mlir/Dialect/MemRef/Utils MemRefUtils.h, mlir/lib/Dialect/AMDGPU/Transforms FoldMemRefsOps.cpp

Review comments
DeltaFile
+27-41mlir/lib/Dialect/Affine/Transforms/FoldMemRefAliasOps.cpp
+10-16mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
+15-11mlir/include/mlir/Dialect/MemRef/Utils/MemRefUtils.h
+9-11mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp
+4-10mlir/lib/Dialect/AMDGPU/Transforms/FoldMemRefsOps.cpp
+65-895 files

LLVM/project 8e4a9acmlir/test/Conversion/ArithAndMathToAPFloat arith-to-apfloat.mlir math-to-apfloat.mlir, mlir/test/Conversion/ArithToApfloat arith-to-apfloat.mlir

add lit test
DeltaFile
+329-0mlir/test/Conversion/ArithAndMathToAPFloat/arith-to-apfloat.mlir
+0-329mlir/test/Conversion/ArithToApfloat/arith-to-apfloat.mlir
+66-0mlir/test/Conversion/ArithAndMathToAPFloat/math-to-apfloat.mlir
+395-3293 files

FreeBSD/ports babbf84comms/rtlbt-firmware distinfo Makefile

comms/rtlbt-firmware: Update to 20251111

PR:             291723
Approved by:    vvd
DeltaFile
+3-3comms/rtlbt-firmware/distinfo
+2-2comms/rtlbt-firmware/Makefile
+3-0comms/rtlbt-firmware/pkg-plist
+8-53 files

LLVM/project 86b3340mlir/include/mlir/Dialect/XeGPU/IR XeGPUOps.td, mlir/include/mlir/Dialect/XeGPU/Utils XeGPUUtils.h

changing func names
DeltaFile
+21-19mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp
+17-17mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp
+11-11mlir/include/mlir/Dialect/XeGPU/IR/XeGPUOps.td
+10-10mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
+7-7mlir/include/mlir/Dialect/XeGPU/Utils/XeGPUUtils.h
+5-5mlir/lib/Dialect/XeGPU/Transforms/XeGPUOptimizeBlockLoads.cpp
+71-692 files not shown
+78-768 files

LLVM/project 36655fcllvm/lib/Target/RISCV RISCVInstrPredicates.td

[RISCV] Guard zero-stride load SchedPredicate with subtarget feature as well (#172111)

The SchedPredicate for zero-stride vector load will now only trigger
when the `rs2` operand is X0 and the subtarget has
TuneOptimizedZeroStrideLoad.

This is effectively a NFC, as all the existing processors that use
`VLDSX0Pred` all have `TuneOptimizedZeroStrideLoad`.
DeltaFile
+6-1llvm/lib/Target/RISCV/RISCVInstrPredicates.td
+6-11 files

LLVM/project e8d0ee0llvm/lib/CodeGen/SelectionDAG SelectionDAG.cpp, llvm/lib/Target/AMDGPU SIISelLowering.cpp

AMDGPU: Avoid introducing unnecessary fabs in fast fdiv lowering

If the sign bit of the denominator is known 0, do not emit the fabs.
Also, extend this to handle min/max with fabs inputs.

I originally tried to do this as the general combine on fabs, but
it proved to be too much trouble at this time. This is mostly
complexity introduced by expanding the various min/maxes into
canonicalizes, and then not being able to assume the sign bit
of canonicalize (fabs x) without nnan.

This defends against future code size regressions in the atan2 and
atan2pi library functions.
DeltaFile
+15-0llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+6-6llvm/test/CodeGen/AMDGPU/fabs-known-signbit-combine-fast-fdiv-lowering.ll
+4-1llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+25-73 files

NetBSD/pkgsrc kFCmGZidoc CHANGES-2025

   doc: Updated net/dhcpsd to 0.0.6
VersionDeltaFile
1.7233+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc cOO2X01net/dhcpsd distinfo Makefile

   Update to dhcpsd-0.0.6 with the following changes:

   * DHCP: Fix copying out FQDN hostname
   * lua: add add_domain function to encode a string using RFC 1035
   * DHCP: work with the broadcast flag correctly
   * DHCP: Sanitize incoming hostnames for RFC1053 conformance
   * DHCP: Fix plugin leasetime
VersionDeltaFile
1.3+4-4net/dhcpsd/distinfo
1.3+2-2net/dhcpsd/Makefile
+6-62 files

LLVM/project b971b51llvm/test/CodeGen/AMDGPU fabs-known-signbit-combine-fast-fdiv-lowering.ll

AMDGPU: Add baseline test for redundant fabs on fdiv expansion (#172552)

DeltaFile
+319-0llvm/test/CodeGen/AMDGPU/fabs-known-signbit-combine-fast-fdiv-lowering.ll
+319-01 files

NetBSD/pkgsrc-wip 9a21265u-boot-imx23-olinuxino TODO

u-boot-imx23-olinuxino: update TODO

add TODO items
DeltaFile
+12-0u-boot-imx23-olinuxino/TODO
+12-01 files

LLVM/project 9c9b693llvm/include/llvm/Target TargetSchedule.td, llvm/test/TableGen ResolveSchedClass.td

[TableGen][SchedModel] Add logical combiners for SchedPredicates (#172106)

Sometimes we want to create a SchedPredicate out of different types of
SchedPredicate: composing a `FeatureSchedPredicate` with a
`MCSchedPredicate`, for example. For those cases, this patch creates
several new TableGen constructions so that users can create a
SchedPredicate like
```
AllOfSchedPreds<[FeatureFooPred,
                 MCSchedPredicate<CheckZeroOperand<1>>]>
```
which evaluates to true only when both `FeatureFooPred` and
`MCSchedPredicate<CheckZeroOperand<1>>` hold.
DeltaFile
+76-32llvm/utils/TableGen/SubtargetEmitter.cpp
+38-2llvm/test/TableGen/ResolveSchedClass.td
+15-0llvm/include/llvm/Target/TargetSchedule.td
+129-343 files

LLVM/project 6751eb9clang/include/clang/Analysis CFG.h, clang/lib/Analysis CFG.cpp

[clang][NFC] Make `CFGElement` `const`-correct (#172547)

Remove an unnecessary mutable overload of `getTerminatorCondition`.

Remove all `const_cast` from `CFG.h`.
DeltaFile
+25-29clang/include/clang/Analysis/CFG.h
+3-3clang/lib/Analysis/CFG.cpp
+28-322 files

FreeNAS/freenas 1c5e780src/middlewared/middlewared/utils/account faillock.py

Fix
DeltaFile
+6-1src/middlewared/middlewared/utils/account/faillock.py
+6-11 files

FreeBSD/ports 6fd5322devel/capnproto1 distinfo Makefile

devel/capnproto1: Update to 1.2.0

Changes:        https://github.com/capnproto/capnproto/commits/master
DeltaFile
+3-3devel/capnproto1/distinfo
+2-2devel/capnproto1/Makefile
+5-52 files

FreeBSD/ports 1b014d8sysutils/puppetserver8 Makefile pkg-plist

sysutils/puppetserver8: Install the default ca.conf

This make it easier to tune ca-related settings.

With hat:       puppet
DeltaFile
+2-0sysutils/puppetserver8/Makefile
+1-0sysutils/puppetserver8/pkg-plist
+3-02 files

FreeBSD/ports 29fee36sysutils/openvox-server8 Makefile pkg-plist

sysutils/openvox-server8: Install the default ca.conf

This make it easier to tune ca-related settings.

With hat:       puppet
DeltaFile
+2-0sysutils/openvox-server8/Makefile
+1-0sysutils/openvox-server8/pkg-plist
+3-02 files

FreeBSD/ports cf458ecdevel/py-graphql-core Makefile

devel/py-graphql-core: Fix version requirement of BUILD_DEPENDS

PR:             291415
DeltaFile
+1-1devel/py-graphql-core/Makefile
+1-11 files

FreeBSD/ports f22798bmisc/iso-codes pkg-plist distinfo

misc/iso-codes: Update to 4.19.0

Changes:        https://salsa.debian.org/iso-codes-team/iso-codes/-/blob/main/CHANGELOG.md
PR:             291253
DeltaFile
+39-0misc/iso-codes/pkg-plist
+3-3misc/iso-codes/distinfo
+2-3misc/iso-codes/Makefile
+44-63 files

FreeBSD/ports 0254110databases/py-xapian/files patch-configure

databases/py-xapian: Fix build with DOCS disabled

PR:             290977
Reported by:    gessel <gessel at blackrosetech.com>
DeltaFile
+19-0databases/py-xapian/files/patch-configure
+19-01 files

FreeBSD/ports dd3ad41math/py-statsmodels Makefile, math/py-statsmodels/files patch-pyproject.toml

math/py-statsmodels: Relax version requirement of py-setuptools-scm

PR:             290353
DeltaFile
+4-2math/py-statsmodels/files/patch-pyproject.toml
+1-1math/py-statsmodels/Makefile
+5-32 files