summaryrefslogtreecommitdiffstats
path: root/mlir/examples/toy/Ch4/toyc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Fix segfault (nullptr dereference) when passing a non-existent file to the To...Mehdi Amini2019-11-091-0/+2
* NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...River Riddle2019-11-061-7/+7
* Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle2019-10-241-3/+4
* Cleanup and rewrite Ch-4.md.River Riddle2019-10-211-0/+1
* Add SourceMgrDiagnosticHandler to toyJacques Pienaar2019-10-191-3/+5
* Add support for inlining toy call operations.River Riddle2019-10-161-3/+1
* Update Chapter 4 of the Toy tutorialSana Damani2019-10-161-40/+49
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-021-1/+1
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-0/+1
* NFC: Remove redundant call to registerPassManagerCLOptions from MLIR tutorialSmit Hinsu2019-07-121-3/+0
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-1/+1
* NFC: Move the Function/Module/Operation::verify methods out-of-line.River Riddle2019-07-021-1/+2
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-4/+4
* Add Chapter 4 for the Toy tutorial: shape inference, function specializat...Mehdi Amini2019-04-051-0/+164
OpenPOWER on IntegriCloud