| 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 | -1/+0 |
* | Require `then` and `else` with `if` (#6201) | Thomas Lively | 2024-01-04 | 1 | -4/+8 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -5/+5 |
* | Avoid adding new unneeded names to blocks in text roundtripping (#4943) | Alon Zakai | 2022-08-22 | 1 | -2/+2 |
* | Effects: Differentiate mutable from immutable globals (#4286) | Alon Zakai | 2021-10-29 | 1 | -0/+33 |
* | Remove Type ordering (#3793) | Thomas Lively | 2021-05-18 | 1 | -1/+1 |
* | Reorder global definitions in Print pass (#3770) | Abbas Mashayekh | 2021-04-02 | 1 | -1/+1 |
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 1 | -41/+41 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -46/+46 |
* | Refactor type and function parsing (#2143) | Heejin Ahn | 2019-05-24 | 1 | -46/+46 |
* | Update test/spec/memory.wast to latest upstream (#1801) | Alon Zakai | 2019-04-03 | 1 | -0/+1 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -63/+63 |
* | LocalCSE: Consider pass options, both size and cost (#1840) | Alon Zakai | 2018-12-21 | 1 | -0/+17 |
* | Loop Invariant Code Motion (#1658) | Alon Zakai | 2018-09-04 | 1 | -0/+677 |