Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use empty blocks instead of nops for empty scopes in IRBuilder (#7080) | Thomas Lively | 2024-11-14 | 1 | -3/+0 |
* | Require `then` and `else` with `if` (#6201) | Thomas Lively | 2024-01-04 | 1 | -115/+329 |
* | OnceReduction: Optimize bodies of trivial "once" functions (#6061) | Alon Zakai | 2023-10-31 | 1 | -50/+456 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -100/+100 |
* | Print function types on function imports in the text format (#5727) | Alon Zakai | 2023-05-17 | 1 | -4/+4 |
* | Change the default type system to isorecursive (#5239) | Thomas Lively | 2022-11-23 | 1 | -66/+66 |
* | Avoid adding new unneeded names to blocks in text roundtripping (#4943) | Alon Zakai | 2022-08-22 | 1 | -2/+2 |
* | Optimize away dominated calls to functions that run only once (#4111) | Alon Zakai | 2021-09-03 | 1 | -0/+1429 |