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 | ||||
* | NFC: Use this-> to appease GCC bug related to template lambda. | River Riddle | 2019-12-17 | 1 | -1/+1 |
| | | | | | | | GCC is unable to properly implicitly capture 'this' in generic lambdas. This bug is not fixed until 7.1.0: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274 PiperOrigin-RevId: 286083427 | ||||
* | NFC: Use TypeSwitch to simplify existing code. | River Riddle | 2019-12-17 | 1 | -14/+10 |
| | | | | PiperOrigin-RevId: 286066371 | ||||
* | NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ↵ | River Riddle | 2019-11-06 | 1 | -65/+49 |
| | | | | | | bit of the implementation. PiperOrigin-RevId: 278982817 | ||||
* | Fix minor spelling tweaks (NFC) | Kazuaki Ishizaki | 2019-10-20 | 1 | -1/+1 |
| | | | | | | Closes tensorflow/mlir#175 PiperOrigin-RevId: 275726876 | ||||
* | Toy tutorial Chapter 5: Lowering to Linalg and LLVM | Mehdi Amini | 2019-04-08 | 1 | -0/+263 |
-- PiperOrigin-RevId: 242606796 |