summaryrefslogtreecommitdiffstats
path: root/mlir/test/Examples/Toy/Ch3
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in Toy tutorial (second var e -> var f)Aart Bik2019-11-271-2/+2
* NFC: Fix remaining usages of MulOp as matrix multiplication.River Riddle2019-10-212-21/+23
* NFC: Fix typo : Retur -> ReturnRiver Riddle2019-10-201-1/+1
* Update comments in ast.toyJacques Pienaar2019-10-161-28/+29
* Update Chapter 3 to demonstrate pattern match and rewrite optimizationsSana Damani2019-10-153-23/+20
* Change the attribute dictionary syntax to separate name and value with '='.River Riddle2019-06-252-6/+6
* Modify the syntax of the the ElementsAttrs to print the type as a colon type.River Riddle2019-06-252-3/+3
* Update the Parser to support parsing/printing DenseElementAttrs with a splat ...River Riddle2019-06-191-1/+1
* Remove the Toy/* file path from the location check lines. This assumes a ...River Riddle2019-06-011-27/+27
* Change the asmprinter to use pretty syntax for dialect types when it can,Chris Lattner2019-04-073-15/+15
* NFC: Fix a few typos in the tutorials and one in the comment of FunctionA...River Riddle2019-04-051-1/+1
* Fix Toy Ch3 testing with CMakeMehdi Amini2019-04-031-0/+2
* Chapter 3 for Toy tutorial: introduction of a dialectMehdi Amini2019-04-034-0/+128
OpenPOWER on IntegriCloud