LLVM/project 30c6bbellvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 alternate-op-constant.ll

[SLP]Check if the value has uselist before asking for uses

Need to check if the value has uselist before asking for uses to fix
a compiler crash

Fixes #173569
DeltaFile
+17-0llvm/test/Transforms/SLPVectorizer/X86/alternate-op-constant.ll
+2-0llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+19-02 files

OpenBSD/src rBFtt9Vusr.bin/tmux server-client.c tmux.1

   Add focus-follows-mouse option, from Barry Wasdell in GitHub issue 4771.
VersionDeltaFile
1.439+15-4usr.bin/tmux/server-client.c
1.1026+8-2usr.bin/tmux/tmux.1
1.203+8-1usr.bin/tmux/options-table.c
+31-73 files

OpenBSD/src iFDDO8Dusr.bin/tmux window-copy.c tmux.1

   Add selection_mode format variable for copy mode, from Mike Jonkmans in
   GitHub issue 4773.
VersionDeltaFile
1.380+13-1usr.bin/tmux/window-copy.c
1.1025+2-1usr.bin/tmux/tmux.1
+15-22 files

FreeBSD/src 5629b5clib/libcuse cuse_lib.c

cuse(3): annotate cuse_init() to suppress thread safety analysis

This avoids warnings from clang 21, similar to:

    /usr/src/lib/libcuse/cuse_lib.c:111:14: error: writing variable 'h_cuse' requires holding mutex 'm_cuse' exclusively [-Werror,-Wthread-safety-analysis]
      111 |         TAILQ_INIT(&h_cuse);
          |                     ^
    /usr/src/lib/libcuse/cuse_lib.c:111:14: error: writing variable 'h_cuse' requires holding mutex 'm_cuse' exclusively [-Werror,-Wthread-safety-analysis]
    /usr/src/lib/libcuse/cuse_lib.c:112:14: error: writing variable 'h_cuse_entered' requires holding mutex 'm_cuse' exclusively [-Werror,-Wthread-safety-analysis]
      112 |         TAILQ_INIT(&h_cuse_entered);
          |                     ^
    /usr/src/lib/libcuse/cuse_lib.c:112:14: error: writing variable 'h_cuse_entered' requires holding mutex 'm_cuse' exclusively [-Werror,-Wthread-safety-analysis]

MFC after:      3 days
DeltaFile
+1-1lib/libcuse/cuse_lib.c
+1-11 files

NetBSD/pkgsrc ZTCgpTidevel Makefile

   devel: Enable py-apycula
VersionDeltaFile
1.4560+2-1devel/Makefile
+2-11 files

NetBSD/pkgsrc rChwHNodoc CHANGES-2025

   doc: Added devel/py-apycula version 0.28
VersionDeltaFile
1.7395+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc SbM51Qydevel/py-apycula PLIST Makefile

   devel/py-apycula: import py314-apycula-0.28

   Open source tools and Documentation for the Gowin FPGA bitstream
   format.

   Project Apicula uses a combination of fuzzing and parsing of the
   vendor data files to provide Python tools for generating bitstreams.
VersionDeltaFile
1.1+73-0devel/py-apycula/PLIST
1.1+25-0devel/py-apycula/Makefile
1.1+5-0devel/py-apycula/DESCR
1.1+5-0devel/py-apycula/distinfo
+108-04 files

NetBSD/pkgsrc EegInBZdevel Makefile

   devel: Enable py-crc
VersionDeltaFile
1.4559+2-1devel/Makefile
+2-11 files

NetBSD/pkgsrc ts0iU2Wdoc CHANGES-2025

   doc: Added devel/py-crc version 7.1.0
VersionDeltaFile
1.7394+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc FHTZftNdevel/py-crc Makefile PLIST

   devel/py-crc: import py314-crc-7.1.0

   Calculate CRC checksums, verify CRC checksum, predefined CRC
   configurations, custom CRC configurations
VersionDeltaFile
1.1+20-0devel/py-crc/Makefile
1.1+17-0devel/py-crc/PLIST
1.1+5-0devel/py-crc/distinfo
1.1+2-0devel/py-crc/DESCR
1.1+1-0devel/py-crc/ALTERNATIVES
+45-05 files

NetBSD/pkgsrc wtiDUoNdoc CHANGES-2025

   doc: Updated devel/libdwarf to 2.2.0
