summaryrefslogtreecommitdiffstats
path: root/mlir/unittests/IR/DialectTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
| | | | PiperOrigin-RevId: 286906740
* Rename the 'namePrefix' field in the Dialect class to 'name' and tidy ↵River Riddle2019-03-301-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 Riddle2019-03-291-0/+38
guarantee that the namespace of a dialect can be used a unique key. -- PiperOrigin-RevId: 241049578
OpenPOWER on IntegriCloud