summaryrefslogtreecommitdiff
path: root/src/passes/Metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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