acpi: Update s2idle strings to new name
Reviewed by: obiwac, emaste, olce
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57232
AMDGPU/GlobalISel: Move executeInWaterfallLoop call from lower (#199701)
WFI is an argument to applyMappingSrc and lower,
move executeInWaterfallLoop after these two return.
Also set insert point in executeInWaterfallLoop to
avoid need to set insert point before calling it.
[clang] Add builtin to clear padding bytes (prework for P0528R3) (#75371)
Add builtin to clear padding bytes. This is the pre-work to implement
`std::atomic::compare_exchange_[weak/strong]` that ignores padding bits.
PR draft here: https://github.com/llvm/llvm-project/pull/76180
This PR picked up this patch from 3 years ago
https://reviews.llvm.org/D87974
The above patch no longer works as things changed quite a lot. I've made
some changes on top of the above patch:
it handles:
- struct
- builtin types with paddings (like `long double` and types with
`__attribute__((ext_vector_type(N)))`
- _Complex long double
- constant array
[7 lines not shown]
py-zope.interface: updated to 8.5
8.5 (2026-05-26)
- Build and upload free-threaded (``cp314t``, ``cp315t``) wheels for all
platforms.
Expand CI testing for free-threaded Python 3.14t from Linux-only to all
platforms (macOS, Windows), and add 3.15t CI.
- Replace all remaining ``PyDict_GetItem()`` calls in the C extension with
exception-safe alternatives (``PyDict_Contains``, ``PyDict_GetItemWithError``).
``PyDict_GetItem`` silently swallows exceptions from ``__hash__``/``__eq__``,
causing ``isOrExtends()`` to return ``False`` instead of raising ``TypeError``
for unhashable objects. Also use ``PyType_GetDict()`` on Python 3.13+ for
free-threading safety when accessing the type dict.
[CIR][AMDGPU] Adds lowering for amdgcn image load/store builtins (#198184)
Support for lowering of amdgcn_image_load/store for AMDGPU builtins to
clangIR.
Followed similar lowering from clang->llvmir:
`clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp`.
Upstreaming clangIR PR: https://github.com/llvm/clangir/pull/2058
productivity/davical: update to 1.1.13.
dont forget to run /var/www/davical/dba/update-davical-database to
update the database schema to version 1.3.6.