summaryrefslogtreecommitdiff
path: root/test/passes/merge-blocks.wast
Commit message (Expand)AuthorAgeFilesLines
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-35/+77
* Massive renaming (#1855)Thomas Lively2019-01-071-2/+2
* Merge-Blocks improvements (#1760)Alon Zakai2018-11-261-1/+15
* Fix a merge-blocks fuzz bug (#1755)Alon Zakai2018-11-191-0/+32
* Optimize an if exit block into an if arm (#1749)Alon Zakai2018-11-151-0/+92
* Return to more structured type rules for block and if (#1148)Alon Zakai2017-09-051-9/+5
* don't move code around a drop-block when the block contains unreachables, whi...Alon Zakai2017-08-051-0/+11
* don't remove values from breaks if the values have side effectsAlon Zakai (kripken)2017-07-301-0/+19
* when finalizing a block in MergeBlocks, use its type, so that we don't need t...Alon Zakai2017-07-241-0/+13
* fix handling of unreachable br values in merge-blocksAlon Zakai (kripken)2017-07-111-0/+16
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-5/+5
* optimize child blocks in merge-blocks when we drop values in them, they may h...Alon Zakai2016-10-291-0/+15
* handle the case of a br_if whose value is used in merge-blocksAlon Zakai2016-10-291-0/+42
* fix a merge-blocks bug where we merged named blocksAlon Zakai2016-05-251-592/+0
* move blocks outside in merge-blocks so that they can be merged laterAlon Zakai2016-05-241-0/+506
* Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-091-1/+1
* MergeBlocks #32Alon Zakai2016-01-051-0/+86