aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/TableGen/Dialect.cpp
AgeCommit message (Expand)Author
2022-04-26[mlir] Add extensible dialectsMathieu Fehr
2022-03-03Revert "[mlir] Add extensible dialects"Andrzej Warzynski
2022-03-02[mlir] Add extensible dialectsMathieu Fehr
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-11-10Emit the boilerplate for Type printer/parser dialect dispatching from ODSMehdi Amini
2021-11-10Emit the boilerplate for Attribute printer/parser dialect dispatching from ODSMehdi Amini
2021-10-23[TableGen] Use llvm::erase_value (NFC)Kazu Hirata
2021-10-14[mlir][ods] Enable emitting getter/setter prefixJacques Pienaar
2021-06-29[mlir] Generare .cpp.inc files for dialects.Stella Laurenzo
2021-05-27[mlir] Support dialect-wide canonicalization pattern registrationMatthias Springer
2021-03-24Add a mechanism for Dialects to provide a fallback for OpInterfaceMehdi Amini
2020-12-03[TableGen] Eliminate the 'code' typePaul C. Anagnostopoulos
2020-09-10Allow Dialects to be initialized via nullptr.Federico Lebrón
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-12[MLIR][NFC] Remove tblgen:: prefix in TableGen/*.cpp filesRahul Joshi
2020-06-24[MLIR][NFC] Adopt variadic isa<>Rahul Joshi
2020-03-16[mlir] Add support for the attribute verifiers in the dialect declaration gen...River Riddle
2020-03-14[mlir] Add support for generating dialect declarations via tablegen.River Riddle
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-10-07Add DialectType and generate docs for dialect typesJacques Pienaar
2019-10-05Enable emitting dialect summary & description during op generationJacques Pienaar
2019-05-20 [ODS] Allow dialect to specify C++ namespacesLei Zhang