summaryrefslogtreecommitdiffstats
path: root/mlir/examples/toy/Ch4
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-113-12/+11
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-234-30/+28
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-2317-221/+68
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-224-31/+33
* 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-223-9/+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-40/+50
* NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...River Riddle2019-11-066-218/+204
* NFC: Use #ifndef in various .td files instead of #ifdef and #elseLei Zhang2019-10-312-10/+5
* Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle2019-10-241-3/+4
* NFC: Remove references to the toy.generic attribute.River Riddle2019-10-231-7/+1
* Cleanup and rewrite Ch-4.md.River Riddle2019-10-212-1/+7
* NFC: Fix remaining usages of MulOp as matrix multiplication.River Riddle2019-10-211-20/+1
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-202-4/+4
* Add SourceMgrDiagnosticHandler to toyJacques Pienaar2019-10-191-3/+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-4/+19
* Add Ch.5 of the toy tutorial.River Riddle2019-10-162-5/+10
* Add support for inlining toy call operations.River Riddle2019-10-166-7/+67
* Fix typo in tutorial.reinerp2019-10-161-1/+1
* Code cleanups on Ch.4River Riddle2019-10-167-92/+121
* Update Chapter 4 of the Toy tutorialSana Damani2019-10-1617-1358/+1005
* Fix typos, NFC.Christian Sigg2019-10-043-7/+7
* NFC: Pass OperationState by reference instead of by pointer.River Riddle2019-09-202-35/+35
* Unify error messages to start with lower-case.MLIR Team2019-09-183-12/+12
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-021-1/+1
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-192-2/+2
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-173-24/+22
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-123-2/+7
* NFC: Update FuncOp::addEntryBlock to return the newly inserted block.River Riddle2019-08-071-3/+1
* NFC: Implement OwningRewritePatternList as a class instead of a using directive.River Riddle2019-08-051-3/+3
* NFC: Remove redundant call to registerPassManagerCLOptions from MLIR tutorialSmit Hinsu2019-07-121-3/+0
* Rename FunctionAttr to SymbolRefAttr.River Riddle2019-07-121-0/+1
* NFC: Replace Module::getNamedFunction with lookupSymbol<FuncOp>.River Riddle2019-07-121-4/+6
* NFC: Rename Module to ModuleOp.River Riddle2019-07-102-2/+2
* 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-102-11/+11
* NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.River Riddle2019-07-081-1/+2
* Replace the implementation of Function and Module with FuncOp and ModuleOp.River Riddle2019-07-031-2/+3
* NFC: Move the Function/Module/Operation::verify methods out-of-line.River Riddle2019-07-023-4/+7
* NFC: Refactor Module to be value typed.River Riddle2019-07-024-13/+12
* NFC: Refactor Function to be value typed.River Riddle2019-07-012-40/+42
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-253-29/+21
* NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.River Riddle2019-06-251-1/+1
OpenPOWER on IntegriCloud