aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[mlir][Python] use maybeDowncast for PyType/PyAttribute returns after #174156...Maksim Levental8-36/+52
2026-01-05[mlir][Python] fix NV examples after #172892 (#174481)Maksim Levental3-17/+17
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental21-216/+224
2026-01-05[flang][acc] Introduce interface for rematerializable ops (#174467)Razvan Lupusoru2-1/+24
2026-01-05[MLIR][Python] Use correct namespace for registering SMT dialect (#174468)Maksim Levental1-1/+1
2026-01-05[MLIR] Use correct namespace for registering MLIR dialects (#174463)Aiden Grossman1-1/+2
2026-01-05[mlir][Python] port in-tree dialect extensions to use MLIRPythonSupport (#174...Maksim Levental13-1126/+1511
2026-01-05[mlir][vector] Fix masked load/store emulation for rank-0 memrefs (#173325)Prathamesh Tagore2-5/+28
2026-01-05[mlir][Python] move IRTypes and IRAttributes to MLIRPythonSupport (#174118)Maksim Levental11-2425/+2671
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental27-1512/+2060
2026-01-05[ROCDL] Fix cluster.load.async.to.lds mask parameter to be SSA value (#174411)Alexander Weinrauch3-16/+16
2026-01-05[mlir][spirv] (De)serialize Index decoration (#174396)Igor Wodiany3-0/+9
2026-01-05Enable printing newlines and indents in attribute and type printers (#87948)Jacenty Andruszkiewicz10-34/+156
2026-01-05 [mlir][tosa] Add dim operation (#169368)Luke Hutton10-24/+123
2026-01-05[MLIR] Enable scalable vectorization for linalg.batch_matmul (#172333)Momchil Velikov2-0/+85
2026-01-05[mlir][tosa] Fix negate lowering to skip no-op casts (#173299)Vitalii Shutov2-7/+23
2026-01-05[OpenMP][OMPIRBuilder] Hoist static parallel region allocas to the entry bloc...Kareem Ergawy3-5/+8
2026-01-05[OpenMP][MLIR] Hoist static `alloca`s emitted by private `init` regions to th...Kareem Ergawy1-0/+91
2026-01-04[mlir][Python] Bump MLIR Python minimum version to 3.10 (#163499)Maksim Levental1-3/+4
2026-01-03[flang][mlir] Add support for implicit linearization in omp.simd (#150386)NimishMishra1-12/+40
2026-01-04Revert "[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)"...Shilei Tian2-17/+12
2026-01-03[MLIR][Python] Register Containers as Sequences for `match` compatibility (#1...MaPePeR3-4/+91
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin27-45/+41
2026-01-02[acc] add RegionBranchTerminatorOpInterface to acc.terminator (#174165)Susan Tan (ス-ザン タン)3-40/+18
2026-01-02[mlir][python] fix symbol resolution on MacOS with multiple packages (#174057)Maksim Levental8-20/+70
2026-01-02[mlir] Move affine's FoldMemRefAliasOps into its own pass (#172548)Krzysztof Drewniak11-376/+519
2026-01-02[mlir][SPIRV] Move getDecorationString to common utilities. (#174145)Nick Kreeger3-9/+16
2026-01-02[mlir][Transforms][NFC] `remove-dead-values`: Erase ops at the end (#174208)Matthias Springer1-18/+19
2026-01-02[ADT] Allow `TypeSwitch::Default` for `FailureOr<T>` (#174119)Jakub Kuderski4-6/+6
2026-01-02[mlir][IR][NFC] Add `RewriterBase::eraseOpResults` convenience helper (#174152)Matthias Springer4-164/+108
2026-01-02[MLIR][OpenMP] Fix type mismatch in linear clause for INTEGER(8) variables (#...Krish Gupta2-9/+93
2026-01-02[mlir][dataflow] Add new visitNonControlFlowArgumentst API to SparseBackwardD...lonely eagle8-32/+121
2026-01-02[mlir][c] Enable creating and setting greedy rewrite confing. (#162429)Jacques Pienaar5-11/+509
2026-01-01[MLIR][CAPI] Fix duplicate output from mlirOperationPrintWithState (#174047)Friedrich Schöller1-1/+2
2026-01-02[mlir][gpu] Fold `subgroup_broadcast(subgroup_broadcast(%val))` chains (#174159)Ivan Butygin3-0/+32
2026-01-01[mlir][Interfaces][NFC] Add `RegionBranchOpInterface` helper for forwarded va...Matthias Springer6-98/+116
2026-01-01[mlir][linalg] Reject unsigned pooling on non-integer element types (#166070)Akimasa Watanuki8-38/+279
2025-12-31[mlir][spirv] Clean up casts. NFC. (#174115)Jakub Kuderski19-200/+193
2025-12-31[mlir][spirv] Mark `spirv.ReturnValue` as `ReturnLike` (#174114)Jakub Kuderski2-2/+19
2025-12-31[mlir][spirv] Allow unrealized casts in scf-to-spirv (#174111)Jakub Kuderski3-1/+24
2025-12-31[mlir][Pass] Fix textual pipeline specification when generating a crashless r...neildhar3-8/+9
2025-12-31[mlir] Fold memref.cast static-to-dynamic to memref.expand_shape (#170037)kdmitry12-1/+205
2025-12-31[mlir][int-range] `IntRangeNarrowingPass` was missing `SparseConstantPropagat...Ivan Butygin2-3/+33
2025-12-31[mlir][DialectUtils][NFC] Add helper for matching zero int/float values (#171...Matthias Springer4-11/+26
2025-12-31[mlir][tensor] Preserve encoding in `CollapseShapeOp::build` (#173720)Longsheng Mou4-17/+16
2025-12-31[mlir][vector] Fix typo in `vector.contract` mnemonic (NFC) (#173661)Longsheng Mou4-5/+5
2025-12-30[mlir][amdgpu] Fix DMA lowerings. (#174008)Erick Ochoa Lopez2-42/+11
2025-12-31[MLIR][Bufferization]: Handle invalid memref element types (#173692)Stefan Weigl-Bosker2-0/+17
2025-12-30Reapply "[mlir][SCF] Fold unused `index_switch` results (#173560)"Emilio Cota2-1/+82
2025-12-30Revert "[mlir][scf] Fold away scf.for iter args cycles (#173436)" (#173991)Walter Lee2-241/+38