[ConstraintElim] use icmpLike when creating facts to support trunc nuw to i1 (#197550)
Adding `trunc nuw %x to i1` support in facts the same way as `icmp ne %x, 0`
[compiler-rt] [arm] Fix compilation on non-ELF targets (#197880)
0c539fc057b2e838dc30c7e3229110d0c0e168c8 added new assembly files,
with a literal '.rodata' directive. This doesn't build for non-ELF
targets. Switch to the preexisting CONST_SECTION macro instead, which
expands to either '.const', '.section .rdata,"rd"' or '.section .rodata'
depending on platform.
[Sema] Reject unqualified lookup of local nested class name (#192678)
Clang incorrectly accepts unqualified use of a nested class declared
inside a local class, even when it is not visible in the current scope.
Fixes #184622.
[mlir] only verify moved symbols in transform
When merging named sequences from an external module in the transform
interpreter, only run the inliner verification for operations that were
actually moved rather than all pre-existing operations. This avoids
verifying inlining conditions for operations that wouldn't be inlined by
this logic, and is also more parsimonious.
Reverts #195770. This is a more generic fix.
Since one interface can have multiple subnets in IPv6 its better to group them via interface. It also helps with dynamic pools since in the same interface you could have a static ULA pool as well.
p5-WWW-Mechanize-Cached: update to 2.00.
2.00 2026-05-14 16:25:54Z
- Place the default Cache::FileCache under XDG cache home (typically
~/.cache/WWW-Mechanize-Cached) and create cache directories with
directory_umask => 077. Cache trees created by earlier versions
under /tmp/FileCache are no longer used; users upgrading should
remove that directory if it exists.
devel/p5-File-XDG: import p5-File-XDG-1.03
This module provides a basic implementation of the XDG base directory
specification as exists by the Free Desktop Organization (FDO). It
supports all XDG directories except for the runtime directories,
which require session management support in order to function.
[libc++] LWG4266: `layout_stride::mapping` should treat empty mappings as exhaustive (#191629)
Fixes: #171325
---------
Co-authored-by: S. B. Tam <cpplearner at outlook.com>
ui: clean up useRequestHandlerOnGet usage
This has no use anymore with the current bootgrid code. If a
handler should be overridden, simply defining the function is enough
filezilla: update to 3.70.5.
3.70.5 (2026-05-06)
! Official binaries are now linked against GnuTLS 3.8.13
+ SFTP: Added a page with compatibility flags to the Site Manager
- SFTP: Updated to fzssh 1.2.1 to ignore items with invalid names directory listings instead of failing listings completely
- SFTP: Fixed issue where some items were reported with the wrong type depending on server capabilities
- SFTP: If keyboard-interactive authentication fails, automatically start a new authentication attempt
3.70.4 (2026-04-16)
- Updated to libfilezilla 0.55.4 to address a crash
- SFTP: Updated to fzssh 1.2.0
3.70.3 (2026-04-14)
- SFTP: Added a heuristic to reply to a keyboard-interactive request with the site's password, if it consists of a single prompt named "Password"
- SFTP: Updated to fzssh 1.1.10 for increased compatibility with broken servers that blatantly violate the SSH specifications
[61 lines not shown]