summaryrefslogtreecommitdiff
path: root/mlir/test/python/pass_manager.py
AgeCommit message (Expand)Author
2025-10-09[MLIR][Python] Expose `PassManager::enableStatistics` to CAPI and Python (#16...Twice
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)Maksim Levental
2025-07-17[MLIR][Python] Support eliding large resource strings in PassManager (#149187)Akshay Khadse
2025-04-23[MLIR][NFC] Retire let constructor for MemRef (#134788)lorenzo chelini
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-12-17[mlir][python][nfc] Test `-print-ir-after-all` (#75742)Rik Huijzer
2023-10-25[mlir][python] Clear PyOperations instead of invalidating them. (#70044)Ingo Müller
2023-10-20[MLIR][python bindings] invalidate ops after PassManager run (#69746)Maksim Levental
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-03-07[mlir][python] Capture error diagnostics in exceptionsRahul Kayaith
2023-03-01[mlir][python] Allow running pass manager on any operationrkayaith
2023-01-30[mlir][Pass] Handle spaces in pipeline stringsBruno Schmitt
2022-11-04[mlir][python] Allow adding to existing pass managerrkayaith
2022-11-03[mlir][python] Include anchor op in PassManager constructorrkayaith
2022-11-03[mlir][python] Include anchor op in PassManager.parserkayaith
2022-10-27[mlir][python] Include pipeline parse errors in exception messagerkayaith
2022-10-20[mlir] Include anchor op when printing pass managersrkayaith
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-06-15[mlir] add an option to print op stats in JSONOkwan Kwon
2022-04-20[mlir][NFC] Update remaining textual references of un-namespaced `func` opera...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-25Fix python test to register all passes before using "normalize-memrefs"Mehdi Amini
2021-08-04[mlir] Fix broken build in pass_manager.pyMatthias Springer
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-06-16Decouple registring passes from specifying argument/descriptionMehdi Amini
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo