summaryrefslogtreecommitdiff
path: root/mlir/examples/standalone/lib
AgeCommit message (Expand)Author
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2023-10-20Apply clang-tidy fixes for misc-include-cleaner in StandalonePasses.cpp (NFC)Mehdi Amini
2023-10-20Apply clang-tidy fixes for misc-include-cleaner in StandaloneOps.cpp (NFC)Mehdi Amini
2023-04-17[MLIR] Patch StandalonePlugin CMake for MacOSmax
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Mehdi Amini
2023-04-06Implement Pass and Dialect plugins for mlir-optMehdi Amini
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Jacques Pienaar
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora
2023-02-17[mlir][standalone] Extend sample with custom typeMarius Brehler
2022-04-28[mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations wh...River Riddle
2021-10-13[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo
2021-06-29[mlir] Generare .cpp.inc files for dialects.Stella Laurenzo
2020-09-14Fix MLIR standalone example to properly handle namespaceMehdi Amini
2020-08-07Revisit Dialect registration: require and store a TypeID on dialectsMehdi Amini
2020-05-05[mlir][standalone] NFC: Update CMakeLists.txt to reflect best practicesJean-Michel Gorius
2020-04-04[mlir] Add an out-of-tree dialect exampleJean-Michel Gorius