summaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials/Toy/Ch-2.md
AgeCommit message (Expand)Author
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental
2025-01-06[mlir] Update Ch-2.md (#121379)Vishakh Prakash
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-02-17[mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-03-21[mlir] Rename `OpAsmParser::OperandType` to `OpAsmParser::UnresolvedOperand`Markus Böck
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2022-02-07[mlir] Update Toy operations to use the `hasCustomAssemblyFormat` fieldRiver Riddle
2022-02-02[mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier`River Riddle
2022-01-31Remove OpTrait, AttrTrait and TypeTraitSanjoy Das
2021-05-25[mlir][doc] Fix links and references in documentation of TutorialsMarkus Böck
2021-03-17[mlir][Toy] Tidy up the first half of Chapter 2.River Riddle
2021-03-17[mlir][Toy] Update the tutorial to use tablegen for dialect declarationsRiver Riddle
2021-03-04[mlir] ODS: change OpBuilderDAG to OpBuilderAlex Zinenko
2020-12-26[ODS] Make the getType() method on a OneResult instruction return a specific ...Chris Lattner
2020-10-27[mlir] use OpBuilderDAG instead of OpBuilderAlex Zinenko
2020-09-29[mlir] Remove more OpBuilder args which are now injectedJacques Pienaar
2020-09-21[mlir] Add tutorial index.md pagesJacques Pienaar
2020-06-12[mlir][doc] Fix typos in tutorial chaptersKai Sasaki
2020-05-11[MLIR] Fix several misc issues in in Toy tutorialRahul Joshi
2020-05-05[mlir] NFC: update ::build signature in the tutorial documentAlex Zinenko
2020-05-01[MLIR][docs] Update tutorial language around Op and Operation* and 'opaque'Stephen Neuendorffer
2020-04-28[mlir][flang] use OpBuilder& instead of Builder* in <Op>::build methodsAlex Zinenko
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox
2020-03-12[mlir][SideEffects] Replace HasNoSideEffect with the memory effect interfaces.River Riddle
2020-02-27[mlir] Clarify/Fix parts of MLIR toy tutorial chapter 2Matthias Kramm
2020-02-21[mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.River Riddle
2020-01-16[mlir] fix broken links to GlossaryHiroshi Inoue
2019-12-31[mlir] Make code blocks more consistentJacques Pienaar
2019-12-24Adjust some MLIR paths and docsMehdi Amini