summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names_merge-blocks_all-features.txt
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* ReFinalize in MergeBlocks so we can optimize unreachable instructions too (#6...Alon Zakai2024-10-101-116/+90
* Fix a fuzz issue with #6984 (#6988)Alon Zakai2024-10-071-20/+44
* MergeBlocks: Optimize all dropped blocks (#6984)Alon Zakai2024-10-041-44/+20
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-7/+4
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-13/+21
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-22/+22
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-1/+1
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-49/+49
* MergeBlocks: Rewrite to use a generic algorithm (#4323)Alon Zakai2021-11-121-60/+46
* MergeBlocks: optimize If conditions (#4260)Alon Zakai2021-10-191-6/+4
* MergeBlocks: Allow side effects in a ternary's first element (#4238)Alon Zakai2021-10-131-25/+17
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-1/+1
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-1/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-8/+8
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-4/+4
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-26/+0
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-7/+0
* Add EH support in MergeBlocks (#2848)Heejin Ahn2020-05-131-0/+1746