summaryrefslogtreecommitdiff
path: root/test/passes/print-call-graph.txt
Commit message (Expand)AuthorAgeFilesLines
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-119/+161
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-2/+2
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-2/+2
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-21/+21
* First class Data Segments (#4733)Ashley Nelson2022-06-211-1/+1
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Fix element segment ordering in Print (#3818)Abbas Mashayekh2021-04-201-1/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-13/+13
* Remove legacy DYNAMICTOP_PTR support from SafeHeap (#3425)Sam Clegg2020-12-041-4/+0
* Fix applying default / unify SExpr and Wasm builder names (#3179)Daniel Wirtz2020-09-301-1/+1
* Remove function index printing (#2742)Thomas Lively2020-04-091-33/+33
* Remove FunctionType (#2510)Thomas Lively2019-12-111-48/+48
* Don't include `$` with names unless outputting to wat format (#2506)Sam Clegg2019-12-061-99/+99
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-9/+9
* Massive renaming (#1855)Thomas Lively2019-01-071-354/+354
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-19/+19
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-131-7/+7
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-33/+33
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-24/+24
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-1233/+1233
* emit globals before table and memory, because they may use a global for their...Alon Zakai2016-12-301-2/+2
* Work around dot quirks related to updating node styles. Remove indirect call ...Michael Bebenita2016-11-011-108/+77
* Adds a pass to print call graphs in .dot (graphviz) format. (#794)Michael Bebenita2016-10-201-0/+1528