FreeBSD/ports da45490devel/py-ty distinfo Makefile

devel/py-ty: Update to 0.0.11

Changelog: https://github.com/astral-sh/ty/blob/0.0.11/CHANGELOG.md

Reported by:    Repology
DeltaFile
+5-5devel/py-ty/distinfo
+1-1devel/py-ty/Makefile
+1-1devel/py-ty/Makefile.crates
+7-73 files

LLVM/project 76ce034clang/unittests/Basic CMakeLists.txt

[clang] [unittest] Fix linking against dylib (#175317)

Fix a regression introduced in #174513 that would cause `BasicTests` to
link directly to static `LLVMTargetParser` library instead of using the
component linking, to respect dylib.

Signed-off-by: Michał Górny <mgorny at gentoo.org>
DeltaFile
+1-1clang/unittests/Basic/CMakeLists.txt
+1-11 files

HardenedBSD/src 0adf57crelease/powerpc mkisoimages.sh

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+1-1release/powerpc/mkisoimages.sh
+1-11 files

HardenedBSD/src 77afb35release/powerpc mkisoimages.sh

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+1-1release/powerpc/mkisoimages.sh
+1-11 files

LLVM/project 362b653llvm/lib/Transforms/InstCombine InstCombineCalls.cpp, llvm/test/Transforms/InstCombine umin_cttz_ctlz.ll

[InstCombine] Fold Minimum over trailing or leading zeros (#173768)

Add support for
`umin(clz(x), clz(y)) => clz(x | y)`
`umin(ctz(x), ctz(y)) => ctz(x | y)`

[C++ source](https://godbolt.org/z/E8abbjT7G)
[alive proof](https://alive2.llvm.org/ce/z/mh94_n)

Fixes #173691
DeltaFile
+152-0llvm/test/Transforms/InstCombine/umin_cttz_ctlz.ll
+16-8llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+168-82 files

NetBSD/pkgsrc-wip b8099f8py-silero-vad PLIST distinfo, py-silero-vad/patches patch-src_ggml_src_ggml-cpu_ops.cpp

py-silero-vad: Add upstream PR and create PLIST
DeltaFile
+11-3py-silero-vad/PLIST
+1-1py-silero-vad/distinfo
+1-0py-silero-vad/patches/patch-src_ggml_src_ggml-cpu_ops.cpp
+13-43 files

NetBSD/pkgsrc ecvjTr9doc CHANGES-2026

   Updated devel/py-awscrt, devel/py-gcovr
VersionDeltaFile
1.242+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc uEU3rqwdevel/py-gcovr PLIST Makefile

   py-gcovr: updated to 8.5

   8.5
   Breaking changes:

   The option --lcov-test-name doesn't accept values with spaces anymore.
   The option --lcov-format-1.x is deprecated and mapped to --lcov-format-version=1.x.
   Changes to HTML templates:
   The file overview table in the default theme now uses a grid layout.
   The function lists table in both themes are changed to a grid layout.
   Add a common template folder where the common templates for the themes are stored.
   It contains the function content and source page navigation templates.
   Restructure the the summary and move some data to the footer.
   Add sorting by clicking on the headers of the file overview table and the function table.
   Add common stylesheet for all themes.
   Add navigation links to source details.
   Add buttons to toggle line background color in source details view.
   Add a document overview with all active lines in source details view.
   Added --html-static-report and remove argument from --html-single-page.

    [40 lines not shown]
VersionDeltaFile
1.4+20-9devel/py-gcovr/PLIST
1.10+5-5devel/py-gcovr/Makefile
1.6+4-4devel/py-gcovr/distinfo
+29-183 files

NetBSD/pkgsrc qTdFR2Wdevel/py-awscrt PLIST Makefile

   py-awscrt: updated to 0.31.0

   0.31.0

   crc combine
   Update submodules
VersionDeltaFile
1.2+8-2devel/py-awscrt/PLIST
1.3+4-4devel/py-awscrt/Makefile
1.2+4-4devel/py-awscrt/distinfo
+16-103 files

FreeBSD/ports c3e0f80editors/vscode pkg-plist Makefile, editors/vscode/files patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts patch-package.json

editors/vscode: Update to 1.108.0

While here, convert to use USES=electron and adjust Makefiles
accordingly.

Changelog: https://code.visualstudio.com/updates/v1_108

Reported by:    GitHub (watch releases)
DeltaFile
+49-70editors/vscode/pkg-plist
+8-24editors/vscode/Makefile
+7-7editors/vscode/distinfo
+5-5editors/vscode/Makefile.reh
+3-3editors/vscode/files/patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts
+2-2editors/vscode/files/patch-package.json
+74-1111 files not shown
+76-1137 files

NetBSD/pkgsrc UAiqwJZmk/compiler gcc.mk

   mk: restrict GCC_REQD to major.minor
VersionDeltaFile
1.301+2-2mk/compiler/gcc.mk
+2-21 files

NetBSD/pkgsrc-wip a9f222fscilab Makefile

scilab: restrict GCC_REQD to major.minor
DeltaFile
+1-1scilab/Makefile
+1-11 files

NetBSD/pkgsrc-wip 7b0b14dlibLLVM35 Makefile

libLLVM35: decide on one gcc version to require
DeltaFile
+1-1libLLVM35/Makefile
+1-11 files

FreeBSD/ports 5783a00cad/abc distinfo Makefile

cad/abc: Update g20251226 => g20260104

Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+3-3cad/abc/distinfo
+2-3cad/abc/Makefile
+5-62 files

OpenBSD/src eDd2nceusr.bin/tmux key-bindings.c

   Add paste to the default pane menu, GitHub issue 4763.
VersionDeltaFile
1.160+3-1usr.bin/tmux/key-bindings.c
+3-11 files

LLVM/project 3920bc6llvm/include/llvm/CodeGen TargetLowering.h, llvm/lib/Target/MSP430 MSP430ISelLowering.h

[TargetLowering] Change the `softPromoteHalfType` default to `true` (#175149)

The default `f16` lowering has some issues that result in incorrect
float behavior, so over time most targets have switched to use
`softPromoteHalfType`. Swap to soft promotion by default and add
overrides for SystemZ and AMDGPU, which are the two remaining backends
that still depend on this behavior.

All basic `f16` op tests now pass on all remaining experimental arches.

Fixes: https://github.com/llvm/llvm-project/issues/97981
Fixes: https://github.com/llvm/llvm-project/issues/97975
DeltaFile
+56-59llvm/test/CodeGen/Generic/half-op.ll
+13-5llvm/include/llvm/CodeGen/TargetLowering.h
+2-6llvm/lib/Target/MSP430/MSP430ISelLowering.h
+0-2llvm/lib/Target/VE/VEISelLowering.h
+0-2llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
+0-2llvm/lib/Target/X86/X86ISelLowering.h
+71-7616 files not shown
+74-10322 files

NetBSD/pkgsrc-wip 9ebf570. Makefile, boost-libs-2017Q1 PLIST Makefile

boost-libs-2017Q1: remove

9 years outdated, nothing in wip uses it
DeltaFile
+0-99boost-libs-2017Q1/PLIST
+0-78boost-libs-2017Q1/Makefile
+0-26boost-libs-2017Q1/buildlink3.mk
+0-14boost-libs-2017Q1/hacks.mk
+0-6boost-libs-2017Q1/DESCR
+1-1Makefile
+1-2246 files

NetBSD/pkgsrc 3KR4ulBlang/nodejs Makefile.common

   *: reduce GCC_REQD to major.minor
VersionDeltaFile
1.64+2-2lang/nodejs/Makefile.common
+2-21 files

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

InstCombine: Implement SimplifyDemandedFPClass for sqrt (#173883)

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

NetBSD/pkgsrc-wip 4443060clock-signal Makefile, coxeter Makefile

*: reduce GCC_REQD to major.minor
DeltaFile
+1-1clock-signal/Makefile
+1-1coxeter/Makefile
+1-1dune-common/Makefile.common
+1-1libretro-citra/Makefile
+1-1lilypond-git/Makefile
+1-1openvdb/Makefile
+6-61 files not shown
+7-77 files

LLVM/project 1cb9b79llvm/test/tools/UpdateTestChecks/update_test_checks keep-label-name.test, llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs keep-label-name.ll keep-label-name.ll.expected

[UTC] Align label var handling of old lines to new lines (#173850)

BB labels have been treated as variables in newer UTC versions. 

However, UTC previously handled BB labels in old lines differently from
new lines, causing incorrect `remap_metavar_names`.

E.g., 
- New lines var `exit:` and `label %exit`: UTC generalized them as
`[[@@]]` and `[[@@]]`.
- Old lines var `[[EXIT]]:` and `label %[[EXIT]]`: UTC generalized them
as `[[@@]]:` and `label %[[@@]]`, which mismatched with the
generalization of new lines.

This mismatch might cause unexpected variable name remappings, even if
the new lines are indeed equivalent to the old lines.

This PR aligns label var handling of old lines to new lines, i.e.,
generalizes `[[EXIT]]:` and `label %[[EXIT]]` as `[[@@]]` and `[[@@]]`.
DeltaFile
+57-0llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll
+57-0llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll.expected
+8-2llvm/utils/UpdateTestChecks/common.py
+3-0llvm/test/tools/UpdateTestChecks/update_test_checks/keep-label-name.test
+125-24 files

LLVM/project d620ea7llvm/lib/Transforms/Vectorize LoopVectorize.cpp, llvm/test/Transforms/LoopVectorize epilog-vectorization-reductions.ll

[LV] Handle live-ins in findRecipe.

Skip live-ins in findRecipe to prevent a crash for cases with degenerate
reductions (where the backedge value is a live-in). Such reductions
should be removed, but this requires further changes.

Fixes https://github.com/llvm/llvm-project/issues/175229.
DeltaFile
+99-0llvm/test/Transforms/LoopVectorize/epilog-vectorization-reductions.ll
+3-1llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+102-12 files

NetBSD/src x2qMl0Hdoc CHANGES

   doc: missed one
VersionDeltaFile
1.3214+4-2doc/CHANGES
+4-21 files

NetBSD/src FTrw27Idoc CHANGES

   doc: first week of 2026
VersionDeltaFile
1.3213+10-1doc/CHANGES
+10-11 files

NetBSD/pkgsrc-wip 4ee09d9wsjtx Makefile PLIST

(ham/wsjtx) files/README -> share/doc/wsjtx/README.netbsd
DeltaFile
+5-0wsjtx/Makefile
+1-0wsjtx/PLIST
+6-02 files

LLVM/project 9eac606llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-rounding-intrinsics.ll

ceil to -0
DeltaFile
+2-1llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+1-2llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
+3-32 files

LLVM/project bf5cc66llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp

Zero implies normal
DeltaFile
+2-2llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+2-21 files

LLVM/project 0c33852llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp

Remove parentheses
DeltaFile
+1-1llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+1-11 files

LLVM/project 69b5dd1llvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp

format
DeltaFile
+3-2llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+3-21 files

LLVM/project da9e433llvm/lib/Analysis ValueTracking.cpp

getScalarType()->isMultiUnitFPType()
DeltaFile
+3-2llvm/lib/Analysis/ValueTracking.cpp
+3-21 files