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: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared ↵ | River Riddle | 2019-12-18 | 1 | -11/+10 |
| | | | | | | | | in `mlir` namespace. Aside from being cleaner, this also makes the codebase more consistent. PiperOrigin-RevId: 286206974 | ||||
* | Change the return type of createPrintCFGGraphPass to match other passes. | Jing Pu | 2019-09-25 | 1 | -4/+4 |
| | | | | PiperOrigin-RevId: 271252404 | ||||
* | Fix a number of Clang-Tidy warnings. | Christian Sigg | 2019-09-23 | 1 | -1/+1 |
| | | | | PiperOrigin-RevId: 270632324 | ||||
* | NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase. | River Riddle | 2019-09-13 | 1 | -3/+3 |
| | | | | | | These directives were temporary during the generalization of FunctionPass/ModulePass to OpPass. PiperOrigin-RevId: 268970259 | ||||
* | Generalize the CFG graph printing for Functions to work on Regions instead. | River Riddle | 2019-07-01 | 1 | -0/+95 |
PiperOrigin-RevId: 256029944 |