summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/IR/Pass.cpp
AgeCommit message (Expand)Author
2025-10-09[MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (#16...Twice
2025-09-08[MLIR][Python] Support Python-defined passes in MLIR (#156000)Twice
2025-07-16[mlir] Add Python bindings to enable default passmanager timing (#149087)Martin Erhart
2024-12-05[MLIR][Python] enhance python ir printing with pringing flags (#117836)Yuanqiang Liu
2024-11-23[MLIR][Python] Add the `--mlir-print-ir-tree-dir` to the C and Python API (#1...Mehdi Amini
2024-09-18[MLIR] [Python] align python ir printing with mlir-print-ir-after-all (#107522)Bimo
2023-03-01[mlir][CAPI] Allow running pass manager on any operationrkayaith
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-03[mlir][CAPI] Include anchor op in mlirParsePassPipelinerkayaith
2022-10-27[mlir][CAPI] Allow specifying pass manager anchorrkayaith
2022-10-27[mlir][python] Include pipeline parse errors in exception messagerkayaith
2022-04-04[mlir][capi] Add external pass creation to MLIR C-APIDaniel Resnick
2021-04-16[mlir][python] Add simple debugging and printing helpersNicolas Vasilache
2020-11-04Switch from C-style comments `/* ... */` to C++ style `//` (NFC)Mehdi Amini
2020-11-04Add facilities to print/parse a pass pipeline through the C APIMehdi Amini
2020-11-04Add a basic C API for the MLIR PassManager as well as a basic TableGen backen...Mehdi Amini