summaryrefslogtreecommitdiffstats
path: root/mlir/examples/toy/Ch2
Commit message (Expand)AuthorAgeFilesLines
* [MLIR] Fix broken link locations after move to monorepoDaniel Galvez2020-01-141-1/+1
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-233-27/+25
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-2310-130/+40
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-223-28/+30
* NFC: Use this-> to appease GCC bug related to template lambda.River Riddle2019-12-171-1/+1
* NFC: Use TypeSwitch to simplify existing code.River Riddle2019-12-171-14/+10
* Fix minor spelling tweaks.shanshanpt2019-12-091-1/+1
* Minor spelling tweaksKazuaki Ishizaki2019-12-091-1/+1
* NFC: Remove unnecessarily guarded tablegen includes.River Riddle2019-11-221-2/+0
* Add support for nested symbol references.River Riddle2019-11-111-1/+1
* Fix segfault (nullptr dereference) when passing a non-existent file to the To...Mehdi Amini2019-11-091-0/+2
* NFC: Tidy up the implementation of operations in the Toy tutorialRiver Riddle2019-11-062-46/+53
* NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...River Riddle2019-11-066-215/+201
* NFC: Use #ifndef in various .td files instead of #ifdef and #elseLei Zhang2019-10-311-4/+2
* NFC: Remove references to the toy.generic attribute.River Riddle2019-10-231-7/+1
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-203-5/+5
* NFC: Remove trivial builder get methods.River Riddle2019-10-172-8/+8
* Fix invalid transpose in example and add proper verification.River Riddle2019-10-162-0/+18
* NFC: Remove NoSideEffect traits from all ops except for ConstantOp.River Riddle2019-10-161-4/+4
* NFC: Split out ToyOpsIncGen into a separate CMakeLists.txt.River Riddle2019-10-153-5/+6
* Merge Ch3 of the Toy tutorial into chapter 2.River Riddle2019-10-146-88/+526
* Fix typos, NFC.Christian Sigg2019-10-041-3/+3
* Unify error messages to start with lower-case.MLIR Team2019-09-181-4/+4
* Update Ch.2 of the Toy tutorial.River Riddle2019-08-274-220/+205
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-172-23/+21
* NFC: Update FuncOp::addEntryBlock to return the newly inserted block.River Riddle2019-08-071-3/+1
* Rename FunctionAttr to SymbolRefAttr.River Riddle2019-07-121-0/+1
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-3/+3
* Update ModuleOp::create(...) to take a Location instead of a context.River Riddle2019-07-101-1/+1
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-5/+5
* Remove std::move of trivially-copyable type.Jacques Pienaar2019-07-081-1/+1
* NFC: Move the Function/Module/Operation::verify methods out-of-line.River Riddle2019-07-022-2/+4
* NFC: Refactor Module to be value typed.River Riddle2019-07-023-12/+11
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-13/+15
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-251-13/+10
* NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.River Riddle2019-06-251-1/+1
* NFC: Remove the 'context' parameter from OperationState.River Riddle2019-06-221-8/+8
* Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifi...River Riddle2019-06-191-3/+2
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-091-2/+2
* Fix unused variable warning in the Toy tutorial (NFC)Mehdi Amini2019-05-101-1/+0
* Fix bug in Toy tutorial where IR emission stopped after any `print`Mehdi Amini2019-04-081-1/+1
* Change the asmprinter to use pretty syntax for dialect types when it can,Chris Lattner2019-04-071-1/+1
* NFC: Fix a few typos in the tutorials and one in the comment of FunctionA...River Riddle2019-04-051-1/+1
* Chapter 3 for Toy tutorial: introduction of a dialectMehdi Amini2019-04-031-6/+0
* Rename UnknownType to OpaqueType (NFC)Mehdi Amini2019-04-031-2/+2
* Fix Toy tutorial gcc 7 build (NFC)Mehdi Amini2019-04-021-8/+2
* Chapter 2 of the Toy tutorialMehdi Amini2019-04-028-0/+1968
OpenPOWER on IntegriCloud