FreeBSD/ports 70e990fsecurity/hidden-lake pkg-descr

security/hidden-lake: Actualize pkg-descr

Approved by:          db@, yuri@ (Mentors, implicit)
DeltaFile
+8-19security/hidden-lake/pkg-descr
+8-191 files

LLVM/project b26ee7bllvm/test/Transforms/LoopInterchange phi-ordering.ll

[LoopInterchange] Fix test phi-ordering.ll (NFC)
DeltaFile
+37-32llvm/test/Transforms/LoopInterchange/phi-ordering.ll
+37-321 files

LLVM/project 2f708a9llvm/lib/Transforms/Scalar LoopInterchange.cpp, llvm/test/Transforms/LoopInterchange profitability-instorder.ll interchangeable-outerloop-multiple-indvars.ll

[LoopInterchange] Fix instorder profitability check
DeltaFile
+50-41llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+40-30llvm/test/Transforms/LoopInterchange/profitability-instorder.ll
+1-1llvm/test/Transforms/LoopInterchange/interchangeable-outerloop-multiple-indvars.ll
+91-723 files

LLVM/project 9d7ca79llvm/test/Transforms/LoopInterchange profitability-instorder.ll

[LoopInterchange] Add a test for simple profitable case (NFC)
DeltaFile
+180-0llvm/test/Transforms/LoopInterchange/profitability-instorder.ll
+180-01 files

LLVM/project 10ccf11llvm/test/TableGen regunit-intervals.td, llvm/utils/TableGen RegisterInfoEmitter.cpp

