summaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials/Toy/Ch-6.md
AgeCommit message (Expand)Author
2025-09-29[mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245)Joseph Bak
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental
2022-12-06[mlir] [docs] Broken link in MLIR Toy docsWheest
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-08-10[mlir][LLVMIR] "Modernize" Insert/ExtractValueOpJeff Niu
2022-07-18Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions"Mehdi Amini
2022-07-18[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functionsMichele Scuttari
2022-04-12[mlir] Prefix pass manager options with `mlir-`Andrzej Warzynski
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2021-10-18[mlir][docs] Fix name of get arith->LLVM patterns in docsMogball
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-13[MLIR] Fix documentation of the `ExecutionEngine` in the toy tutorial exampleFrederik Gossen
2021-05-25[mlir][doc] Fix links and references in documentation of TutorialsMarkus Böck
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini
2021-03-22Tidy up some docs.Chris Lattner
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-01-14[mlir] Update doc to omit the usage of LLVMIntegerTypelewuathe
2021-01-08[mlir] replace LLVM dialect float types with built-insAlex Zinenko
2021-01-07[mlir] replace LLVMIntegerType with built-in integer typeAlex Zinenko
2021-01-05[mlir] Remove LLVMType, LLVM dialect types now derive Type directlyAlex Zinenko
2020-08-07[mlir] take LLVMContext in MLIR-to-LLVM-IR translationAlex Zinenko
2020-06-18[mlir][DialectConversion] Refactor how block argument types get convertedRiver Riddle
2020-04-19Fix broken docs links (WritingAPass.md was renamed PassManagement.md)Mehdi Amini
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox
2020-04-14[llvm][STLExtras] Move the algorithm `interleave*` methods from MLIR to LLVMRiver Riddle
2020-04-07[mlir][Pass][NFC] Replace usages of ModulePass with OperationPass<ModuleOp>River Riddle
2020-02-27[mlir] Fix/Clarify parts of MLIR toy tutorial chapter 6+7Matthias Kramm
2020-02-21[mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.River Riddle
2020-02-20Fix some typos in the MLIR documentation.Matthias Kramm
2020-02-17[mlir] Fix multiple titlesJacques Pienaar
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