index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Metrics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a customizable title to Metrics reporting (#6792)
Alon Zakai
2024-07-30
1
-0
/
+7
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-3
/
+3
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-1
/
+1
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-4
/
+4
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-3
/
+6
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-10
/
+12
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-4
/
+4
*
Remove 'using namespace std' (NFC) (#4349)
Heejin Ahn
2021-11-22
1
-5
/
+9
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-1
/
+1
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-3
/
+5
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-5
/
+9
*
Simplfy getExpressionName (#3522)
Alon Zakai
2021-01-27
1
-0
/
+7
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-4
/
+0
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+1
*
Add globals to metrics (#2110)
Heejin Ahn
2019-05-16
1
-2
/
+2
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-1
/
+2
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-25
/
+27
*
Add export count to --metrics (#1954)
Sam Clegg
2019-03-19
1
-1
/
+2
*
No exit runtime pass (#1816)
Alon Zakai
2018-12-13
1
-2
/
+2
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-14
/
+15
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-0
/
+2
*
add --converge option to wasm-opt (#1524)
Alon Zakai
2018-04-30
1
-22
/
+20
*
Show the binary bytes we can remove without each export, in --func-metrics (#...
Alon Zakai
2018-01-23
1
-2
/
+43
*
Function metrics pass (#1353)
Alon Zakai
2018-01-12
1
-23
/
+72
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-0
/
+1
*
add table and memory contents to metrics (#787)
Alon Zakai
2016-10-18
1
-0
/
+17
*
refactor pass hooks, creating a proper way to run code before a pass is run
Alon Zakai
2016-09-12
1
-1
/
+1
*
Add initialization functions for passes to avoid missing pass registration du...
Jukka Jylänki
2016-06-21
1
-1
/
+4
*
note number of functions in metrics
Alon Zakai
2016-05-28
1
-0
/
+4
*
add total vars (non-param locals) to metrics
Alon Zakai
2016-05-16
1
-0
/
+8
*
emit total in metrics in a way that shows its diffs too
Alon Zakai
2016-05-16
1
-1
/
+2
*
create a UnifiedExpressionVisitor for passes that want a single visitor funct...
Alon Zakai
2016-04-18
1
-1
/
+1
*
De-recurse traversals (#333)
Alon Zakai
2016-04-11
1
-4
/
+4
*
print out total nodes in --metrics
Alon Zakai
2016-02-20
1
-2
/
+4
*
sort keys in metrics
Alon Zakai
2016-01-27
1
-6
/
+15
*
Adds a --metrics command line argument to print metrics about .wast files bet...
Michael
2016-01-27
1
-0
/
+69