summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Interfaces
AgeCommit message (Expand)Author
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-23[mlir] Apply ClangTidy performance finding (NFC)Adrian Kuegel
2023-05-11[MLIR] Add InferShapedTypeOpInterface bindingsArash Taheri-Dezfouli
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
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-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-04-04[mlir][capi] Unbreak Interfaces CAPI after 2387fadea3Benjamin Kramer
2021-11-17[mlir] Refactor AbstractOperation and OperationNameRiver Riddle
2021-11-11[mlir] Add MLIR-C dylib.Stella Laurenzo
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko