LLVM/project 470543alibsycl/include/sycl/__impl queue.hpp, libsycl/src/detail program_manager.hpp program_manager.cpp

remove extra mutex

Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova at intel.com>
DeltaFile
+8-12libsycl/src/detail/program_manager.hpp
+6-7libsycl/src/detail/program_manager.cpp
+0-2libsycl/include/sycl/__impl/queue.hpp
+14-213 files

LLVM/project b1f8dffflang/lib/Optimizer/OpenACC/Support FIROpenACCTypeInterfaces.cpp, flang/test/Fir/OpenACC recipe-populate-firstprivate.mlir

[acc] Support for Optional arguments in firstprivate recipes (#190079)

Add support for explicit of implicit firstprivates that are Fortran
Optional arguments.
DeltaFile
+62-17flang/lib/Optimizer/OpenACC/Support/FIROpenACCTypeInterfaces.cpp
+39-0flang/test/Transforms/OpenACC/optional-firstprivate-recipe.fir
+21-16mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
+34-0flang/test/Transforms/OpenACC/optional-firstprivate.fir
+9-9flang/test/Transforms/OpenACC/acc-implicit-firstprivate.fir
+7-7flang/test/Fir/OpenACC/recipe-populate-firstprivate.mlir
+172-496 files

FreeBSD/ports 316b2efarchivers/kf6-karchive distinfo, x11-themes/kf6-breeze-icons pkg-plist

KDE: Update KDE Frameworks 6 to 6.25.0

Announcement: https://kde.org/announcements/frameworks/6/6.25.0/

Ports changes:

textproc/kf6-syntax-highlighting:
 - Add missing build dependencies on perl and python
DeltaFile
+46-4x11-themes/kf6-breeze-icons/pkg-plist
+3-3x11/kf6-kwindowsystem/distinfo
+3-3x11/kf6-krunner/distinfo
+3-3x11/kf6-kglobalaccel/distinfo
+3-3x11/kf6-kded/distinfo
+3-3archivers/kf6-karchive/distinfo
+61-1972 files not shown
+264-21878 files

FreeBSD/doc a5bfce1website/content/en/status/report-2026-01-2026-03 appjail.adoc

Status/2026Q1/appjail.adoc: Add report
DeltaFile
+36-0website/content/en/status/report-2026-01-2026-03/appjail.adoc
+36-01 files

FreeBSD/doc 8ebb132website/content/en/status/report-2026-01-2026-03 daemonless.adoc

Status/2026Q1/daemonless.adoc: Add report
DeltaFile
+26-0website/content/en/status/report-2026-01-2026-03/daemonless.adoc
+26-01 files

FreeBSD/doc bbcf028website/content/en/status/report-2026-01-2026-03 bhyvemgr.adoc

Status/2026Q1/bhyvemgr.adoc: Add report
DeltaFile
+34-0website/content/en/status/report-2026-01-2026-03/bhyvemgr.adoc
+34-01 files

FreeBSD/doc 9f26ca8website/content/en/status/report-2026-01-2026-03 wazuh.adoc

Status/2026Q1/wazuh.adoc: Add report
DeltaFile
+70-0website/content/en/status/report-2026-01-2026-03/wazuh.adoc
+70-01 files

FreeBSD/doc 5a8e131website/content/en/status/report-2026-01-2026-03 portmgr.adoc

Status/2026Q1/portmgr.adoc: Add report
DeltaFile
+54-0website/content/en/status/report-2026-01-2026-03/portmgr.adoc
+54-01 files

FreeBSD/ports 355b9d3misc/py-instructor Makefile distinfo

misc/py-instructor: Update to 1.15.1

Changelog:
- https://github.com/567-labs/instructor/releases/tag/v1.15.0
- https://github.com/567-labs/instructor/releases/tag/v1.15.1

Reported by:    portscout
DeltaFile
+3-4misc/py-instructor/Makefile
+3-3misc/py-instructor/distinfo
+6-72 files

LLVM/project e2c25a7lldb/test/Shell/ObjectFile/ELF minidebuginfo-corrupt-xz.yaml

[lldb] Update warning in minidebuginfo-corrupt-xz test (#191387)
DeltaFile
+1-1lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml
+1-11 files

LLVM/project c162ed8llvm/docs AMDGPUUsage.rst, llvm/include/llvm/IR IntrinsicsAMDGPU.td

[AMDGPU] Add amdgcn.av.global.(load|store).b128 intrinsics

The two new intrinsica llvm.amdgcn.global.load.b128 and
llvm.amdgcn.global.store.b128 have availability and visibility semantics as
described in #191246. Each of them takes a scope operand that is then translated
to target-specific cache policy bits. This allows the user to control how the
side-effects of these loads and stores are made visible to other threads.

This is patch was extracted from #172090.

Co-authored-by: macurtis-amd <macurtis at amd.com>
Assisted-by: Claude Opus 4.6
DeltaFile
+30,869-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.av.global.load.b128.ll
+3,888-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.av.global.store.b128.ll
+741-0llvm/test/CodeGen/AMDGPU/amdgcn-av-scopes.ll
+105-0llvm/docs/AMDGPUUsage.rst
+20-7llvm/lib/Target/AMDGPU/FLATInstructions.td
+25-0llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+35,648-76 files not shown
+35,744-712 files

LLVM/project 5ce2bbcllvm/lib/Target/RISCV RISCVFeatures.td, llvm/test/CodeGen/RISCV features-info.ll

[RISCV][NFC] Remove extra dot in feature's description (#191379)
DeltaFile
+4-4llvm/lib/Target/RISCV/RISCVFeatures.td
+4-4llvm/test/CodeGen/RISCV/features-info.ll
+8-82 files

LLVM/project 4d7615bllvm/include/llvm/CodeGen/GlobalISel GIMatchTableExecutorImpl.h GIMatchTableExecutor.h, llvm/utils/TableGen/Common/GlobalISel GlobalISelMatchTable.h GlobalISelMatchTable.cpp

[GlobalISel] Add GIM_CheckMachineOperandType for matching metadata operands

Add a new match table opcode GIM_CheckMachineOperandType and a
corresponding MachineOperandTypeMatcher class to support matching
operands by their MachineOperand type. This enables GlobalISel pattern
matching for intrinsics that have metadata operands (MVT::Metadata),
which previously could not be matched in the generated selector.

This is patch was extracted from #172090.

Co-authored-by: macurtis-amd <macurtis at amd.com>
Assisted-by: Claude Opus 4.6
DeltaFile
+18-0llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.h
+17-0llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.cpp
+9-0llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
+6-0llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h
+50-04 files

FreeBSD/ports 36f9df1devel/statcvs Makefile, devel/statsvn Makefile

devel/stat(svn|cvs): run_depends on java

Java is needed to run this. So I think it makes sense to add openjdk
to the run_depends. Although when it compiled with openjdk8 it didn't
really matter what openjdk you used to run it with. Let's use JAVA_DEFAULT.

Statsvn even puts the %%JAVA%% var in files/statsvn.in so the script
wouldn't work with another JDK.

Piggyback this on the portrevision bump of my previous commit.

Approved-by:    no maintainer
DeltaFile
+1-1devel/statsvn/Makefile
+1-1devel/statcvs/Makefile
+2-22 files

NetBSD/pkgsrc QnAY1V6security/mit-krb5 distinfo, security/mit-krb5/patches patch-lib_apputils_net-server.c patch-lib_krb5_os_locate__kdc.c

   mit-krb5: Fix build on SunOS.
VersionDeltaFile
1.5+33-20security/mit-krb5/patches/patch-lib_apputils_net-server.c
1.2+26-2security/mit-krb5/patches/patch-lib_krb5_os_locate__kdc.c
1.1+20-0security/mit-krb5/patches/patch-lib_krb5_os_addr.c
1.84+4-2security/mit-krb5/distinfo
+83-244 files

FreeBSD/ports bfd2128devel/statsvn Makefile, devel/statsvn/files patch-build.xml

devel/statsvn: unpin openjdk8

builds fine with JAVA_DEFAULT (openjdk25)

Approved-by:    no maintainer
DeltaFile
+20-0devel/statsvn/files/patch-build.xml
+1-2devel/statsvn/Makefile
+21-22 files

FreeBSD/ports 377b49cdevel/statcvs Makefile, devel/statcvs/files patch-build.xml

devel/statcvs: unpin openjdk8

builds find with JAVA_DEFAULT (openjdk25)

Approved-by:    no maintainer
DeltaFile
+20-0devel/statcvs/files/patch-build.xml
+1-2devel/statcvs/Makefile
+21-22 files

LLVM/project b66fbb1clang/include/clang/StaticAnalyzer/Core/PathSensitive MemRegion.h, clang/lib/StaticAnalyzer/Core MemRegion.cpp

[analyzer][NFC] Document getVarRegion shortcomings (#191168)

... more precisely, that the analyzer currently uses `NonParamVarRegion`
instances to represent parameters of the entrypoint stack frame and
parameters that are captured by inner lambdas or blocks.

In my recent commit f40c234191802154d5b3fc3209908c3f2d6e1649 I added a
FIXME note to the method `MemRegionManager::getVarRegion`, but now, as I
tried to implement that I realized that the situation is more complex.

As I don't have time to fix this right now, I'm pushing this commit to
remove the inaccurate FIXME and replace it with more accurate TODO notes
that explain the current (problematic) behavior of the codebase.
DeltaFile
+20-8clang/lib/StaticAnalyzer/Core/MemRegion.cpp
+6-1clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
+26-92 files

NetBSD/pkgsrc-wip bd9e71crust-beta distinfo

rust-beta: update to 1.95 beta-8
DeltaFile
+3-3rust-beta/distinfo
+3-31 files

NetBSD/pkgsrc-wip 2b69fe5esbuild COMMIT_MSG distinfo

esbuild: updatte to 0.28.0
DeltaFile
+10-0esbuild/COMMIT_MSG
+3-3esbuild/distinfo
+1-2esbuild/Makefile
+1-1esbuild/go-modules.mk
+15-64 files

FreeBSD/ports b766ec1devel/R-cran-pkgdepends distinfo Makefile

devel/R-cran-pkgdepends: Update to 0.9.1

ChangeLog: https://github.com/r-lib/pkgdepends/blob/main/NEWS.md
DeltaFile
+3-3devel/R-cran-pkgdepends/distinfo
+1-1devel/R-cran-pkgdepends/Makefile
+4-42 files

FreeBSD/ports 1e9fcfedevel/R-cran-pkgcache distinfo Makefile

devel/R-cran-pkgcache: Update to 2.2.5

ChangeLog: https://cran.r-project.org/web/packages/pkgcache/news/news.html
DeltaFile
+3-3devel/R-cran-pkgcache/distinfo
+1-1devel/R-cran-pkgcache/Makefile
+4-42 files

FreeBSD/src 9f1be4blib/libcasper/services/cap_dns cap_dns.c

cap_dns: plug a memory leak
DeltaFile
+1-1lib/libcasper/services/cap_dns/cap_dns.c
+1-11 files

OpenBSD/ports xaNvNSawww/tomcat/v11 distinfo Makefile, www/tomcat/v11/pkg PLIST-examples PLIST-main

   update to tomcat-11.0.21
VersionDeltaFile
1.11.2.2+4-4www/tomcat/v11/distinfo
1.10.2.2+5-0www/tomcat/v11/pkg/PLIST-examples
1.6.2.1+2-2www/tomcat/v11/pkg/PLIST-main
1.11.2.2+1-1www/tomcat/v11/Makefile
+12-74 files

OpenBSD/ports YJagh84www/tomcat/v10 distinfo Makefile, www/tomcat/v10/pkg PLIST-examples PLIST-main

   update to tomcat-10.1.54
VersionDeltaFile
1.35.2.2+4-4www/tomcat/v10/distinfo
1.31.2.2+5-0www/tomcat/v10/pkg/PLIST-examples
1.42.2.2+1-1www/tomcat/v10/Makefile
1.11.2.1+1-1www/tomcat/v10/pkg/PLIST-main
+11-64 files

OpenBSD/ports h9WclUJwww/tomcat/v9 distinfo Makefile, www/tomcat/v9/pkg PLIST-examples

   update to tomcat-9.0.117
VersionDeltaFile
1.47.2.2+4-4www/tomcat/v9/distinfo
1.42.2.2+5-0www/tomcat/v9/pkg/PLIST-examples
1.55.2.2+1-1www/tomcat/v9/Makefile
+10-53 files

FreeBSD/src 4da93b9sys/kern subr_early.c

subr_early.c: cleanup includes

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
DeltaFile
+0-2sys/kern/subr_early.c
+0-21 files

NetBSD/pkgsrc-wip cf5e934. Makefile, esbuild Makefile DESCR

Import www/esbuild
DeltaFile
+19-0esbuild/Makefile
+14-0esbuild/DESCR
+11-0esbuild/distinfo
+4-0esbuild/go-modules.mk
+2-0esbuild/PLIST
+1-0Makefile
+51-06 files

NetBSD/pkgsrc-wip a17101e. Makefile, include-what-you-use PLIST Makefile

include-what-you-use: remove, older than pkgsrc version
DeltaFile
+0-24include-what-you-use/PLIST
+0-23include-what-you-use/Makefile
+0-11include-what-you-use/DESCR
+0-5include-what-you-use/distinfo
+0-1Makefile
+0-645 files

LLVM/project be56d65llvm/test/MC/Disassembler/AArch64 armv8.5a-mte.txt armv8.7a-xs.txt

[NFC] autogenerate  disassembler tests with invalid MSR/MRS use (#185970)

This patch makes certain dissambler tests, which produce invalid MRS/MSR
intsructions autogenerated to make them easier to modify in the future
and to reduce diff size of #185709
DeltaFile
+287-393llvm/test/MC/Disassembler/AArch64/armv8.5a-mte.txt
+171-172llvm/test/MC/Disassembler/AArch64/armv8.7a-xs.txt
+49-75llvm/test/MC/Disassembler/AArch64/armv8.5a-dataproc.txt
+13-12llvm/test/MC/Disassembler/AArch64/armv8.8a-nmi.txt
+11-10llvm/test/MC/Disassembler/AArch64/armv8.2a-uao.txt
+7-6llvm/test/MC/Disassembler/AArch64/armv8.5a-ssbs.txt
+538-6683 files not shown
+553-6809 files