summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/ViewRegionGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
| | | | PiperOrigin-RevId: 286906740
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared ↵River Riddle2019-12-181-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 Pu2019-09-251-4/+4
| | | | PiperOrigin-RevId: 271252404
* Fix a number of Clang-Tidy warnings.Christian Sigg2019-09-231-1/+1
| | | | PiperOrigin-RevId: 270632324
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-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 Riddle2019-07-011-0/+95
PiperOrigin-RevId: 256029944
OpenPOWER on IntegriCloud