summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Transform/IR/TransformDialect.cpp
AgeCommit message (Expand)Author
2025-10-06[mlir] transform dialect: don't crash in verifiers (#161098)Oleksandr "Alex" Zinenko
2025-07-11[mlir] Remove unused includes (NFC) (#148119)Kazu Hirata
2025-06-11[MLIR][Transform] apply_registered_pass op's options as a dict (#143159)Rolf Morel
2024-09-22[mlir] Don't call llvm::raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko
2023-10-25[mlir][transform] Handle multiple library preloading passes. (#69705)Ingo Müller
2023-08-07[mlir][transform] Add apply_conversion_patterns opMatthias Springer
2023-06-20[mlir][transform] Add TransformRewriterMatthias Springer
2023-06-06[mlir][transform] Add region to ApplyPatternsOpMatthias Springer
2023-06-05[mlir][transform] ApplyPatternsOp: Register canonicalization patternsMatthias Springer
2023-05-24[mlir] move PDL-related transform ops into an extensionAlex Zinenko
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-04-13[mlir] add structured (Linalg) transform op matchersAlex Zinenko
2023-04-04[mlir] add readonly/consume annotations to transform named sequencesAlex Zinenko
2023-03-21[mlir] Transform dialect: add named sequencesAlex Zinenko
2023-02-09[mlir] add support for transform dialect value handlesAlex Zinenko
2023-01-22[NFC] Fix "form/from" typosPiotr Fusik
2023-01-06[mlir] NFC: rename TransformTypeInterface to TransformHandleTypeInterfaceAlex Zinenko
2023-01-06[mlir] introduce parameters into the transofrm dialectAlex Zinenko
2022-10-11[mlir] add OperationType to the Transform dialectAlex Zinenko
2022-10-11[mlir] switch transform dialect ops to use TransformTypeInterfaceAlex Zinenko
2022-10-11[mlir] clean up transform dialect definitions, NFCAlex Zinenko
2022-10-11[mlir] add types to the transform dialectAlex Zinenko
2022-08-12[mlir][transform] failure propagation mode in sequenceAlex Zinenko
2022-04-23[mlir][NFC] Shift a bunch of dialect includes from the .h to the .cppRiver Riddle
2022-04-22[mlir] use side effects in the Transform dialectAlex Zinenko
2022-04-21[mlir] Connect Transform dialect to PDLAlex Zinenko
2022-04-19[mlir][transform] Introduce transform.sequence opAlex Zinenko
2022-04-14[mlir] Introduce Transform dialectAlex Zinenko