summaryrefslogtreecommitdiff
path: root/test/passes/rse_all-features.wast
Commit message (Expand)AuthorAgeFilesLines
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-1/+1
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-34/+74
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* [EH] Convert EH tests into lit tests (#3923)Heejin Ahn2021-06-081-188/+0
* [EH] Change Walker::TaskFunc back to function pointer (#3899)Heejin Ahn2021-05-201-0/+58
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-6/+6
* CFG traversal for the new EH spec (#3494)Heejin Ahn2021-01-211-86/+129
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-85/+86
* Update Pop text format to handle tuples (#3116)Thomas Lively2020-09-111-7/+7
* Make 'do' clause mandatory in 'try' (#2851)Heejin Ahn2020-05-141-0/+1
* Make try body start with 'do' (#2846)Heejin Ahn2020-05-111-8/+14
* Update RedundantSetElimination to work with tuples (#2688)Thomas Lively2020-03-111-1/+9
* Add EH support for CFGWalker (#2597)Heejin Ahn2020-01-161-0/+360