aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[mlir][Python] use maybeDowncast for PyType/PyAttribute returns after #174156...Maksim Levental1-3/+3
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental3-18/+20
2026-01-05[flang][acc] Introduce interface for rematerializable ops (#174467)Razvan Lupusoru2-1/+24
2026-01-05[mlir][Python] port in-tree dialect extensions to use MLIRPythonSupport (#174...Maksim Levental1-0/+3
2026-01-05[mlir][Python] move IRTypes and IRAttributes to MLIRPythonSupport (#174118)Maksim Levental3-4/+999
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental5-3/+2478
2026-01-05[ROCDL] Fix cluster.load.async.to.lds mask parameter to be SSA value (#174411)Alexander Weinrauch1-2/+2
2026-01-05Enable printing newlines and indents in attribute and type printers (#87948)Jacenty Andruszkiewicz1-10/+12
2026-01-05 [mlir][tosa] Add dim operation (#169368)Luke Hutton3-8/+48
2026-01-04Revert "[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)"...Shilei Tian1-6/+5
2026-01-02[acc] add RegionBranchTerminatorOpInterface to acc.terminator (#174165)Susan Tan (ス-ザン タン)1-1/+4
2026-01-02[mlir] Move affine's FoldMemRefAliasOps into its own pass (#172548)Krzysztof Drewniak4-13/+33
2026-01-02[mlir][IR][NFC] Add `RewriterBase::eraseOpResults` convenience helper (#174152)Matthias Springer1-0/+6
2026-01-02[mlir][dataflow] Add new visitNonControlFlowArgumentst API to SparseBackwardD...lonely eagle2-0/+9
2026-01-02[mlir][c] Enable creating and setting greedy rewrite confing. (#162429)Jacques Pienaar1-1/+97
2026-01-02[mlir][gpu] Fold `subgroup_broadcast(subgroup_broadcast(%val))` chains (#174159)Ivan Butygin1-0/+1
2026-01-01[mlir][Interfaces][NFC] Add `RegionBranchOpInterface` helper for forwarded va...Matthias Springer2-23/+35
2025-12-31[mlir][spirv] Clean up casts. NFC. (#174115)Jakub Kuderski1-2/+2
2025-12-31[mlir][spirv] Mark `spirv.ReturnValue` as `ReturnLike` (#174114)Jakub Kuderski1-2/+2
2025-12-31[mlir][DialectUtils][NFC] Add helper for matching zero int/float values (#171...Matthias Springer1-1/+8
2025-12-31[mlir][tensor] Preserve encoding in `CollapseShapeOp::build` (#173720)Longsheng Mou1-1/+1
2025-12-31[mlir][vector] Fix typo in `vector.contract` mnemonic (NFC) (#173661)Longsheng Mou2-3/+3
2025-12-30[mlir][IR][NFC] Add `Block::computeBlockNumber` convenience helper (#173475)Matthias Springer1-0/+10
2025-12-30[mlir][Interfaces] Add `RegionBranchOpInterface::getSuccessorOperands` helper...Matthias Springer1-0/+9
2025-12-27[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)Muhammad Abdul1-5/+6
2025-12-26[mlir] Fix typo s/opreations/operations (#163544)peledins-zimperium2-2/+2
2025-12-26[MLIR][Python] Add support of the walk pattern rewrite driver (#173562)Twice1-0/+6
2025-12-25[mlir][acc] Add ACCIfClauseLowering pass (#173573)Razvan Lupusoru1-0/+35
2025-12-25[mlir][acc] Add ACCSpecializeForDevice and ACCSpecializeForHost passe… (#17...Razvan Lupusoru4-6/+222
2025-12-24Revert "[mlir][acc] Add ACCSpecializeForDevice and ACCSpecializeForHost passe...Emilio Cota3-212/+0
2025-12-24Revert "[mlir][acc] Add ACCIfClauseLowering pass (#173447)"Emilio Cota1-35/+0
2025-12-24[mlir][acc] Add ACCIfClauseLowering pass (#173447)Razvan Lupusoru1-0/+35
2025-12-24[MLIR] add C-API bindings for complex dialect (#173228)Sergio Sánchez Ramírez1-0/+51
2025-12-24[NFC][MLIR][NVVM] Add class for Ops which lower to LLVM intrinsics (#172649)Srinivasa Ravi1-201/+45
2025-12-23[mlir][acc] Add ACCSpecializeForDevice and ACCSpecializeForHost passes (#173407)Razvan Lupusoru3-0/+212
2025-12-23[MLIR][Linalg] Use Top-Down traversal to safely optimize multi-use producer f...Miloš Poletanović1-0/+3
2025-12-22[mlir][acc] Add utilities for converting acc.loop to scf (#172953)Razvan Lupusoru1-0/+54
2025-12-23[mlir][dataflow] Use member initializer list in ProgramPoint class's construc...lonely eagle1-5/+3
2025-12-22[mlir][affine] Add unroll-factor description for loop unroll pass (#172791)lonely eagle1-1/+2
2025-12-22[mlir] Enable perfect forwarding for `addWithLabel` and `insert` (NFC) (#172939)Longsheng Mou1-2/+6
2025-12-21[MLIR][NVPTX] Add intrinsics and Ops to read smem-sizes (#173089)Durgadoss R1-0/+6
2025-12-19[acc] add RegionBranchOpInterface to acc.loop (#172940)Susan Tan (ス-ザン タン)1-0/+1
2025-12-19[MLIR][Python] remove pybind11 support (#172581)Maksim Levental1-616/+0
2025-12-19[mlir][tosa] Add add/sub/mul/div_floor/div_ceil_shape ops (#169321)Luke Hutton3-5/+97
2025-12-19[mlir][Presburger] make IntegerRelation::iterVarKind const (#172958)Jeremy Kun1-1/+1
2025-12-19[MLIR] Add DefaultValuedEnumAttr decorator (#172916)Henrich Lauko1-0/+6
2025-12-18[mlir][amdgpu] implement amdgpu.sparse_mfma wrapper for smfmac instructions (...Eric Feng1-0/+88
2025-12-18[NVPTX] Add support for barrier.cta.red.* instructions (#172541)Alex MacLean1-1/+2
2025-12-19[mlir][rocdl] Add `s_nop` intrinsic (#172918)Ivan Butygin1-41/+46
2025-12-18[mlir][NFC] Document rationale, style for AMD dialects (#172703)Krzysztof Drewniak2-0/+172