Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 1 | -10/+10 |
* | Remove redundant instructions in Flatten (#2524) | Heejin Ahn | 2019-12-12 | 1 | -261/+233 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -17/+18 |
* | Refactor type and function parsing (#2143) | Heejin Ahn | 2019-05-24 | 1 | -11/+11 |
* | I64ToI32Lowering: don't use alignment 1 everywhere (#2070) | Alon Zakai | 2019-04-30 | 1 | -0/+275 |
* | wasm2js: remove more code we don't need since we have flat IR (#2039) | Alon Zakai | 2019-04-22 | 1 | -1/+1 |
* | wasm2js: unreachability fixes (#2037) | Alon Zakai | 2019-04-22 | 1 | -1/+59 |
* | wasm2js: handle unreachable select and global.set (#2029) | Alon Zakai | 2019-04-18 | 1 | -0/+102 |
* | Wasm2js: support i64 globals (#2021) | Alon Zakai | 2019-04-18 | 1 | -0/+58 |
* | Verify flat IR where it is expected, and give a nice error (#2009) | Alon Zakai | 2019-04-16 | 1 | -0/+81 |