summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/PDLL/CodeGen
AgeCommit message (Expand)Author
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
2025-07-22[mlir][NFC] update `mlir/lib` create APIs (26/n) (#149933)Maksim Levental
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
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-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
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-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
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-11-08[mlir:PDL] Add support for DialectConversion with pattern configurationsRiver Riddle
2022-09-30[mlir:PDL][NFC] Update PDL API to use prefixed accessorsRiver 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-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
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-04-06[mlir:PDL] Expand how native constraint/rewrite functions can be definedRiver Riddle
2022-03-19[mlir:PDLL][NFC] Remove a dead comment about constant paramsRiver Riddle
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 C++ generationRiver Riddle
2022-02-26[mlir:PDLL] Add support for PDL MLIR code generationRiver Riddle