aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests/IR/InterfaceAttachmentTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-21Apply clang-tidy fixes for llvm-qualified-auto in InterfaceAttachmentTest.cpp...Mehdi Amini1-1/+1
2023-09-05[mlir] Extend the promise interface mechanismFabian Mora1-0/+26
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp1-25/+24
2022-03-16[mlir] Refactor DialectRegistry delayed interface support into a general Dial...River Riddle1-15/+32
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-10/+13
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini1-1/+1
2021-10-02Free memory leak on duplicate interface registrationMehdi Amini1-16/+19
2021-08-14[MLIR] Move TestDialect to ::test namespaceStephen Neuendorffer1-1/+1
2021-08-03[mlir] Fix delayed object interfaces registrationVladislav Vinogradov1-10/+33
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-6/+6
2021-06-17[mlir] Enable delayed registration of attribute/operation/type interfacesAlex Zinenko1-3/+155
2021-06-17[mlir] separable registration of operation interfacesAlex Zinenko1-0/+70
2021-06-15[mlir] separable registration of attribute and type interfacesAlex Zinenko1-0/+153