summaryrefslogtreecommitdiff
path: root/test/passes/precompute_coalesce-locals_vacuum.wast
Commit message (Collapse)AuthorAgeFilesLines
* Massive renaming (#1855)Thomas Lively2019-01-071-2/+2
| | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-2/+2
| | | | | | Support both syntax formats in input since the old spec tests still need to be parsable.
* fix an afl-fuzz bug where precompute alters a br to remove its condition, ↵Alon Zakai2017-05-081-0/+20
but does not properly modify the type (#1000)