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 | ||||
* | mlir-tblgen: Dump input records when no generator is set | Jacques Pienaar | 2019-11-29 | 1 | -1/+4 |
| | | | | | | Follow LLVM's tblgen convention when no generator is set instead of asserting. PiperOrigin-RevId: 283073690 | ||||
* | InitLLVM already initializes PrettyStackTraceProgram | Jacques Pienaar | 2019-08-18 | 1 | -4/+2 |
| | | | | | | Remove extra PrettyStackTraceProgram and use InitLLVM consistently. PiperOrigin-RevId: 264041205 | ||||
* | Merge mlir-op-gen and mlir-rewriter-gen into mlir-tblgen. | Jacques Pienaar | 2019-03-29 | 1 | -0/+91 |
Unify the two tools before factoring out helper classes. PiperOrigin-RevId: 227015406 |