summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names.txt
Commit message (Expand)AuthorAgeFilesLines
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-24/+24
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-1/+1
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-2/+2
* Fix RemoveUnusedNames on a loop with no name and a child with a different typ...Alon Zakai2020-04-241-0/+7
* Remove function index printing (#2742)Thomas Lively2020-04-091-4/+4
* Remove FunctionType (#2510)Thomas Lively2019-12-111-7/+7
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-2/+2
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-4/+4
* Return to more structured type rules for block and if (#1148)Alon Zakai2017-09-051-6/+4
* merge blocks in remove-unused-names only when their type is identical, so bra...Alon Zakai (kripken)2017-08-051-0/+17
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-61/+61
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-1/+1
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-26/+26
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-21/+24
* wast function type name desugaring is changing in spec:301 (#654)Alon Zakai2016-07-281-3/+5
* more RemoveUnusedName opts: merge names when possible, and do block/loop merg...Alon Zakai2016-07-201-4/+26
* remove unused labels from loops too, and general clean ups for RemoveUnusedNamesAlon Zakai2016-07-201-0/+33
* Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-091-1/+1
* simplify print output in passes testsAlon Zakai2016-01-081-8/+0
* do not print a toplevel block in functions if we don't need one #32Alon Zakai2016-01-051-3/+1
* add RemoveUnusedNames passAlon Zakai2016-01-041-0/+16