summaryrefslogtreecommitdiffstats
path: root/mlir/examples/toy/Ch3/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-1/+1
* Add SourceMgrDiagnosticHandler to toyJacques Pienaar2019-10-191-3/+5
* NFC: Various code cleanups for Ch3.River Riddle2019-10-161-36/+38
* Update Chapter 3 to demonstrate pattern match and rewrite optimizationsSana Damani2019-10-151-2/+22
* 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-2/+2
* Chapter 3 for Toy tutorial: introduction of a dialectMehdi Amini2019-04-031-0/+139
OpenPOWER on IntegriCloud