summaryrefslogtreecommitdiff
path: root/src/passes/ReorderFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a pass to sort functions by name (#5811)Alon Zakai2023-07-121-0/+18
* [NFC] Add a TODO in ReorderFunctions (#5205)Alon Zakai2022-11-301-0/+2
* 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-1/+1
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-3/+5
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+3
* [NFC] Mark modifiesBinaryenIR=false in more places (#4869)Alon Zakai2022-08-031-0/+2
* MergeBlocks: Rewrite to use a generic algorithm (#4323)Alon Zakai2021-11-121-1/+1
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-5/+3
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-5/+3
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-3/+5
* Simpify PassRunner.add() and automatically parallelize parallel functions (#2...Alon Zakai2019-07-191-6/+1
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-20/+18
* Global optimization fixes (#1360)Alon Zakai2018-01-171-11/+45
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
* offset support in tableAlon Zakai2016-08-151-2/+4
* Add initialization functions for passes to avoid missing pass registration du...Jukka Jylänki2016-06-211-1/+3
* Pass sort comparison function arguments by const-reference (#472)Derek Schuff2016-05-111-3/+3
* Add a pass to order functions by their use frequency. (#452)Michael Bebenita2016-05-111-0/+62