summaryrefslogtreecommitdiff
path: root/src/passes/Metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a customizable title to Metrics reporting (#6792)Alon Zakai2024-07-301-0/+7
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-3/+3
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-4/+4
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-3/+6
* First class Data Segments (#4733)Ashley Nelson2022-06-211-10/+12
* Modernize code to C++17 (#3104)Max Graey2021-11-221-4/+4
* Remove 'using namespace std' (NFC) (#4349)Heejin Ahn2021-11-221-5/+9
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-1/+1
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-3/+5
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-5/+9
* Simplfy getExpressionName (#3522)Alon Zakai2021-01-271-0/+7
* Remove FunctionType (#2510)Thomas Lively2019-12-111-4/+0
* Add event section (#2151)Heejin Ahn2019-05-311-0/+1
* Add globals to metrics (#2110)Heejin Ahn2019-05-161-2/+2
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-25/+27
* Add export count to --metrics (#1954)Sam Clegg2019-03-191-1/+2
* No exit runtime pass (#1816)Alon Zakai2018-12-131-2/+2
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-14/+15
* Stack IR (#1623)Alon Zakai2018-07-301-0/+2
* add --converge option to wasm-opt (#1524)Alon Zakai2018-04-301-22/+20
* Show the binary bytes we can remove without each export, in --func-metrics (#...Alon Zakai2018-01-231-2/+43
* Function metrics pass (#1353)Alon Zakai2018-01-121-23/+72
* Wasm h to cpp (#926)jgravelle-google2017-03-101-0/+1
* add table and memory contents to metrics (#787)Alon Zakai2016-10-181-0/+17
* refactor pass hooks, creating a proper way to run code before a pass is runAlon Zakai2016-09-121-1/+1
* Add initialization functions for passes to avoid missing pass registration du...Jukka Jylänki2016-06-211-1/+4
* note number of functions in metricsAlon Zakai2016-05-281-0/+4
* add total vars (non-param locals) to metricsAlon Zakai2016-05-161-0/+8
* emit total in metrics in a way that shows its diffs tooAlon Zakai2016-05-161-1/+2
* create a UnifiedExpressionVisitor for passes that want a single visitor funct...Alon Zakai2016-04-181-1/+1
* De-recurse traversals (#333)Alon Zakai2016-04-111-4/+4
* print out total nodes in --metricsAlon Zakai2016-02-201-2/+4
* sort keys in metricsAlon Zakai2016-01-271-6/+15
* Adds a --metrics command line argument to print metrics about .wast files bet...Michael2016-01-271-0/+69