summaryrefslogtreecommitdiff
path: root/mlir/test/CAPI/pass.c
AgeCommit message (Expand)Author
2025-08-04[MLIR] Add test to check that we don't reinit after running pass again (#151963)Will Froom
2023-03-01[mlir][CAPI] Allow running pass manager on any operationrkayaith
2022-12-12[mlir] Fix -Wstrict-prototypes warningTom Eccles
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-10-20[mlir] Include anchor op when printing pass managersrkayaith
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
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-06-14Revert "[mlir] add an option to print op stats in JSON"Okwan Kwon
2022-06-14[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-04-04[mlir][capi] Fix leak in testDaniel Resnick
2022-04-04[mlir][capi] Add external pass creation to MLIR C-APIDaniel Resnick
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
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-02Fix memory leaks in MLIR unit-tests (NFC)Mehdi Amini
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini
2020-11-23Use MlirStringRef throughout the C APIGeorge
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