summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Transforms/Rewrite.cpp
AgeCommit message (Expand)Author
2025-10-17[MLIR] Fix typo of the word "pattern" in CAPI and docs (#163780)Shenghang Tsai
2025-10-11[MLIR][NFC] Clean up rewrite CAPI implementation and Python bindings (#162974)Twice
2025-10-11[MLIR][Python] Support Python-defined rewrite patterns (#162699)Twice
2025-10-05[MLIR][Python] Expose the insertion point of pattern rewriter (#161001)Twice
2025-10-03[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Rewrite.cpp (NFC)Mehdi Amini
2025-09-25[MLIR][Python] Add bindings for PDL constraint function registering (#160520)Twice
2025-09-24[MLIR][Python] Add bindings for PDL native rewrite function registering (#159...Twice
2025-09-08[MLIR][Python] Add a python function to apply patterns with MlirOperation (#1...Twice
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-07-16[mlir] Add RewriterBase to the C API (#98962)Fehr Mathieu
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar