Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC-ish] Stop creating unneeded blocks around calls when inlining (#6969) | Alon Zakai | 2024-09-26 | 1 | -23/+17 |
* | [Parser] Enable the new text parser by default (#6371) | Thomas Lively | 2024-04-25 | 1 | -1/+1 |
* | Improve inlining of `return_call*` (#6477) | Jérôme Vouillon | 2024-04-10 | 1 | -13/+45 |
* | Handle return calls correctly | Thomas Lively | 2024-04-08 | 1 | -3/+16 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -11/+11 |
* | Print function types on function imports in the text format (#5727) | Alon Zakai | 2023-05-17 | 1 | -1/+1 |
* | Generate unique block names when inlining (#5697) | Alon Zakai | 2023-05-05 | 1 | -2/+2 |
* | Never flip a call from unreachable to reachable during inlining (#5493) | Alon Zakai | 2023-02-16 | 1 | -2/+0 |
* | Unreachability fixes for inlining (#5492) | Alon Zakai | 2023-02-15 | 1 | -7/+72 |
* | Fix validation and inlining bugs (#5301) | Thomas Lively | 2022-11-29 | 1 | -4/+40 |
* | [NFC] Add a test for inlining a function that traps (#4966) | Alon Zakai | 2022-08-24 | 1 | -0/+68 |