summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names.wast
Commit message (Expand)AuthorAgeFilesLines
* Fix RemoveUnusedNames on a loop with no name and a child with a different typ...Alon Zakai2020-04-241-0/+9
* Return to more structured type rules for block and if (#1148)Alon Zakai2017-09-051-2/+2
* merge blocks in remove-unused-names only when their type is identical, so bra...Alon Zakai (kripken)2017-08-051-0/+16
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-1/+1
* Type check block/loop/if sigs (#717)Alon Zakai2016-09-281-1/+1
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-16/+19
* add drop and tee expressionsAlon Zakai2016-09-071-8/+13
* more RemoveUnusedName opts: merge names when possible, and do block/loop merg...Alon Zakai2016-07-201-0/+30
* 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
* add RemoveUnusedNames passAlon Zakai2016-01-041-0/+9