summaryrefslogtreecommitdiff
path: root/test/lit/passes/inlining_splitting.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* [NFC-ish] Stop creating unneeded blocks around calls when inlining (#6969)Alon Zakai2024-09-261-701/+569
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-1/+1
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-199/+407
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-64/+64
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-1/+1
* Generate unique block names when inlining (#5697)Alon Zakai2023-05-051-59/+59
* Fallback to direct inlining if the outline will be inlined. (#5698)Goktug Gokdogan2023-05-041-36/+535
* Add a name hint to getValidName() (#5653)Alon Zakai2023-04-111-12/+12
* Never flip a call from unreachable to reachable during inlining (#5493)Alon Zakai2023-02-161-1/+0
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-3/+3
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-4/+4
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-69/+69
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-18/+18
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-1/+1
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-4/+4
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-16/+10
* Remove RTTs (#4848)Thomas Lively2022-08-051-19/+23
* Disable partial inlining by default and add a flag for it. (#4191)Alon Zakai2021-09-271-1/+1
* Partial inlining via function splitting (#4152)Alon Zakai2021-09-171-0/+1702