summaryrefslogtreecommitdiff
path: root/src/passes/PrintCallGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
| | | | Most module walkers use PostWalker<T, Visitor<T>>, let that pattern be expressed as simply PostWalker<T>
* Print long string in one call (#864)Loo Rong Jie2017-01-031-12/+12
|
* Work around dot quirks related to updating node styles. Remove indirect call ↵Michael Bebenita2016-11-011-26/+21
| | | | edges as they greatly increase the size of the graph. (#818)
* Adds a pass to print call graphs in .dot (graphviz) format. (#794)Michael Bebenita2016-10-201-0/+115