LLVM/project efab96cllvm/test/CodeGen/AMDGPU misched-remat-revert.ll

[AMDGPU] Add missing assert requirement to unit test (#181102)

`-debug-only` is only available when asserts are enabled. The test
currently fails on builds without asserts.
DeltaFile
+1-0llvm/test/CodeGen/AMDGPU/misched-remat-revert.ll
+1-01 files

FreeBSD/ports 0bd0204misc/hwdata distinfo Makefile

misc/hwdata: Update to 0.404

Reported by:    portscout!
DeltaFile
+3-3misc/hwdata/distinfo
+1-1misc/hwdata/Makefile
+4-42 files

FreeBSD/ports 737b226lang/cling pkg-plist distinfo, lang/cling/files patch-llvm_clang_lib_Lex_Pragma.cpp patch-lib_Interpreter_Interpreter.cpp

lang/cling: Update to 1.3
DeltaFile
+264-225lang/cling/pkg-plist
+0-33lang/cling/files/patch-llvm_clang_lib_Lex_Pragma.cpp
+0-12lang/cling/files/patch-lib_Interpreter_Interpreter.cpp
+5-5lang/cling/files/patch-llvm_clang_lib_Headers_CMakeLists.txt
+5-5lang/cling/distinfo
+2-5lang/cling/Makefile
+276-2851 files not shown
+278-2877 files

FreeBSD/ports c5bf337www/chromium/files patch-chrome_browser_about__flags.cc patch-third__party_libunwind_src_src_AddressSpace.hpp

www/chromium: update to 145.0.7632.45
DeltaFile
+101-65www/chromium/files/patch-chrome_browser_about__flags.cc
+85-0www/chromium/files/patch-third__party_libunwind_src_src_AddressSpace.hpp
+14-68www/chromium/files/patch-chrome_browser_ui_ui__features.cc
+54-5www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc
+0-49www/chromium/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c
+24-24www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc
+278-211452 files not shown
+2,546-2,157458 files

LLVM/project 36dbe53llvm/lib/Target/AArch64 AArch64SVEInstrInfo.td AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 clmul-scalable.ll

[AArch64][ISel] Add clmul to pmullb/t lowering (#180568)

DeltaFile
+1,060-707llvm/test/CodeGen/AArch64/clmul-scalable.ll
+7-0llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
+5-1llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+1,072-7083 files

LLVM/project 5fe60e9llvm/lib/CodeGen/SelectionDAG LegalizeVectorTypes.cpp, llvm/test/CodeGen/AArch64 neon-compare-instructions.ll

[SDAG] Copy flags in convertMask when legalizing vselect/setcc (#180979)

This helps keep the flags around, making sure we correctly lower a
vector setcc with nnan. Fixes a regression from #180462.
DeltaFile
+12-96llvm/test/CodeGen/AArch64/neon-compare-instructions.ll
+2-1llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+14-972 files

NetBSD/pkgsrc u9mSCeMfonts/tex-fontools distinfo Makefile, fonts/tex-fontools-doc distinfo Makefile

   tex-fontools: update to 2025.77724

   - generated style files use "figureversions" instead of (deprecated) "fontaxes".
   - when generating math fonts (experimental!), the script and scriptscript fonts
     are by default loaded at somewhat bigger size than Latex's standard 70% and
     50%, for better readability.
   - a few minor bug fixes and documentation updates
VersionDeltaFile
1.22+3-3fonts/tex-fontools/distinfo
1.22+3-3fonts/tex-fontools-doc/distinfo
1.24+2-2fonts/tex-fontools-doc/Makefile
1.27+2-2fonts/tex-fontools/Makefile
+10-104 files

OPNSense/core a971f4fsrc/etc/inc interfaces.inc, src/opnsense/scripts/interfaces rtsold_script.sh

interfaces: multi-dhcp6c support and custom PD association #7647

This splits off rtsold and dhcp6c into separate processes
which frees us from the restrictions of faked iterative IDs
for PD associations.  For NA we simply default to 0 now.

I'm not entirely sure why we settled for a single deamon of
dhcp6c back in the day, but there are certianly downsides to
it and I don't see something that wasn't fixed in the meantime
that makes this not work.
DeltaFile
+22-58src/etc/inc/interfaces.inc
+58-4src/www/interfaces.php
+6-6src/opnsense/scripts/interfaces/rtsold_script.sh
+86-683 files

LLVM/project c774bedclang/docs StandardCPlusPlusModules.rst

[doc] [C++20] [Modules] Fix StandardCPlusPlusModules.rst failure (#181101)

DeltaFile
+1-1clang/docs/StandardCPlusPlusModules.rst
+1-11 files

NetBSD/pkgsrc 1FxGEc7devel/tet3 Makefile

   tet3: switch to https
VersionDeltaFile
1.35+3-3devel/tet3/Makefile
+3-31 files

NetBSD/pkgsrc tXP48Hknet/terraform-provider-archive Makefile, net/terraform-provider-aws Makefile

   terraform-provider*: follow redirects
VersionDeltaFile
1.53+2-2net/terraform-provider-archive/Makefile
1.77+2-2net/terraform-provider-aws/Makefile
1.64+2-2net/terraform-provider-kubernetes/Makefile
1.64+2-2net/terraform-provider-local/Makefile
1.63+2-2net/terraform-provider-null/Makefile
1.65+2-2net/terraform-provider-random/Makefile
+12-122 files not shown
+16-168 files

OpenBSD/ports q7MMMcksysutils/terraform distinfo Makefile

   Update to terraform-1.14.5.
VersionDeltaFile
1.133+2-2sysutils/terraform/distinfo
1.148+1-1sysutils/terraform/Makefile
+3-32 files

LLVM/project 5ec5701llvm/include/llvm/MC MCInstrDesc.h, llvm/lib/Target/AMDGPU SIInstrInfo.h SIInstrInfo.cpp

Reapply "[MC][TableGen] Expand Opcode field of MCInstrDesc" (#180321) (#180954)

Difference from the previous version is that this one doesn't actually
encode opcodes in matcher tables as 32 bits, but still as 16 bits.
DeltaFile
+82-82llvm/lib/Target/AMDGPU/SIInstrInfo.h
+14-14llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+13-13llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+11-11llvm/include/llvm/MC/MCInstrDesc.h
+10-10llvm/utils/TableGen/InstrInfoEmitter.cpp
+9-9llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
+139-13917 files not shown
+182-18023 files

NetBSD/pkgsrc 6mZHjJPeditors/ted dictionary.mk

   ted*: update HOMEPAGE
VersionDeltaFile
1.2+2-2editors/ted/dictionary.mk
+2-21 files

OpenBSD/ports oLoprlasysutils/nomad distinfo Makefile

   Update to nomad-1.11.2.
VersionDeltaFile
1.92+2-2sysutils/nomad/distinfo
1.106+1-1sysutils/nomad/Makefile
+3-32 files

NetBSD/pkgsrc KLcE7Mcdoc CHANGES-2026

   doc: Updated security/gpa to 0.11.0
VersionDeltaFile
1.1076+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc tZvhbWHsecurity/gpa Makefile distinfo, security/gpa/patches patch-src_gpacontext.c patch-src_gpacontext.h

   gpa: update to 0.11.0.

   Pull upstream fix for building with latest gpgme.

   Noteworthy changes in version 0.11.0 (2024-12-10)
   -------------------------------------------------

    * Ported to GTK 3.

    * See the ChangeLog or better
      https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpa.git for a list of
      changes over the last 6 years.
VersionDeltaFile
1.1+75-0security/gpa/patches/patch-src_gpacontext.c
1.1+18-0security/gpa/patches/patch-src_gpacontext.h
1.80+7-10security/gpa/Makefile
1.14+6-5security/gpa/distinfo
1.2+1-1security/gpa/patches/patch-configure
1.8+0-1security/gpa/PLIST
+107-176 files

OPNSense/core bc6035esrc/opnsense/scripts/firmware update.sh

firmware: this cleanup also moves to opnsense-update
DeltaFile
+1-2src/opnsense/scripts/firmware/update.sh
+1-21 files

OPNSense/core f55124a. plist, src/etc/rc.syshook.d/upgrade 90-cleanup.sh

firmware: move this to opnsense-update
DeltaFile
+0-4src/etc/rc.syshook.d/upgrade/90-cleanup.sh
+0-1plist
+0-52 files

NetBSD/pkgsrc XHCG9RSdoc TODO CHANGES-2026

   doc: Updated security/seahorse to 47.0.1
VersionDeltaFile
1.26790+4-2doc/TODO
1.1075+2-1doc/CHANGES-2026
+6-32 files

NetBSD/pkgsrc Rcccdo3security/seahorse PLIST Makefile, security/seahorse/patches patch-pgp_seahorse-gpgme.c

   seahorse: update to 47.0.1.

   Newer changes than version 42 not documented.

   seahorse 42.0
   -------------
    * pgp: Fix GPG version check [!197]
    * desktop: Add pgp,gpg to the description [!196]
    * search-provider: Don't escape result description as markup [!194]
    * gkr: Network label fixes [!193]
    * ssh: Fix CPU Usage Spike When Calling ssh-keygen [!136]
    * desktop: Add supported mime types to .desktop file [!189]
    * desktop: Mark application as adaptive [!190]
    * metainfo: Align app name with .desktop name [!186]
    * ui: Opt-in to color scheme user preference [!188]
    * Updated translations

   seahorse 41.0
   -------------

    [43 lines not shown]
VersionDeltaFile
1.28+136-1security/seahorse/PLIST
1.1+17-0security/seahorse/patches/patch-pgp_seahorse-gpgme.c
1.206+8-6security/seahorse/Makefile
1.43+5-4security/seahorse/distinfo
+166-114 files

LLVM/project c780d89libc/benchmarks CMakeLists.txt, libc/benchmarks/gpu CMakeLists.txt

[libc] Fix unit test dependency and respect LIBC_INCLUDE_BENCHMARKS (#180812)

Summary:
The unittest framework function is defined in another CMake file which
may not be present if the uesr disabled tests, provide a smaller version
here to keep this private. Also respesct the LIBC_INCLUDE_BENCHMARKS
variable.

(cherry picked from commit c9ee81a59e73a760febecad9fb8ed5baa3bee5ef)
DeltaFile
+43-1libc/benchmarks/gpu/CMakeLists.txt
+4-4libc/benchmarks/CMakeLists.txt
+47-52 files

FreeBSD/ports a23442cwww/gitlab/files patch-bin_background__jobs patch-Gemfile

www/gitlab: clean up

no functional change, so do not bump portrevision.
DeltaFile
+2-12www/gitlab/files/patch-bin_background__jobs
+2-2www/gitlab/files/patch-Gemfile
+4-142 files

FreeBSD/src 10fde71lib/libc/net sockatmark.3

lib/libc/net/sockatmark.3: fix groff mdoc warning

PR:     293072
Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+1-1lib/libc/net/sockatmark.3
+1-11 files

LLVM/project 49ec007lld/ELF Relocations.cpp Config.h, lld/ELF/Arch RISCV.cpp

[ELF] Fix IRELATIVE addend if the resolver address is updated by linker relaxation (#179063)

For a non-preemptible ifunc, `handleNonPreemptibleIfunc` creates a
cloned
symbol (`directSym`) to compute the addend of the IRELATIVE dynamic
relocation.
This cloned symbol wasn't tracked by `initSymbolAnchors`, so its value
wasn't adjusted during RISC-V/LoongArch linker relaxation.
This caused IRELATIVE addends to point to pre-relaxation addresses.

Fix this by:

- Tracking cloned IRELATIVE symbols in `ctx.irelativeSyms`
- Adding these symbols to `relaxAux->anchors` in `initSymbolAnchors`

(cherry picked from commit bc45ea2c4f24c259814ed5545c403d09ebf89be6)
DeltaFile
+92-38lld/test/ELF/riscv-ifunc-nonpreemptible.s
+70-0lld/test/ELF/loongarch-ifunc-nonpreemptible.s
+21-41lld/ELF/Relocations.cpp
+18-13lld/ELF/Arch/RISCV.cpp
+3-0lld/ELF/Config.h
+204-925 files

LLVM/project aa0e429libc/docs full_host_build.rst

[libc] Rewrite "Full Host Build" instructions (#180439)

This commit restructures the full_host_build.rst documentation to better
serve two use cases:

1. Standard Building and Testing: Add a new introductory section with
simplified instructions for local development. This covers basic build
configuration, building/testing without a full sysroot, and
documentation generation.

2. Building a Sysroot: Reorganize the comprehensive sysroot setup
instructions into a clear 5-step guide:
   - Step 1: Preparation (environment variables)
   - Step 2: Linux Headers (copying headers into sysroot)
- Step 3: Build and Install Runtimes (cmake configuration and ninja
build)
   - Step 4: Configure the Compiler Wrapper (creating clang config file)
   - Step 5: Verification (testing with sample C program)


    [16 lines not shown]
DeltaFile
+141-124libc/docs/full_host_build.rst
+141-1241 files

NetBSD/pkgsrc nYlEpW2math/snns Makefile

   snns: fix build with gcc 14

   Mark as not make-jobs safe, errors about missing symbols.
VersionDeltaFile
1.29+8-3math/snns/Makefile
+8-31 files

LLVM/project 533eb5fllvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp

integer range needs to be inclusive
DeltaFile
+1-1llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+1-11 files

FreeBSD/ports 47ebdd1databases/mongodb70 distinfo Makefile

databases/mongodb70: 7.0.30

Announcement:
https://www.mongodb.com/community/forums/t/mongodb-7-0-30-is-released/335673?u=r_k

Changelog:
https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.30---feb-10--2026
DeltaFile
+3-3databases/mongodb70/distinfo
+1-1databases/mongodb70/Makefile
+4-42 files

FreeBSD/src c67d8acsbin/setkey setkey.8

sbin/setkey/setkey.8: cleanup groff mdoc warnings

PR:     293072
Sponsored by:   NVidia networking
MFC after:      3 days
DeltaFile
+8-7sbin/setkey/setkey.8
+8-71 files