Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
| | | | | PiperOrigin-RevId: 286906740 | ||||
* | Fix segfault (nullptr dereference) when passing a non-existent file to the ↵ | Mehdi Amini | 2019-11-09 | 1 | -0/+2 |
| | | | | | | | | Toy tutorial compiler Fix tensorflow/mlir#229 PiperOrigin-RevId: 279557863 | ||||
* | Add Ch-7 of the toy tutorial detailing how to define new types. | River Riddle | 2019-11-07 | 1 | -0/+282 |
This chapter adds a new composite type to Toy, and shows the process of adding a new type to the IR, adding and updating operations to use it, and constant folding operations producing it. PiperOrigin-RevId: 279107885 |