LLVM/project 5497f46clang/lib/Headers riscv_packed_simd.h, clang/test/CodeGen/RISCV rvp-intrinsics.c

[RISCV][P-ext] Support Packed Narrowing Zip (#210040)
DeltaFile
+266-0clang/test/CodeGen/RISCV/rvp-intrinsics.c
+99-0llvm/test/CodeGen/RISCV/rvp-narrowing-zip.ll
+80-0cross-project-tests/intrinsic-header-tests/riscv_packed_simd.c
+46-0llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+43-0clang/lib/Headers/riscv_packed_simd.h
+26-3llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+560-36 files

FreeBSD/src a6587aesys/kern sched_ule.c

sched_ule: Fix selecting lowest priority thread early in corner case

When transferring a thread with near 100% CPU statistics (but not 100%;
up to 57.5/59≈97.46%) to a CPU where the enqueue offset is ahead of at
least 2 from the dequeue one, which requires peculiar conditions to
happen (transfer triggered by a bind request or cpuset change, or during
balancing if a thread or more existed from a brief amount of time on the
origin CPU), the transferred thread can get placed after the dequeue
offset, effectively making it appear as a high priority one unduly,
causing latency increase for other threads.

The change here was missed when changing the enqueue and dequeue offsets
update mechanism to recover pre-256-queue-runqueue ULE anti-starvation
and fairness behavior.  That change opened up the possibility that these
two offsets are apart by more than one.

Reviewed by:    markj
Discussed with: Minsoo Choo <minsoo at minsoo.io>
Fixes:          6792f3411f6d ("sched_ule: Recover previous nice and anti-starvation behaviors")

    [3 lines not shown]
DeltaFile
+36-9sys/kern/sched_ule.c
+36-91 files

LLVM/project d417c27clang/include/clang/Basic DiagnosticIDs.h

[clang][NFC] Bump the maximum number of Frontend diagnostics

The number of Frontend diagnostics in DiagnosticFrontendKinds.td is close
to the DIAG_SIZE_FRONTEND limit of 200 (195 in use). Increase the limit
to 300.
DeltaFile
+1-1clang/include/clang/Basic/DiagnosticIDs.h
+1-11 files

FreeBSD/ports 36c19c4science/py-dwave-networkx Makefile

science/py-dwave-networkx: Add comment
DeltaFile
+1-1science/py-dwave-networkx/Makefile
+1-11 files

FreeBSD/ports a6b01cdscience Makefile, science/py-dwave-graphs Makefile pkg-descr

science/py-dwave-graphs: New port: D-Wave: Library for graph theory and algorithms
DeltaFile
+27-0science/py-dwave-graphs/Makefile
+20-0science/py-dwave-graphs/files/patch-pyproject.toml
+5-0science/py-dwave-graphs/pkg-descr
+3-0science/py-dwave-graphs/distinfo
+1-0science/Makefile
+56-05 files

FreeBSD/ports 419bff5math/py-minorminer Makefile distinfo, math/py-minorminer/files patch-pyproject.toml patch-setup.py

math/py-minorminer: update 0.2.19 → 0.2.22
DeltaFile
+23-8math/py-minorminer/Makefile
+26-0math/py-minorminer/files/patch-pyproject.toml
+17-0math/py-minorminer/files/patch-setup.py
+5-5math/py-minorminer/distinfo
+71-134 files

LLVM/project 126d90allvm/docs NVPTXUsage.rst NVPTXUsage.md, llvm/test/CodeGen/NVPTX atomicrmw-sm60.ll atomicrmw-sm70.ll

Merge branch 'main' into users/tonykuttai/bump-diag-size-frontend
DeltaFile
+0-4,767llvm/docs/NVPTXUsage.rst
+2,949-1,487llvm/test/CodeGen/NVPTX/atomicrmw-sm60.ll
+2,871-1,461llvm/test/CodeGen/NVPTX/atomicrmw-sm70.ll
+4,253-0llvm/docs/NVPTXUsage.md
+1,635-849llvm/test/CodeGen/NVPTX/atomicrmw-sm90.ll
+0-1,177llvm/docs/JITLink.rst
+11,708-9,741576 files not shown
+38,248-22,080582 files

FreeBSD/ports 50bbcedx11/xdg-desktop-portal-hyprland distinfo Makefile

x11/xdg-desktop-portal-hyprland: Update to 1.4.0

Changelog: https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v1.4.0

Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/xdg-desktop-portal-hyprland/distinfo
+2-2x11/xdg-desktop-portal-hyprland/Makefile
+5-52 files

FreeBSD/src b328975sys/kern sys_procdesc.c

procdesc: report NOTE_PDSIGCHLD for traced and stopped process

on attach of the knote.  It is same as for NOTE_EXIT when attaching to
the exiting process.

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D58327
DeltaFile
+12-3sys/kern/sys_procdesc.c
+12-31 files

NetBSD/src AB225vAlibexec/ld.elf_so search.c

   ld.elf_so: Fix assertion: obj may be NULL _or_ OBJ_ERR (-1) here

   NULL means the object wasn't found and we should keep searching;
   OBJ_ERR means the object was found but loading it failed and we
   should stop.  Only if the object is _neither_ NULL _nor_ OBJ_ERR is
   it expected to be an object with positive refcount.

   Followup for

   PR lib/59751: dlclose is not MT-safe depending on the libraries
   unloaded
VersionDeltaFile
1.29+3-3libexec/ld.elf_so/search.c
+3-31 files

FreeBSD/ports 77aefeemath/py-amply distinfo Makefile

math/py-amply: update 0.1.6 → 0.1.7
DeltaFile
+3-3math/py-amply/distinfo
+1-2math/py-amply/Makefile
+4-52 files

FreeBSD/ports b4fa753www/py-aioresponses distinfo Makefile

www/py-aioresponses: update 0.7.8 → 0.7.9
DeltaFile
+3-3www/py-aioresponses/distinfo
+1-1www/py-aioresponses/Makefile
+4-42 files

FreeBSD/ports 9fc478bwww/py-google-cloud-testutils distinfo Makefile

www/py-google-cloud-testutils: update 1.9.0 → 1.9.1
DeltaFile
+3-3www/py-google-cloud-testutils/distinfo
+1-1www/py-google-cloud-testutils/Makefile
+4-42 files

FreeBSD/ports 6dc1badmisc/py-fastmcp distinfo Makefile

misc/py-fastmcp: update 3.4.2 → 3.4.4
DeltaFile
+3-3misc/py-fastmcp/distinfo
+1-1misc/py-fastmcp/Makefile
+4-42 files

FreeBSD/ports 4af3479misc/py-onnx Makefile distinfo, misc/py-onnx/files patch-setup.py patch-CMakeLists.txt

misc/py-onnx: update 1.17.0 → 1.22.0
DeltaFile
+0-44misc/py-onnx/files/patch-setup.py
+19-16misc/py-onnx/files/patch-CMakeLists.txt
+9-18misc/py-onnx/Makefile
+10-10misc/py-onnx/files/patch-pyproject.toml
+3-3misc/py-onnx/distinfo
+41-915 files

FreeBSD/ports dc12d20graphics/py-pyglm distinfo Makefile

graphics/py-pyglm: update 2.8.0 → 2.8.3
DeltaFile
+3-3graphics/py-pyglm/distinfo
+1-2graphics/py-pyglm/Makefile
+4-52 files

FreeBSD/ports 5318206misc Makefile, misc/py-optimum Makefile distinfo

misc/py-optimum: New port: Extension of Hugging Face Transformers integrating 3rd-party libraries
DeltaFile
+29-0misc/py-optimum/Makefile
+3-0misc/py-optimum/distinfo
+3-0misc/py-optimum/pkg-descr
+1-0misc/Makefile
+36-04 files

FreeBSD/ports 5d97514devel/py-omegaconf distinfo Makefile

devel/py-omegaconf: update 2.3.0 → 2.3.1
DeltaFile
+3-3devel/py-omegaconf/distinfo
+1-2devel/py-omegaconf/Makefile
+4-52 files

FreeBSD/ports b08b4b9www/py-google-cloud-discoveryengine distinfo Makefile

www/py-google-cloud-discoveryengine: update 0.20.1 → 0.20.2
DeltaFile
+3-3www/py-google-cloud-discoveryengine/distinfo
+1-1www/py-google-cloud-discoveryengine/Makefile
+4-42 files

FreeBSD/ports 32cfe84math/py-moocore distinfo Makefile

math/py-moocore: update 0.3.1 → 0.3.2
DeltaFile
+3-3math/py-moocore/distinfo
+1-1math/py-moocore/Makefile
+4-42 files

FreeBSD/ports 55eeaf6misc/py-mistral-common distinfo Makefile, misc/py-mistral-common/files patch-pyproject.toml

misc/py-mistral-common: update 1.11.5 → 1.11.6
DeltaFile
+10-5misc/py-mistral-common/files/patch-pyproject.toml
+3-3misc/py-mistral-common/distinfo
+2-2misc/py-mistral-common/Makefile
+15-103 files

FreeBSD/ports 2720000devel/camp distinfo Makefile

devel/camp: update 2025.12.0 → 2026.07.0
DeltaFile
+3-3devel/camp/distinfo
+2-2devel/camp/Makefile
+1-0devel/camp/pkg-plist
+6-53 files

FreeBSD/ports ddd1b08misc/py-synced-collections distinfo Makefile

misc/py-synced-collections: update 1.0.0 → 1.0.1
DeltaFile
+3-3misc/py-synced-collections/distinfo
+1-1misc/py-synced-collections/Makefile
+4-42 files

FreeBSD/ports cc765d4www Makefile, www/py-hf-transfer distinfo Makefile

www/py-hf-transfer: New port: Speed up file transfers with the Hugging Face Hub
DeltaFile
+353-0www/py-hf-transfer/distinfo
+209-0www/py-hf-transfer/Makefile
+26-0www/py-hf-transfer/files/patch-Cargo.lock
+12-0www/py-hf-transfer/files/patch-Cargo.toml
+6-0www/py-hf-transfer/pkg-descr
+1-0www/Makefile
+607-06 files

FreeBSD/ports 5e50765databases/greptimedb distinfo Makefile

databases/greptimedb: update 1.1.2 → 1.1.3
DeltaFile
+7-7databases/greptimedb/distinfo
+3-3databases/greptimedb/Makefile
+10-102 files

FreeBSD/ports 3567185multimedia/kew distinfo Makefile

multimedia/kew: update 4.2.3 → 4.2.7
DeltaFile
+3-3multimedia/kew/distinfo
+1-1multimedia/kew/Makefile
+4-42 files

FreeBSD/ports 49d8689misc/py-comfyui-workflow-templates Makefile distinfo

misc/py-comfyui-workflow-templates: update 0.11.11 → 0.11.12
DeltaFile
+3-3misc/py-comfyui-workflow-templates/Makefile
+3-3misc/py-comfyui-workflow-templates/distinfo
+6-62 files

FreeBSD/ports d6f65cfmisc/py-langchain-openai Makefile distinfo

misc/py-langchain-openai: update 1.3.3 → 1.3.5
DeltaFile
+4-4misc/py-langchain-openai/Makefile
+3-3misc/py-langchain-openai/distinfo
+7-72 files

FreeBSD/ports 418b32bmisc/py-openai distinfo Makefile

misc/py-openai: update 2.34.0 → 2.46.0
DeltaFile
+3-3misc/py-openai/distinfo
+2-3misc/py-openai/Makefile
+5-62 files

FreeBSD/ports 86ec372misc/py-comfyui-workflow-templates-core distinfo Makefile

misc/py-comfyui-workflow-templates-core: update 0.3.274 → 0.3.275
DeltaFile
+3-3misc/py-comfyui-workflow-templates-core/distinfo
+1-1misc/py-comfyui-workflow-templates-core/Makefile
+4-42 files