summaryrefslogtreecommitdiff
path: root/test/lit/passes/outlining.wast
Commit message (Expand)AuthorAgeFilesLines
* Use hints when generating fresh labels in IRBuilder (#7086)Thomas Lively2024-11-181-2/+2
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-3/+3
* [Outlining] Fixes break reconstruction (#6352)Ashley Nelson2024-02-271-0/+100
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-2/+2
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-8/+8
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-40/+84
* [Parser] Parse tuple operations (#6174)Thomas Lively2023-12-131-10/+4
* Preserve multivalue drops in IRBuilder (#6150)Thomas Lively2023-12-131-26/+26
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-4/+4
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-1/+1
* [Outlining] Add variations of call_indirect testsAshley Nelson2023-12-071-15/+120
* [Outlining] Add loop instruction supportAshley Nelson2023-12-071-0/+37
* [Outlining] Fix outlining control flowAshley Nelson2023-12-061-1/+185
* [IRBuilder] Add visitCallIndirect and makeCallIndirect (#6127)Ashley Nelson2023-11-211-0/+37
* [Outlining] Test single and multivalue return (#6120)Ashley Nelson2023-11-161-27/+119
* [Outlining] Adds filter tests (#6119)Ashley Nelson2023-11-161-19/+138
* Update IRBuilder to visit control flow correctly (#6124)Thomas Lively2023-11-161-0/+51
* [Outlining] Adding more tests (#6117)Ashley Nelson2023-11-151-51/+188
* [Outlining] Adds Outlining pass (#6110)Ashley Nelson2023-11-131-0/+108