summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/PDLL/CodeGen/MLIRGen.cpp
AgeCommit message (Expand)Author
2025-07-22[mlir][NFC] update `mlir/lib` create APIs (26/n) (#149933)Maksim Levental
2025-06-25[mlir] Migrate away from std::nullopt (NFC) (#145523)Kazu Hirata
2025-03-17[mlir] Use `getSingleElement`/`hasSingleElement` in various places (#131460)Matthias Springer
2024-04-30[mlir][NFC] update code to use `mlir::dyn_cast/cast/isa` (#90633)Peiming Liu
2023-09-01[MLIR][PDL] Add PDLL support for negated native constraintsMogball
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
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-08[mlir:PDLL] Add support for building a range from a tuple within a rewriteRiver Riddle
2022-09-21[mlir] Flip PDL to use Both accessorsRiver Riddle
2022-07-25[mlir] Refactor the Parser library in preparation for an MLIR binary formatRiver Riddle
2022-05-30[mlir:PDLL] Rework the C++ generation of native Constraint/Rewrite arguments ...River Riddle
2022-05-25[mlir][PDLL] Allow numeric result indexing for unregistered opChia-hung Duan
2022-03-19[mlir:PDL] Remove the ConstantParams support from native Constraints/RewritesRiver Riddle
2022-03-07[mlir][NFC] Move Parser.h to Parser/River Riddle
2022-03-03[PDLL] Add support for tablegen includes and importing ODS informationRiver Riddle
2022-02-28Add explicit `this->` to access method in attempt to fix gcc5 build (NFC)Mehdi Amini
2022-02-27Add explicit capture for `this` pointer in attempt to fix gcc5 build (NFC)Mehdi Amini
2022-02-26[mlir:PDLL] Add support for PDL MLIR code generationRiver Riddle