aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs/Interfaces.md
AgeCommit message (Expand)AuthorFilesLines
2025-12-05[MLIR] feat(mlir-tblgen): Add support for dialect interfaces (#170046)AidinT1-4/+66
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental1-2/+2
2025-05-24[mlir][docs] Fix a typoMichael Liao1-1/+1
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski1-1/+1
2025-02-03[mlir] share argument attributes interface between calls and callables (#123176)jeanPerier1-1/+6
2024-04-16[MLIR][docs] Mention declarePromisedInterface in Interfaces doc (#88689)Frederik Harwath1-0/+24
2024-02-17[mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion1-4/+4
2023-10-21[mlir][doc] Add basic doc for extraTraitClassDeclaration.Jacques Pienaar1-0/+4
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart1-3/+8
2023-08-16[MLIR] fix some copy/paste issues in the doc for Interface examples (NFC)Mehdi Amini1-3/+3
2023-05-08[mlir][CallOpInterface] Add `setCalleeFromCallable` methodWhitney Tsang1-0/+1
2023-03-22[mlir] Argument and result attribute handling during inlining.Tobias Gysi1-0/+2
2023-01-18[mlir] Add support for interface inheritanceRiver Riddle1-0/+70
2023-01-18[mlir] Limit Interface generation to the top-level input fileRiver Riddle1-0/+7
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu1-3/+3
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle1-1/+1
2022-10-27[mlir] Fix typo s/utilties/utilities/ (including in file name)Emilio Cota1-1/+1
2022-08-02[mlir] add TOC to top-level documentsAlex Zinenko1-0/+2
2022-05-16[mlir][NFC] Fix the tags for various doc code blocksRiver Riddle1-2/+2
2022-04-07Fix grammar and punctuation across several docs; NFCPriyansh Singh1-5/+5
2022-01-31[mlir] Add isa/dyn_cast support for dialect interfacesRiver Riddle1-2/+1
2022-01-12[mlir][Interfaces] Add a extraSharedClassDeclaration fieldRiver Riddle1-0/+12
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle1-1/+1
2021-08-24[mlir] Fix attachInterface typoLogan Chien1-3/+3
2021-06-18[mlir] Add notes about using external interface application.Sean Silva1-0/+6
2021-06-17[mlir] separable registration of operation interfacesAlex Zinenko1-8/+8
2021-06-17[mlir] ODS: emit interface traits outside of the interface classAlex Zinenko1-0/+5
2021-06-15[mlir] separable registration of attribute and type interfacesAlex Zinenko1-3/+88
2021-05-24[mlir][doc] Fix links and references in top level docs directoryMarkus Böck1-5/+5
2021-03-24Add a mechanism for Dialects to provide a fallback for OpInterfaceMehdi Amini1-0/+39
2021-01-14[mlir] Remove over specified memory effectsAndrew Young1-1/+1
2020-12-09[mlir][Interfaces] Tidy up the documentation for interfacesRiver Riddle1-79/+370
2020-10-16[mlir] Add a new SymbolUserOpInterface classRiver Riddle1-1/+9
2020-09-30[mlir] Update docs referencing OpTrait::Symbol.Scott Todd1-0/+4
2020-07-15[MLIR] Add RegionKindInterfaceStephen Neuendorffer1-0/+26
2020-06-30[mlir] Refactor InterfaceGen to support generating interfaces for Attributes ...River Riddle1-30/+30
2020-06-24[mlir] Refactor OpInterface internals to be faster and factor out common bits.River Riddle1-3/+3
2020-05-01[MLIR][docs] Update tutorial language around Op and Operation* and 'opaque'Stephen Neuendorffer1-12/+16
2020-04-11[mlir][docs] Remove the MLIR prefix from several titles.River Riddle1-1/+1
2020-04-11[mlir][docs] Refactor the layout of the docs folderRiver Riddle1-1/+1
2020-03-20[mlir][NFC] Cleanup AffineOps directory structureRob Suderman1-1/+1
2019-12-24Adjust some MLIR paths and docsMehdi Amini1-0/+200