[mlir][nfc] Fix assertion text in IndexingUtils (#181826)
Update the assertion text to match the actual code behavior.
Some functions enforce strictly positive values, whereas the error
message incorrectly mentioned "nonnegative".
x11-wm/picom: Improve "disable git" patch
Make it ready for upstream:
https://github.com/yshui/picom/pull/1520
While here remove unnecessary GH_PROJECT - it have default value.
PR: 295255
Approved by: José Maldonado <yukiteruamano at volfread.xyz> (maintainer, timeout 2 weeks)
Sponsored by: UNIS Labs
MFH: 2026Q2
(cherry picked from commit 166cb5a5a5a8c662b88b6b356cc5bb057ee5968d)
x11-wm/picom: Improve "disable git" patch
Make it ready for upstream:
https://github.com/yshui/picom/pull/1520
While here remove unnecessary GH_PROJECT - it have default value.
PR: 295255
Approved by: José Maldonado <yukiteruamano at volfread.xyz> (maintainer, timeout 2 weeks)
Sponsored by: UNIS Labs
MFH: 2026Q2
[CIR][OpenCL] Lower kernel argument metadata to LLVM IR
Translate CIR OpenCL kernel argument metadata into the LLVM IR kernel_arg_* metadata attached to kernel functions. Preserve optional argument names so -cl-kernel-arg-info controls the LLVM metadata surface through the CIR attribute.
[CIR][OpenCL] Attach kernel argument metadata to CIR functions
Emit the CIR OpenCL kernel argument metadata attribute for kernel functions. Preserve CIR language address-space kinds until lowering and include argument names only when `-cl-kernel-arg-info` is enabled.
Depends on #199530.
coreboot-utils: fix build with llvm22
Pull in an upstream workaround for string truncation and fix an
uninitialized variable warning for a zero-length write.
This port could do with an update...
remove old x11 games that were already failing (xasteroids segfaulting
all over the place, at least on LP64; xpilot unable to connect to either
network or local server). ok tb
sdl2: fix build on i386 with LLVM 22 with
--disable-mmx --disable-sse --enable-sse2
various errors like this in MMX/SSE functions:
error: always_inline function '_mm_setzero_si64' requires target feature
'sse2', but would be inlined into function 'BlitRGBtoRGBPixelAlphaMMX'
that is compiled without support for 'sse2'