Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorder locals in wasm2asm (#1482) | Nathan Froyd | 2018-03-22 | 1 | -8/+6 |
* | add the highbits global to the IR (#1483) | Nathan Froyd | 2018-03-20 | 1 | -0/+1 |
* | create Math_{min,max} variables for wasm2asm-generated JS (#1476) | Nathan Froyd | 2018-03-16 | 1 | -0/+2 |
* | eliminate multiple return statements for wasm2asm functions (#1448) | Nathan Froyd | 2018-03-01 | 1 | -4/+2 |
* | Improve name mangling of asm.js identifiers (#1433) | Daniel Wirtz | 2018-02-21 | 1 | -8/+8 |
* | use simplify-locals in wasm2asm, so the output is not horribly verbose with l... | Alon Zakai | 2017-10-20 | 1 | -73/+13 |
* | Flattening rewrite (#1201) | Alon Zakai | 2017-10-03 | 1 | -11/+74 |
* | i64 to i32 lowering for wasm2asm (#1134) | Thomas Lively | 2017-09-01 | 1 | -9/+8 |
* | wasm2asm i32 arithmetic support (#1120) | Thomas Lively | 2017-08-07 | 1 | -0/+38 |
* | Get wasm2asm building again (#1107) | Thomas Lively | 2017-08-02 | 1 | -0/+20 |