summaryrefslogtreecommitdiff
path: root/test/lit/passes/inlining_enable-tail-call.wast
Commit message (Expand)AuthorAgeFilesLines
* [NFC-ish] Stop creating unneeded blocks around calls when inlining (#6969)Alon Zakai2024-09-261-340/+234
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-16/+16
* Improve inlining of `return_call*` (#6477)Jérôme Vouillon2024-04-101-170/+689
* Handle return calls correctlyThomas Lively2024-04-081-87/+432
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-59/+111
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-15/+15
* Generate unique block names when inlining (#5697)Alon Zakai2023-05-051-20/+20
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-1/+1
* Never flip a call from unreachable to reachable during inlining (#5493)Alon Zakai2023-02-161-3/+0
* Unreachability fixes for inlining (#5492)Alon Zakai2023-02-151-1/+1
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-1/+1
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* [Inlining] Preserve return_calls when possible (#4589)Thomas Lively2022-04-111-0/+62
* Port test/passes/inlin* to lit (#3972)Thomas Lively2021-07-131-0/+707