aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials
AgeCommit message (Expand)AuthorFilesLines
2022-12-06[mlir] [docs] Broken link in MLIR Toy docsWheest1-1/+1
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle6-16/+16
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das3-4/+4
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2-4/+4
2022-08-10[mlir][LLVMIR] "Modernize" Insert/ExtractValueOpJeff Niu1-4/+4
2022-07-18Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions"Mehdi Amini1-10/+0
2022-07-18[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functionsMichele Scuttari1-0/+10
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle3-5/+5
2022-04-20[mlir][docs] Add missing parentheses in example code on walkers.Ingo Müller1-1/+1
2022-04-12[mlir] Prefix pass manager options with `mlir-`Andrzej Warzynski1-1/+1
2022-03-21[mlir] Rename `OpAsmParser::OperandType` to `OpAsmParser::UnresolvedOperand`Markus Böck1-1/+1
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle6-46/+70
2022-03-15[mlir] Rewrite and modernize the documentation for defining Attributes/TypesRiver Riddle1-694/+0
2022-03-15[mlir][ods] Add support for custom directive in attr/type formatsMogball1-0/+43
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle1-1/+1
2022-03-01[mlir][NFC] Remove several dead references to the old standard dialectRiver Riddle1-1/+1
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle2-3/+3
2022-02-15[mlir][ods] Default-valued parameters in attribute or type defsMogball1-0/+31
2022-02-08[mlir][ods] Optional Attribute or Type ParametersMogball1-41/+78
2022-02-07[mlir] Update Toy operations to use the `hasCustomAssemblyFormat` fieldRiver Riddle1-10/+7
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-2/+3
2022-02-02[mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier`River Riddle1-6/+7
2022-01-31Remove OpTrait, AttrTrait and TypeTraitSanjoy Das1-1/+1
2022-01-26[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle1-1/+1
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle2-13/+13
2022-01-11Add a `qualified` directive to the Op, Attribute, and Type declarative assemb...Mehdi Amini1-3/+33
2021-12-02[mlir][ods] update attr/type def format docsMogball1-6/+6
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle1-1/+1
2021-11-08[MLIR] Attribute and type formats in ODSJeff Niu1-0/+169
2021-10-27[mlir:DialectConversion] Restructure how argument/target materializations get...River Riddle1-2/+7
2021-10-18[mlir][docs] Fix name of get arith->LLVM patterns in docsMogball1-1/+2
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball2-76/+78
2021-08-25[mlir][docs] A friendlier improvement for the Toy tutorial chapter 4.Chenggang Zhao1-0/+16
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-2/+2
2021-07-13[MLIR] Fix documentation of the `ExecutionEngine` in the toy tutorial exampleFrederik Gossen1-1/+2
2021-06-23Fix typo in Toy Tutorial Ch-4Jack Xia1-1/+1
2021-06-09Fix typo in Toy tutorial Ch1Pavel Krajcevski1-1/+1
2021-05-25[mlir][doc] Fix links and references in documentation of TutorialsMarkus Böck11-64/+65
2021-05-21[mlir][docs] Fix links to index and integer typesMarius Brehler2-4/+4
2021-04-26[mlir] Refactor the forward dataflow propagation in SCCP into a generic frame...River Riddle1-0/+293
2021-04-23[mlir][docs] Update `add_mlir_doc` usageMarius Brehler1-1/+1
2021-03-25Define a `NoTerminator` traits that allows operations with a single block reg...Mehdi Amini2-3/+1
2021-03-23[ODS] Implement a new 'hasCanonicalizeMethod' bit for cann patterns.Chris Lattner1-16/+54
2021-03-22Tidy up some docs.Chris Lattner2-2/+2
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner4-7/+7
2021-03-22[PatternMatching] Add convenience insert method to OwningRewritePatternList. ...Chris Lattner1-1/+14
2021-03-21Remove the extraneous MLIRContext argument from populateWithGenerated. NFC.Chris Lattner1-1/+1
2021-03-17[mlir][Toy] Tidy up the first half of Chapter 2.River Riddle1-73/+92
2021-03-17[mlir][Toy] Update the tutorial to use tablegen for dialect declarationsRiver Riddle3-47/+63
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross1-4/+6