| 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 | -2/+0 |
* | Fix --spill-pointers for the stack growing down (#6294) | YAMAMOTO Takashi | 2024-02-13 | 1 | -190/+266 |
* | Require `then` and `else` with `if` (#6201) | Thomas Lively | 2024-01-04 | 1 | -4/+4 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -10/+10 |
* | Use Names instead of indices to identify segments (#5618) | Thomas Lively | 2023-04-04 | 1 | -2/+2 |
* | Restore and fix SpillPointers pass (#4570) | Alon Zakai | 2022-06-06 | 1 | -0/+1293 |
* | Remove old/non-working SpillPointers pass (#3261) | Sam Clegg | 2020-10-20 | 1 | -1291/+0 |
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 1 | -37/+37 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -51/+51 |
* | Fix stack pointer identification for wasm::ABI::getStackSpace(). (#2243) | William Maddox | 2019-07-28 | 1 | -0/+647 |
* | Refactor type and function parsing (#2143) | Heejin Ahn | 2019-05-24 | 1 | -21/+21 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -199/+199 |
* | Emit imports before defined things in text format (#1715) | Alon Zakai | 2018-11-01 | 1 | -2/+2 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -2/+2 |
* | SpillPointers pass (#1339) | Alon Zakai | 2017-12-30 | 1 | -0/+644 |