summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/PDLL/AST/Types.cpp
AgeCommit message (Expand)Author
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2024-04-30[mlir][NFC] update code to use `mlir::dyn_cast/cast/isa` (#90633)Peiming Liu
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-06-19Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-05-30[mlir:PDLL] Rework the C++ generation of native Constraint/Rewrite arguments ...River Riddle
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-02-10[PDLL] Add support for user defined constraint and rewrite functionsRiver Riddle
2021-12-16[PDLL] Add support for tuple types and expressionsRiver Riddle
2021-12-16[mlir][PDLL] Add an initial frontend for PDLLRiver Riddle