[CodeGen][NFC] Refactor inline asm constraint determination (#195104)
The original function was very large and unwieldy. This also sets the
function up for future improvements.
firefox140: update to 140.10.1
Mozilla Foundation Security Advisory 2026-36
Security Vulnerabilities fixed in Firefox ESR 140.10.1
Announced
April 28, 2026
Impact
high
Products
Firefox ESR
Fixed in
Firefox ESR 140.10.1
#CVE-2026-7320: Information disclosure due to incorrect boundary conditions in the Audio/Video component
Reporter
Xuehao Guo
[45 lines not shown]
[mlir][linalg][NFC] Decompose interface op description (#194841)
Adds missing description to the decompose interface transform op.
The main objective is to clarify which values the op's return handle
contains without having to cross-reference AggregatedOpInterface.
Assisted-by: Claude
Expand reporting tests
This fixes a schema field name typo for reporting disks
(appears in API docs, but does not change surfaced
reporting.realtime event field names -- typo only was in
docs) in addition to adding explicit testing for internal
utilities as well as validating shape of returned
responses.
dasel: update to 3.8.1.
install man pages and shell completion
## [v3.8.1] - 2026-04-30
- `dasel man` now generates a reproducible manpage based on [SOURCE_DATE_EPOCH](https://reproducible-builds.org/specs/source-date-epoch).
[mlir] Add [may]updateStartingPosition to VectorTransferOpInterface
This commit adds methods to VectorTransferOpInterface that allow
transfer operations to be queried for whether their base memref (or
tensor) and permutation map can be updated in some particular way and
then for performing this update. This is part of a series of changes
designed to make passes like fold-memref-alias-ops more generic,
allowing downstream operations, like IREE's transfer_gather, to
participate in them without needing to duplicate patterns.
Remove middleware filesystem copy utils
This commit replaces usage of utils.filesystem.copy with
implementation provided by truenas/truenas_pyos repo.
This commit also dates vm utils to use our atomic_write
helper (with new noclobber option).
[Driver] Disable -fobjc-constant-literals by default (#195000)
Disable the feature by default in the driver so it is no longer
implicitly enabled for ObjC compilations as there are unresolved issues
(see
https://github.com/llvm/llvm-project/pull/185130#issuecomment-4298886165).
Users can still opt in explicitly with -fobjc-constant-literals.