devel/vdf: New port
Pure python module for (de)serialization to and from VDF that works just
like `json`.
PR: 286456
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by: makc (mentor)
games/rare: New port
Rare is a graphical frontend for Legendary written in PySide6.
PR: 286457
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by: makc (mentor)
games/legendary: New port
Legendary is an open-source game launcher that can download and install
games from the Epic Games platform on Linux, macOS, and Windows. Its
name as a tongue-in-cheek play on tiers of item rarity in many MMORPGs.
Note: Legendary is currently a CLI (command-line interface) application
without a graphical user interface, it has to be run from a terminal.
PR: 272565
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by: makc (mentor)
[VPlan] Use APSInt in CheckSentinel directly (NFC). (#190534)
Simplify the sentinel checking logic by using APSInt and checking for
both a signed and unsigned sentinel in a single call.
Removes the IsSigned argument
Split off from approved
https://github.com/llvm/llvm-project/pull/183911/ as suggested.
[VPlan] Rename CondSelect to FindLastSelect (NFC). (#190536)
…ns (NFC).
Use the more descriptive name FindLastSelect for the conditional select
that picks between the reduction phi and the IV value.
Split off from approved
https://github.com/llvm/llvm-project/pull/183911/ as suggested.