index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
ReorderFunctions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a pass to sort functions by name (#5811)
Alon Zakai
2023-07-12
1
-0
/
+18
*
[NFC] Add a TODO in ReorderFunctions (#5205)
Alon Zakai
2022-11-30
1
-0
/
+2
*
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
-1
/
+1
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-3
/
+5
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+3
*
[NFC] Mark modifiesBinaryenIR=false in more places (#4869)
Alon Zakai
2022-08-03
1
-0
/
+2
*
MergeBlocks: Rewrite to use a generic algorithm (#4323)
Alon Zakai
2021-11-12
1
-1
/
+1
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-5
/
+3
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-5
/
+3
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-3
/
+5
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-6
/
+1
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-20
/
+18
*
Global optimization fixes (#1360)
Alon Zakai
2018-01-17
1
-11
/
+45
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-1
/
+1
*
offset support in table
Alon Zakai
2016-08-15
1
-2
/
+4
*
Add initialization functions for passes to avoid missing pass registration du...
Jukka Jylänki
2016-06-21
1
-1
/
+3
*
Pass sort comparison function arguments by const-reference (#472)
Derek Schuff
2016-05-11
1
-3
/
+3
*
Add a pass to order functions by their use frequency. (#452)
Michael Bebenita
2016-05-11
1
-0
/
+62