summaryrefslogtreecommitdiff
path: root/test/passes/simplify-locals-nostructure.txt
Commit message (Expand)AuthorAgeFilesLines
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-14/+30
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-3/+3
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-3/+3
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Remove function index printing (#2742)Thomas Lively2020-04-091-6/+6
* Remove FunctionType (#2510)Thomas Lively2019-12-111-9/+9
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-9/+9
* Update test/spec/memory.wast to latest upstream (#1801)Alon Zakai2019-04-031-0/+1
* Optimize away sets of the same local (#1940)Alon Zakai2019-03-071-3/+1
* Massive renaming (#1855)Thomas Lively2019-01-071-21/+21
* Optimize equivalent locals (#1540)Alon Zakai2018-05-101-0/+31
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-1/+0
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-4/+4
* Don't reorder an implicit trap with a global side effect (#1133)Alon Zakai2017-08-181-0/+34
* changing a set to a tee or vice versa needs to take into account the value ma...Alon Zakai (kripken)2017-07-111-3/+1
* finalize new drops in SimplifyLocalsAlon Zakai (kripken)2017-07-111-0/+6
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-2/+2
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-61/+61
* improve local simplication: simplify without if/block structure values before...Alon Zakai2016-11-061-5/+32
* add variants of simplify-locals with and without teeing and structural optsAlon Zakai2016-11-051-0/+38