LLVM/project aa64d7elibc/test/src/sys/socket/linux sendmsg_recvmsg_test.cpp send_recv_test.cpp, libc/test/src/time mktime_test.cpp

[libc] Fix implicit lossy conversion warnings in tests (NFC). (#185503)

Cast expected error values (-1) to ssize_t for send/recv family of
functions.
DeltaFile
+4-2libc/test/src/sys/socket/linux/sendmsg_recvmsg_test.cpp
+2-2libc/test/src/sys/socket/linux/send_recv_test.cpp
+2-2libc/test/src/sys/socket/linux/sendto_recvfrom_test.cpp
+2-1libc/test/src/time/mktime_test.cpp
+10-74 files

LLVM/project 4a75d33llvm/lib/Target/PowerPC PPCRegisterInfo.td

[PowerPC][NFC] fix indentation and spacing (#185500)
DeltaFile
+34-37llvm/lib/Target/PowerPC/PPCRegisterInfo.td
+34-371 files

FreeBSD/ports 85cd45amath/R-cran-terra distinfo Makefile

math/R-cran-terra: Update to 1.9-1

- Set TESTING_UNSAFE

ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
DeltaFile
+3-3math/R-cran-terra/distinfo
+3-1math/R-cran-terra/Makefile
+6-42 files

LLVM/project 089d69dflang-rt/lib/cuda memory.cpp descriptor.cpp, flang/include/flang/Runtime/CUDA common.h

[flang][cuda][NFC] Add filename and line number in error reporting (#185516)

Some entry points carry over filename and line number for error
reporting. Use this information when reporting cuda error.
DeltaFile
+14-9flang-rt/lib/cuda/memory.cpp
+11-0flang/include/flang/Runtime/CUDA/common.h
+5-3flang-rt/lib/cuda/descriptor.cpp
+30-123 files

LLVM/project 53cb236clang/test/CodeGenObjC expose-direct-method-linkedlist.m expose-direct-method-visibility-linkage.m

address comments
DeltaFile
+11-59clang/test/CodeGenObjC/expose-direct-method-linkedlist.m
+10-15clang/test/CodeGenObjC/expose-direct-method-visibility-linkage.m
+21-742 files

FreeBSD/src 863b5c1lib/libc/tests/stdlib system_test.c

system(3): Fix brain glitch in previous commit

We were saving SIGINT twice instead of SIGINT and SIGQUIT.

Also restore original order of operations (SIGINT then SIGQUIT), which
matches the order in which they're discussed in the POSIX description
of system(3).

MFC after:      1 week
Sponsored by:   Klara, Inc.
Fixes:          48368f702423 ("system(3): Address test robustness issue")
DeltaFile
+7-7lib/libc/tests/stdlib/system_test.c
+7-71 files

LLVM/project a815666libunwind/src libunwind.cpp, libunwind/test cfi_violating_handler.pass.cpp

[libunwind][PAC] Defang ptrauth's PC in valid CFI range abort

It turns out making the CFI check a release mode abort causes many,
if not the majority, of JITs to fail during unwinding as they do not
set up CFI sections for their generated code. As a result any JITs
that do nominally support unwinding (and catching) through their JIT
or assembly frames trip this abort.

rdar://170862047
DeltaFile
+54-0libunwind/test/cfi_violating_handler.pass.cpp
+11-17libunwind/src/libunwind.cpp
+65-172 files

LLVM/project 6e8e8eallvm/lib/Analysis InstructionSimplify.cpp, llvm/test/Transforms/InstSimplify and-or-implied-cond.ll

Revert "[InstSimplify] Simplify and/or of trunc nuw to i1 with op replacement"

This reverts commit dacb62989db8084cc2865d6b9ef85bbdf34e112d.
DeltaFile
+11-3llvm/test/Transforms/InstSimplify/and-or-implied-cond.ll
+2-6llvm/lib/Analysis/InstructionSimplify.cpp
+13-92 files

LLVM/project a89bb62clang/lib/Headers gpuintrin.h, clang/test/Headers gpuintrin.c

[Clang] Update the 'gpuintrin.h' lane scan handling (#185451)

Summary:
This patch uses a more efficient algorithm for the reduction rather than
a divergent branch. We also provide a prefix and suffix version, the sum
is now just the first element of this.

This changes the name to this, which is technically breaking but I don't
think these were really used in practice and it's a trivial change based
on the clang version if it's really needed..
```
__gpu_prefix_scan_sum_u32(...)
__gpu_suffix_scan_sum_u32(...)
```
DeltaFile
+322-0clang/test/Headers/gpuintrin.c
+45-57clang/lib/Headers/gpuintrin.h
+1-1libc/src/__support/GPU/utils.h
+368-583 files

LLVM/project 7030a34libc/docs index.rst conf.py, libc/docs/Helpers Styles.rst

[libc][docs] Furo theme, new landing page, cleanups (#184303)

Switch the libc documentation site from the alabaster theme to Furo,
which provides mobile-friendly layout, a collapsible sidebar with
caption-based section grouping, and built-in "Edit this page" links.

Changes by area:

conf.py
- Switch html_theme to "furo"
- Add myst_parser extension (already in llvm/docs/requirements.txt, used
by LLDB/Clang/LLVM docs) to allow Markdown alongside RST
- Accept both .rst and .md source suffixes
- Configure Furo source_repository/source_branch/source_directory for
"Edit this page" links pointing to GitHub
- Wire _static/copybutton.{js,css} for copy-to-clipboard buttons on code
blocks (no new pip dependency; can migrate to sphinx-copybutton later
once it's in requirements-hashed.txt)
- Exclude plan-docs.md and Helpers/ from Sphinx processing

    [31 lines not shown]
DeltaFile
+73-51libc/docs/index.rst
+93-0libc/docs/dev/building_docs.rst
+56-0libc/docs/_static/copybutton.js
+40-0libc/docs/Helpers/Styles.rst
+39-0libc/docs/_static/copybutton.css
+17-7libc/docs/conf.py
+318-5820 files not shown
+340-13926 files

LLVM/project 13b3943lldb/examples/python formatter_bytecode.py, lldb/test/Shell/ScriptInterpreter/Python python-bytecode.test

[lldb][bytecode] Add Python to formatter bytecode compiler (#113734)

A compiler from Python to the assembly syntax of the [lldb data
formatter
bytecode](https://discourse.llvm.org/t/a-bytecode-for-lldb-data-formatters/82696).

Assisted-by: claude
DeltaFile
+406-10lldb/examples/python/formatter_bytecode.py
+38-0lldb/test/Shell/ScriptInterpreter/Python/Inputs/FormatterBytecode/RigidArrayLLDBFormatter.txt
+29-0lldb/test/Shell/ScriptInterpreter/Python/python-bytecode.test
+473-103 files

LLVM/project 575267fllvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp

use ' instead of " for single character
DeltaFile
+2-2llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
+2-21 files

LLVM/project dacb629llvm/lib/Analysis InstructionSimplify.cpp, llvm/test/Transforms/InstSimplify and-or-implied-cond.ll

[InstSimplify] Simplify and/or of trunc nuw to i1 with op replacement
DeltaFile
+3-11llvm/test/Transforms/InstSimplify/and-or-implied-cond.ll
+6-2llvm/lib/Analysis/InstructionSimplify.cpp
+9-132 files

LLVM/project fa23f91llvm/test/Transforms/InstSimplify and-or-implied-cond.ll

[InstSimplify] Test Simplify and/or of trunc nuw to i1 with op replacement (NFC)
DeltaFile
+60-0llvm/test/Transforms/InstSimplify/and-or-implied-cond.ll
+60-01 files

LLVM/project cc331callvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp

[NFC][AMDGPU] Add debug print to `AMDGPULowerVGPREncoding.cpp`
DeltaFile
+91-3llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
+91-31 files

OpenBSD/ports 3gJ1l4Jeditors/ghostwriter distinfo, graphics/skanlite distinfo

   KDE Gear 25.12.3

   https://kde.org/announcements/gear/25.12.3/
VersionDeltaFile
1.45+13-0x11/kde-applications/kate/pkg/PLIST
1.34+5-0x11/kde-applications/kdepim-addons/pkg/PLIST
1.33+2-2editors/ghostwriter/distinfo
1.43+2-2graphics/skanlite/distinfo
1.41+2-2net/kdeconnect-kde/distinfo
1.52+2-2net/konversation/distinfo
+26-8218 files not shown
+443-427224 files

LLVM/project 91ef927llvm/test/CodeGen/MIR/Generic prefetch-targets-error.mir

[CodeGen] Fix 4f094816ef7d2811b36ee328bac3b418dfd021cc

Missed fixing some stuff up due to files still being left around in my
build directory.
DeltaFile
+4-4llvm/test/CodeGen/MIR/Generic/prefetch-targets-error.mir
+4-41 files

LLVM/project 215b905mlir/include/mlir/Dialect/SPIRV/IR SPIRVTypes.h, mlir/lib/Dialect/SPIRV/IR SPIRVTypes.cpp

[mlir][spirv] Make `MatrixType` type a `ShapedType` (#185470)

This will allow to enforce some of the type constraints in ODS using
builtin classes e.g., `AllElementTypesMatch`. This is a first PR in a series of PRs moving all verification for Matrix
ops to ODS.
DeltaFile
+23-10mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
+23-2mlir/include/mlir/Dialect/SPIRV/IR/SPIRVTypes.h
+46-122 files

FreeNAS/freenas 318f2cbsrc/middlewared/middlewared/pytest/unit/alert/source test_jbof.py

Fix tests
DeltaFile
+1-1src/middlewared/middlewared/pytest/unit/alert/source/test_jbof.py
+1-11 files

FreeBSD/src 48368f7lib/libc/tests/stdlib system_test.c

system(3): Address test robustness issue

Don't assume that SIGINT and SIGQUIT are set to SIG_DFL at the start
of the test.  Instead, retrieve their current dispositions and verify
that they are restored at the end of the test.

MFC after:      1 week
Sponsored by:   Klara, Inc.
Reviewed by:    kevans
Differential Revision:  https://reviews.freebsd.org/D55709
DeltaFile
+27-11lib/libc/tests/stdlib/system_test.c
+27-111 files

LLVM/project 2bd2332utils/bazel/llvm-project-overlay/mlir/unittests BUILD.bazel

[Bazel] Fixes 48e6adc (#185507)

This fixes 48e6adc97edd0d833908b49e2c504afb4a90c61a.
DeltaFile
+2-0utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel
+2-01 files

NetBSD/pkgsrc buRASNQdoc CHANGES-2026

   doc: Updated emulators/mame to 0.286nb1
VersionDeltaFile
1.1653+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jPG3wDjemulators/mame Makefile

   mame: switch to SDL3

   Test on Darwin by adam@, NetBSD by me.

   Bump PKGREVISION.
VersionDeltaFile
1.229+9-3emulators/mame/Makefile
+9-31 files

LLVM/project 4f09481llvm/test/CodeGen/MIR/Generic prefetch-targets-error.mir

[CodeGen] Fix prefetch-targets-error.mir

\#184194 introduced this test which was failing in some configurations
as it would try and write output to the test directory by having
incorrectly specified -o flags.
DeltaFile
+4-4llvm/test/CodeGen/MIR/Generic/prefetch-targets-error.mir
+4-41 files

OpenBSD/ports Hnn1zzgmath/gnuplot Makefile

   libiconv not needed
VersionDeltaFile
1.83+2-3math/gnuplot/Makefile
+2-31 files

LLVM/project be5da92clang/lib/Sema SemaHLSL.cpp

clang-format
DeltaFile
+1-1clang/lib/Sema/SemaHLSL.cpp
+1-11 files

OpenBSD/ports dji4UCRx11/pidgin-libnotify Makefile

   depends on libpurple ABI, add WANTLIB so that LDEP is
   not stripped
VersionDeltaFile
1.30+4-1x11/pidgin-libnotify/Makefile
+4-11 files

OpenBSD/ports 3XZ4zNBtextproc/liblrdf Makefile distinfo, textproc/liblrdf/patches patch-autogen_sh patch-src_Makefile_am

   update to liblrdf-0.6.0
VersionDeltaFile
1.3+9-9textproc/liblrdf/patches/patch-autogen_sh
1.1+11-0textproc/liblrdf/patches/patch-src_Makefile_am
1.24+5-3textproc/liblrdf/Makefile
1.3+2-2textproc/liblrdf/distinfo
+27-144 files

OpenBSD/ports orfwcYSgames/openttd distinfo Makefile

   Update to OpenTTD 15.2

   https://cdn.openttd.org/openttd-releases/15.2/changelog.md
   from Florian Viehweger (maintainer)
VersionDeltaFile
1.50+2-2games/openttd/distinfo
1.95+1-2games/openttd/Makefile
+3-42 files

OpenBSD/ports 4qjxng3math/nonogram Makefile

   math/nonolib is static only, change LDEP -> BDEP
VersionDeltaFile
1.5+3-1math/nonogram/Makefile
+3-11 files