summaryrefslogtreecommitdiff
path: root/src/passes/PrintCallGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+1
* Modernize code to C++17 (#3104)Max Graey2021-11-221-2/+1
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-6/+5
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-6/+4
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-4/+6
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-20/+25
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-21/+14
* Stack IR (#1623)Alon Zakai2018-07-301-0/+2
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+2
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
* 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
* Adds a pass to print call graphs in .dot (graphviz) format. (#794)Michael Bebenita2016-10-201-0/+115