summaryrefslogtreecommitdiffstats
path: root/mlir/examples/toy/Ch4/include
Commit message (Expand)AuthorAgeFilesLines
* [MLIR] Fix broken link locations after move to monorepoDaniel Galvez2020-01-141-1/+1
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-4/+4
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-239-117/+36
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-4/+4
* 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-222-7/+0
* Add support for nested symbol references.River Riddle2019-11-111-1/+1
* NFC: Tidy up the implementation of operations in the Toy tutorialRiver Riddle2019-11-061-24/+13
* NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...River Riddle2019-11-063-144/+146
* NFC: Use #ifndef in various .td files instead of #ifdef and #elseLei Zhang2019-10-312-10/+5
* Cleanup and rewrite Ch-4.md.River Riddle2019-10-211-1/+6
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-3/+3
* Fix invalid transpose in example and add proper verification.River Riddle2019-10-161-0/+3
* Add support for inlining toy call operations.River Riddle2019-10-161-1/+26
* Code cleanups on Ch.4River Riddle2019-10-164-47/+46
* Update Chapter 4 of the Toy tutorialSana Damani2019-10-168-321/+357
* Fix typos, NFC.Christian Sigg2019-10-042-6/+6
* NFC: Pass OperationState by reference instead of by pointer.River Riddle2019-09-201-9/+9
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-21/+19
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-1/+3
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-3/+2
* Remove the explicit "friend Operation" statement from each of the derived...River Riddle2019-05-201-8/+0
* Add explicit friendship with Operation to each derived op class to ensure...River Riddle2019-05-061-0/+8
* Fix typo (transpose -> reshape).Guangda Lai2019-04-231-1/+1
* Change the asmprinter to use pretty syntax for dialect types when it can,Chris Lattner2019-04-071-4/+4
* Add Chapter 4 for the Toy tutorial: shape inference, function specializat...Mehdi Amini2019-04-056-0/+1413
OpenPOWER on IntegriCloud