VersionDeltaFile
1.7393+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc nLdjoCzdevel/libdwarf buildlink3.mk distinfo

   devel/libdwarf: Update to 2.2.0

   * Add buidlink3.mk for upcomming cad/nvc.

   Changelog:
   2.2.0:
   Date: 2025-10-10 Added functions dwarf_lvn_name_direct() dwarf_lvn_name()
   dwarf_lvn_table_entry() to allow complete reading of DWARF6
   DW_AT_language_version attributes. Fixed issues reading corrupted
   (fuzzed) Apple Mach-o object files: now the code immediately returns
   an error instead of seeming stuck. Fixed issues building with gcc
   option -std=c99 and the like. Corrected a bug reading line table
   data that used forms similar to DWARF5 DW_FORM_strx.

   2.1.0:
   Date: 2025-07-20 Removed heuristic checs for decompression
   reasonableness as they failed on some real object files. Corrected
   handling and reporting of the DWARF6 attributes DW_AT_language_name
   and DW_AT_language_version. An object with DWARF and GNU debuglink

    [140 lines not shown]
VersionDeltaFile
1.1+12-0devel/libdwarf/buildlink3.mk
1.6+4-4devel/libdwarf/distinfo
1.4+2-2devel/libdwarf/Makefile
1.4+2-2devel/libdwarf/PLIST
+20-84 files

LLVM/project 966ae44llvm/lib/Target/AMDGPU SIRegisterInfo.td