[Tablegen] Patch RegUnitIntervals Initialization (#181173)

There were a few places it was missing some code-generation to properly
initialize it if enabled, and also it was missing the sentinel value.
DeltaFile
+13-2llvm/utils/TableGen/RegisterInfoEmitter.cpp
+3-0llvm/test/TableGen/regunit-intervals.td
+16-22 files

LLVM/project a13e04allvm/test/Transforms/LoopInterchange pr57148.ll lcssa-preheader.ll

[LoopInterchange] Update UTC version (NFC) (#181988)

This is a follow-up PR to #181804. While working on the stacked PRs, I
encountered some noisy diffs in the CHECK lines that don't change the
meaning of the tests. To avoid such changes and make the review easier,
this patch updates the UTC version. It also renames some BBs to suppress
warnings emitted by UTC.
DeltaFile
+99-99llvm/test/Transforms/LoopInterchange/pr57148.ll
+89-85llvm/test/Transforms/LoopInterchange/lcssa-preheader.ll
+82-82llvm/test/Transforms/LoopInterchange/interchangeable-outerloop-multiple-indvars.ll
+82-82llvm/test/Transforms/LoopInterchange/interchangeable-innerloop-multiple-indvars.ll
+69-67llvm/test/Transforms/LoopInterchange/update-condbranch-duplicate-successors.ll
+65-63llvm/test/Transforms/LoopInterchange/interchangeable.ll
+486-4784 files not shown
+639-62610 files

LLVM/project 6012aa1llvm/lib/Target/AMDGPU AMDGPUInstructionSelector.cpp

[AMDGPU] Fix opcode comparison logic for G_INTRINSIC (#156008)

The check `(Opc < TargetOpcode::GENERIC_OP_END)` incorrectly
includes `G_INTRINSIC` (129), which is less than
`GENERIC_OP_END` (313), leading to logically dead code.

This patch reorders the conditionals to first check for `G_INTRINSIC`,
ensuring
correct handling of the `amdgcn_fdot2` intrinsic.
DeltaFile
+4-4llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+4-41 files

LLVM/project e6cff75llvm/lib/Target/X86 X86ISelLowering.cpp

[X86] combineMOVMSK - pull out repeated SDLoc (#181986)

DeltaFile
+3-6llvm/lib/Target/X86/X86ISelLowering.cpp
+3-61 files

FreeBSD/ports fa71703math/R-cran-spdep distinfo Makefile

math/R-cran-spdep: Update to 1.4-2

Reported by:    portscout
DeltaFile
+3-3math/R-cran-spdep/distinfo
+1-1math/R-cran-spdep/Makefile
+4-42 files

OPNSense/core d0bc5eesrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes CertificateField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes CertificateFieldTest.php InterfaceFieldTest.php

mvc: CertificateField: same as 870692c154f

It's time to create a ticket for generalisation because now
resetStaticOptionList() is declared in two places also hinting
at a shared functionality in BaseListField.

(cherry picked from commit 104d5f02f894be47b43e4403d3a0d4f84ab740f9)
DeltaFile
+24-23src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/CertificateFieldTest.php
+8-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/CertificateField.php
+2-1src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/InterfaceFieldTest.php
+34-243 files

LLVM/project 176928cclang/cmake/caches VectorEngine.cmake, openmp CMakeLists.txt

[OpenMP] Remove standalone build mode (#149878)

Remove all the CMake code for openmp standalone builds. Standalone
builds have been superseded by the runtimes default build (also
sometimes called the standalone runtimes build). The runtimes default
build can be thought of a standalone build with the standalone
boilerplate contained in <llvm-project>/runtimes/CMakeLists.txt. There
is no need for each runtime to contain the same boilerplate code again.

Builds still using the standalone build via
```sh
cmake -S <llvm-project>/openmp ...
```
can switch over to the runtimes default build using
```sh
cmake -S <llvm-project>/runtimes -DLLVM_ENABLE_RUNTIMES=openmp ...
```
Options that were valid for the standalone build are also valid for
default runtimes build, unless handled only in

    [8 lines not shown]
DeltaFile
+39-134openmp/cmake/OpenMPTesting.cmake
+46-90openmp/runtime/CMakeLists.txt
+43-76openmp/CMakeLists.txt
+1-20openmp/runtime/unittests/CMakeLists.txt
+3-5openmp/runtime/src/CMakeLists.txt
+0-8clang/cmake/caches/VectorEngine.cmake
+132-3334 files not shown
+136-33610 files

OPNSense/core 104d5f0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes CertificateField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes CertificateFieldTest.php InterfaceFieldTest.php

mvc: CertificateField: same as 870692c154f

It's time to create a ticket for generalisation because now
resetStaticOptionList() is declared in two places also hinting
at a shared functionality in BaseListField.
DeltaFile
+24-23src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/CertificateFieldTest.php
+8-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/CertificateField.php
+2-1src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/InterfaceFieldTest.php
+34-243 files

NetBSD/pkgsrc VP38jnadoc CHANGES-2026

   doc: Fix a typo in category for last kstars entry

   Pointed out by pkg-changes2html htutils script via www@.
VersionDeltaFile
1.1249+2-2doc/CHANGES-2026
+2-21 files

LLVM/project 3d3ad01clang/lib/Driver/ToolChains Clang.cpp, clang/lib/Driver/ToolChains/Arch AArch64.cpp AArch64.h

[Clang][AArch64] set default mtune for macOS (#179136)

This patch sets a default tune-cpu on macOS targets to `apple-m5`.

The implementation adds a helper in
`clang/lib/Driver/ToolChains/Arch/AArch64.h` called by
`clang/lib/Driver/ToolChains/Clang.cpp`. It doesnt follow a "check then
get" flow because its very concise, and returns an optional instead. It
adds a missing test file for mtune on Apple macOS targets, including the
new logic.
DeltaFile
+43-3clang/lib/Driver/ToolChains/Arch/AArch64.cpp
+28-0clang/test/Driver/aarch64-mtune-apple-macos.c
+3-5clang/lib/Driver/ToolChains/Clang.cpp
+5-0clang/lib/Driver/ToolChains/Arch/AArch64.h
+79-84 files

FreeBSD/ports 8f0c9e7security/hidden-lake distinfo Makefile

security/hidden-lake: Update 1.9.1 => 1.10.3

Changelogs:
* https://github.com/number571/hidden-lake/blob/v1.10.3/CHANGELOG.md#v1103
* https://github.com/number571/hidden-lake/compare/v1.9.1...v1.10.0
* https://github.com/number571/hidden-lake/compare/v1.10.0...v1.10.1
* https://github.com/number571/hidden-lake/compare/v1.10.1...v1.10.2
* https://github.com/number571/hidden-lake/compare/v1.10.2...v1.10.3

Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+5-5security/hidden-lake/distinfo
+2-4security/hidden-lake/Makefile
+0-1security/hidden-lake/pkg-plist
+7-103 files

NetBSD/pkgsrc-wip 8c99051. Makefile, py-pugjs PLIST Makefile

py-pugjs: remove, imported to pkgsrc
DeltaFile
+0-68py-pugjs/PLIST
+0-29py-pugjs/Makefile
+0-5py-pugjs/distinfo
+0-3py-pugjs/DESCR
+0-1Makefile
+0-1065 files

NetBSD/pkgsrc eTI3bbddoc CHANGES-2026

   doc: Updated devel/py-buildbot-www to 4.3.0
VersionDeltaFile
1.1248+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FBCGNDHdoc CHANGES-2026

   doc: Updated devel/py-buildbot-worker to 4.3.0
VersionDeltaFile
1.1247+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc r0gFu9Udoc CHANGES-2026

   doc: Updated devel/py-buildbot-waterfall-view to 4.3.0
VersionDeltaFile
1.1246+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc YC49B6Sdoc CHANGES-2026

   doc: Updated devel/py-buildbot-pkg to 4.3.0
VersionDeltaFile
1.1245+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc z1RnvEXdoc CHANGES-2026

   doc: Updated devel/py-buildbot-grid-view to 4.3.0
VersionDeltaFile
1.1244+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc-wip 3736e0epy-buildbot PLIST Makefile, py-buildbot-badges Makefile

py-buildbot*: remove, imported to pkgsrc
DeltaFile
+0-1,405py-buildbot/PLIST
+0-118py-buildbot-worker/PLIST
+0-63py-buildbot/Makefile
+0-51py-buildbot/patches/patch-buildbot_db_migrations_alembic.ini
+0-31py-buildbot-worker/Makefile
+0-21py-buildbot-badges/Makefile
+0-1,68931 files not shown
+0-2,02837 files

LLVM/project c0c2ac0clang/lib/Headers amdhsa_abi.h CMakeLists.txt, clang/test/Headers amdhsa_abi.cl

clang: Add builtin header for amdhsa abi

This is place to put definitions for various ABI structs.
Currently device libs is just hardcoding magic numbers and casting
and it's incomprehensible.
DeltaFile
+166-0clang/test/Headers/amdhsa_abi.cl
+80-0clang/lib/Headers/amdhsa_abi.h
+1-0clang/lib/Headers/CMakeLists.txt
+247-03 files

NetBSD/pkgsrc 4k2BeJ8doc CHANGES-2026

   doc: Updated devel/py-buildbot-console-view to 4.3.0
VersionDeltaFile
1.1243+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc VKsuyyydoc CHANGES-2026

   doc: Updated devel/py-buildbot-badges to 4.3.0
VersionDeltaFile
1.1242+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3LSX5NRdoc CHANGES-2026

   doc: Updated devel/py-buildbot to 4.3.0
VersionDeltaFile
1.1241+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc r8liwf7devel/py-buildbot PLIST Makefile, devel/py-buildbot-worker PLIST Makefile

   py-buildbot*: update to 4.3.0

   6 years of development.
VersionDeltaFile
1.9+337-1,083devel/py-buildbot/PLIST
1.6+25-103devel/py-buildbot-worker/PLIST
1.39+41-24devel/py-buildbot/Makefile
1.1+51-0devel/py-buildbot/patches/patch-buildbot_db_migrations_alembic.ini
1.4+12-27devel/py-buildbot-www/PLIST
1.17+15-15devel/py-buildbot-worker/Makefile
+481-1,25219 files not shown
+569-1,38425 files

OPNSense/core 0ef74d6src/opnsense/mvc/app/library/OPNsense/Firewall Rule.php

firewall: squelch a warning triggered by tests
DeltaFile
+1-1src/opnsense/mvc/app/library/OPNsense/Firewall/Rule.php
+1-11 files

LLVM/project 9057af9llvm/test/CodeGen/X86 known-pow2.ll

[X86] Add additional test coverage for #147216 (#181980)

DeltaFile
+57-0llvm/test/CodeGen/X86/known-pow2.ll
+57-01 files

NetBSD/pkgsrc V6TVjhgdoc CHANGES-2026

   doc: Added textproc/py-pugjs version 6.0.1
VersionDeltaFile
1.1240+2-1doc/CHANGES-2026
+2-11 files