Revert "[ARM] Fold SELECT (AND(X,1) == 0), C1, C2 -> XOR(C1,AND(NEG(AND(X,1)),XOR(C1,C2)) in Thumb1 (#185898)" (#194230)
This reverts commit 1823355d06b854854701a8ba430aa1f6be9994f4 due to
performance
regressions in benchmarks.
x11/vdesk: upgrading 1.2 -> 1.3
Major changes:
* Update the autotools build system.
* Ensure built cleanly with a compiler supporting any C version
from ANSI C to C23
* Tidy up the code and documentation, and convert the ChangeLog
to NEWS format
* Ensure that vdesk always calls XCloseDisplay before exiting
Event: Wiesbaden Hackathon 202604
[SLP] Fix spill-cost cache lookup and predecessor scan
A cached intra-block scan that stopped at a call or budget limit only
proves the sub-range below the stop point is call-free; do not reuse
the cached bit for queries whose First lies above it. Also switch the
cross-block predecessor scan to "exists a call-free backward path"
semantics, skip blocks strictly dominated by Root, and memoize only
the (Root, OpParent) key. Fixes a false-positive spill cost that was
blocking profitable vectorization.
Reviewers: RKSimon, hiraditya, bababuck
Pull Request: https://github.com/llvm/llvm-project/pull/192709
x11/xdm: Run-depend on x11/xrdb, as xdm calls this executable
There are a lot of more missing dependencies that I failed to enumerate in
entirety, but this is at least step forward.
Pull Request: https://github.com/freebsd/freebsd-ports/pull/505
py-requests-ratelimiter: update to 0.10.0.
0.10.0 (2026-04-22)
Add max_delay parameter compatible with pyrate-limiter v4 (previously removed in 0.9)
Fix per-host rate-limiting for Redis and Postgres backends
If both per_host=True and a bucket_name is specified, use bucket_name as a bucket prefix
Add warning if a custom Limiter object is passed with per_host=True and no HostBucketFactory
py-packaging: update to 26.2.
26.2 - 2026-04-24
~~~~~~~~~~~~~~~~~
Fixes:
* Fix incorrect sysconfig var name for pyemscripten in (:pull:`1160`)
* Make ``Version``, ``Specifier``, ``SpecifierSet``, ``Tag``, ``Marker``, and ``Requirement`` pickle-safe
and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
``packaging._structures`` module) (:pull:`1163`, :pull:`1168`, :pull:`1170`, :pull:`1171`)
* Re-export ``ExceptionGroup`` in metatadata for now in (:pull:`1164`)
Documentation:
* Add errors section and fix missing details in (:pull:`1159`)
* Document our property-based test suite in (:pull:`1167`)
* Fix a ``DirectUrl`` typo in (:pull:`1167`)
* Add example of ``is_unsatisfiable`` in (:pull:`1166`)
[6 lines not shown]
py-nh3: update to 0.3.5.
Add usage examples for clean() and Cleaner arguments by @gghez in #120
Add doctest coverage for module docstrings and RST files by @gghez in #121
Bump pyo3 from 0.28.2 to 0.28.3 by @dependabot[bot] in #123
Add tags parameter to clean_text by @gghez in #122