[NFC][AMDGPU] Improve the alignment of some TableGen code (#173524)

DeltaFile
+75-75llvm/lib/Target/AMDGPU/SIRegisterInfo.td
+75-751 files

NetBSD/pkgsrc m96CIdEdoc CHANGES-2025

   Updated databases/py-tortoise-orm, databases/py-aiosqlite, shells/dash, textproc/py-sphinx-inline-tabs
VersionDeltaFile
1.7392+5-1doc/CHANGES-2025
+5-11 files

NetBSD/pkgsrc FEVd3prtextproc/py-sphinx-inline-tabs distinfo Makefile

   py-sphinx-inline-tabs: updated to 2025.12.21.14

   2025.12.21.14
   Unknown changes
VersionDeltaFile
1.3+4-4textproc/py-sphinx-inline-tabs/distinfo
1.11+2-3textproc/py-sphinx-inline-tabs/Makefile
+6-72 files

NetBSD/pkgsrc jGfio60shells/dash Makefile distinfo

   dash: updated to 0.5.13.1

   0.5.13.1
   Unknown changes
VersionDeltaFile
1.18+6-8shells/dash/Makefile
1.17+4-4shells/dash/distinfo
+10-122 files

NetBSD/pkgsrc WmyrQf6cad/ghdl buildlink3.mk

   cad/ghdl: Add buildlink3.mk for upcomming devel/ghdl-yosys-plugin
VersionDeltaFile
1.1+14-0cad/ghdl/buildlink3.mk
+14-01 files

NetBSD/pkgsrc iqFvASJdevel/yosys buildlink3.mk

   devel/yosys: Add buildlink3.mk for upcomming devel/ghdl-yosys-plugin
VersionDeltaFile
1.1+19-0devel/yosys/buildlink3.mk
+19-01 files

NetBSD/pkgsrc 5HBRR75devel Makefile

   devel: Enable nextpnr-himbaechel
VersionDeltaFile
1.4558+2-1devel/Makefile
+2-11 files

NetBSD/pkgsrc CuRtu8bdoc CHANGES-2025

   doc: Added devel/nextpnr-himbaechel version 0.9
VersionDeltaFile
1.7391+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc naTnUepdevel/nextpnr-himbaechel Makefile PLIST

   devel/nextpnr-himbaechel: import nextpnr-himbaechel-0.9

   nextpnr is a portable FPGA place and route tool. nextpnr aims to be a vendor
   neutral, timing driven, FOSS FPGA place and route tool.

   This is the package for some FPGAs including Gowin.
VersionDeltaFile
1.1+12-0devel/nextpnr-himbaechel/Makefile
1.1+11-0devel/nextpnr-himbaechel/PLIST
1.1+4-0devel/nextpnr-himbaechel/DESCR
+27-03 files

NetBSD/pkgsrc sXTgI6idatabases/py-aiosqlite distinfo Makefile

   py-aiosqlite: updated to 0.22.1

   0.22.1

   NOTE: Starting with v0.22.0, the aiosqlite.Connection object no longer inherits from threading.Thread. If not using aiosqlite as a context manager, clients must await connection.close() or call connection.stop() to ensure the helper thread is completed and terminated correctly. A ResourceWarning will be emitted for any connection that is garbage collected without being closed or stopped.

   Added synchronous stop() method to aiosqlite.Connection to enable safe cleanup and termination of the background thread without dependence on having an active event loop
VersionDeltaFile
1.15+4-4databases/py-aiosqlite/distinfo
1.20+2-2databases/py-aiosqlite/Makefile
+6-62 files

NetBSD/pkgsrc yjXTnOWdoc CHANGES-2025

   doc: Updated devel/nextpnr-ice40 to 0.9
VersionDeltaFile
1.7390+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc MpfU2wSdevel/nextpnr distinfo nextpnr.mk, devel/nextpnr-ice40 Makefile

   devel/nextpnr-ice40: Update to 0.9

   Changelog:
   0.9:
     * Adding support for gatemate FPGAs
     * Improvements to Gowin support
     * Miscellaneous small iCE40 and ECP5 bugfixes

   0.8:
     * Remove nextpnr-gowin; replaced by Gowin support in nextpnr-himbaechel
     * Remove unmaintained FPGA interchange support
     * Updated and reworked CMake build system
     * Himbaechel: Numerous improvements to Gowin support
     * Himbaechel: Added experimental NanoXplore NG-Ultra support
     * Himbaechel: Added APIs and data structures for GUI support
     * STA: Support for hold time analysis
VersionDeltaFile
1.6+6-9devel/nextpnr/distinfo
1.2+6-6devel/nextpnr/patches/patch-bba_CMakeLists.txt
1.2+5-5devel/nextpnr/patches/patch-CMakeLists.txt
1.7+4-4devel/nextpnr/nextpnr.mk
1.5+1-2devel/nextpnr-ice40/Makefile
1.2+1-1devel/nextpnr/patches/patch-bba_main.cc
+23-272 files not shown
+25-298 files

NetBSD/pkgsrc hPeLLIWdatabases/py-tortoise-orm distinfo Makefile

   py-tortoise-orm: updated to 0.25.3

   0.25.3

   Fix exception when creating aiosqlite connections on aiosqlite==0.22.0
   Fix implicit anyio dependency introduced, but not declared
VersionDeltaFile
1.31+4-4databases/py-tortoise-orm/distinfo
1.40+2-2databases/py-tortoise-orm/Makefile
+6-62 files

NetBSD/pkgsrc 6NxZwiNdoc CHANGES-2025

   Updated net/ngtcp2, www/nghttp3
VersionDeltaFile
1.7389+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc M4Nh2Wswww/nghttp3 distinfo Makefile

   nghttp3: updated to 1.14.0

   1.14.0

   Fix header name validation on a platform where char is unsigned
   GHA: Add ubuntu-24.04-arm builds
   nghttp3_http: Use int8_t for the lookup tables consistently
   Bump munit
   Bump actions/checkout from 5 to 6
   More use of designated initializers
   GHA: Specify ubuntu-arm in include
   GHA: Simplify build matrix with includes
   Rework nghttp3_frame union to avoid potential UB
   tests: Refactor
   Rewrite nghttp3_get_varint
   Port ngtcp2_ksl changes
   Bump sfparse
   Add nghttp3_recv_settings2 and deprecate nghttp3_recv_settings
   fuzz: Add new callbacks

    [10 lines not shown]
VersionDeltaFile
1.25+4-4www/nghttp3/distinfo
1.29+2-2www/nghttp3/Makefile
1.24+2-2www/nghttp3/PLIST
+8-83 files

NetBSD/pkgsrc aTwDgTrnet/ngtcp2 distinfo PLIST

   ngtcp2: updated to 1.19.0

   1.19.0

   Gha ubuntu arm
   examples: Generate lowcase_tbl and remove redundant cast
   build(deps): bump actions/checkout from 5 to 6
   ngtcp2_log: Add missing error codes
   ngtcp2_str: Remove redundant assignment
   Update RTT when the largest packet number is acked
   ngtcp2_qlog: Add const qualifier to vec_pkt_type*
   bbr: Remove CWND reduction on congestion event
   GHA: Specify ubuntu-arm in include
   bbr: More backups for spurious losses
   GHA: Simplify build matrix with includes
   GHA: Simplify matrix with array of objects
   examples: Allow 5% margin for the expected goodput
   examples: Compute goodput in double
   Add ngtcp2_vec_drop

    [26 lines not shown]
VersionDeltaFile
1.31+4-4net/ngtcp2/distinfo
1.28+2-2net/ngtcp2/PLIST
1.32+2-2net/ngtcp2/Makefile
+8-83 files

NetBSD/pkgsrc MsyxIredoc CHANGES-2025

   Updated graphics/vigra, graphics/leptonica, audio/fluidsynth
VersionDeltaFile
1.7388+4-1doc/CHANGES-2025
+4-11 files

NetBSD/pkgsrc Xk7DS7caudio/fluidsynth distinfo Makefile

   fluidsynth: updated to 2.5.2

   2.5.2

   The CoreAudio driver has gained iOS support
   Improve error handling and reporting when loading default soundfont
   Improve logging and side-effect mitigation when basic channel configuration changes
   Fix CVE-2025-68617 - a heap-based use-after-free involving DLS files (GHSA-ffw2-xvvp-39ch)
VersionDeltaFile
1.59+4-4audio/fluidsynth/distinfo
1.94+2-2audio/fluidsynth/Makefile
1.42+2-2audio/fluidsynth/PLIST
+8-83 files