summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/ViewOpGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Refactor operation results to use a single use list for all results of...River Riddle2019-12-301-7/+3
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-41/+39
* Also elide large array attribute in OpGraph DumpJing Pu2019-11-181-0/+6
* Dump op location in createPrintOpGraphPass for easier debugging.Jing Pu2019-10-301-0/+4
* Print result types when dumping graphviz.Jing Pu2019-10-071-0/+6
* Show type even if elementsattr is elided in graphJacques Pienaar2019-10-021-2/+4
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* Remove redundant qualificationJacques Pienaar2019-09-091-1/+1
* Add pass generate per block in a function a GraphViz Dot graph with ops as nodesJacques Pienaar2019-09-091-0/+163
OpenPOWER on IntegriCloud