[VPlan] Use pattern matching in isUsedByLoadStoreAddress (NFC) (#205008)
Replace the hand-written check for a VPReplicateRecipe load/store using
the value as its address with VPlan pattern matching via
m_Unary/m_Binary, which also handle masked recipes uniformly.
lang/gcc1?: fix runtime on powerpc64le/CURRENT
Since powerpc64le recently switched to 128-bit long double, use them to
generate proper binaries. Patches are necessary to allow use of
--with-long-double-format=ieee on FreeBSD (to be upstreamed).
devel/gdb: fix runtime on powerpc64le/CURRENT
powerpc64le recently switched to 128-bit long double, so conditionally
apply the patch to use them instead of 64-bit ones.
lang/rust: fix runtime on powerpc64le/CURRENT
powerpc64le switched to 128-bit long double, which is implemented in
compiler_rt (libgcc). Link to libgcc to resolve those symbols correctly.
Noop for older releases.
devel/llvm[14-22]: backport powerpc64le patch from CURRENT
Since 16.0, powerpc64le switches to IEEE long double binary128.
This set of patches backports the change from CURRENT.
LLVM 12 and 13 are omitted, because binary128 handling in those
versions is not finished.
main: Don't set debug level twice
Now that pkg_ini() no longer clears the debug level, it is enough to set
it once, immediately after the getopt_long() loop.
libpkg: Fix early debug
* Initialize ctx.debug_flags to all-bits-one so pkg_dbg() can be used
before pkg_ini() read the configuration.
* In pkg_ini(), only set ctx.debug_level if the new value (from the
configuration or environment) is greater than the current value.
www/freenginx: Update to 1.30.1
Changes with freenginx 1.30.1 02 Jun
2026
*) Change: the logging level of the "invalid ccs message", "not on
record boundary", "required compression algorithm missing", and
some
"record layer failure" SSL errors has been lowered from "crit" to
"info".
*) Bugfix: a segmentation fault might occur in a worker process if
the
"rewrite" directive was used to change request arguments and
other
directives of the ngx_http_rewrite_module were executed
afterwards.
*) Bugfix: a segmentation fault might occur in a worker process if
[17 lines not shown]