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 | ||||
* | Rename the 'namePrefix' field in the Dialect class to 'name' and tidy ↵ | River Riddle | 2019-03-30 | 1 | -1/+1 |
| | | | | | | | | some comments to make it clear that 'name' refers to the dialect namespace. -- PiperOrigin-RevId: 241103116 | ||||
* | Assert that registered dialects have unique names. This creates a ↵ | River Riddle | 2019-03-29 | 1 | -0/+38 |
guarantee that the namespace of a dialect can be used a unique key. -- PiperOrigin-RevId: 241049578 |