summaryrefslogtreecommitdiffstats
path: root/mlir/examples/toy/Ch5/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-8/+8
* Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle2019-10-241-7/+10
* Cleanup and rewrite Ch-4.md.River Riddle2019-10-211-0/+1
* Add SourceMgrDiagnosticHandler to toyJacques Pienaar2019-10-191-3/+5
* Add Ch.5 of the toy tutorial.River Riddle2019-10-161-184/+58
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-021-2/+2
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-0/+1
* Add TTI pass initialization to pass managers.Diego Caballero2019-08-051-2/+4
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-2/+2
* 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-8/+8
* Remove dead code.Jing Pu2019-06-191-11/+0
* ExecutionEngine: drop PassManager integrationAlex Zinenko2019-05-201-5/+2
* Expose `setupTargetTriple` as a public static method on ExecutionEngineMehdi Amini2019-04-111-0/+1
* Toy tutorial Chapter 5: Lowering to Linalg and LLVMMehdi Amini2019-04-081-0/+324
OpenPOWER on IntegriCloud