Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up wasm2asm testing (#1546) | Alon Zakai | 2018-05-13 | 1 | -50300/+0 |
* | reorder locals in wasm2asm (#1482) | Nathan Froyd | 2018-03-22 | 1 | -211/+205 |
* | 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 | -8/+3 |
* | Improve name mangling of asm.js identifiers (#1433) | Daniel Wirtz | 2018-02-21 | 1 | -395/+395 |
* | use simplify-locals in wasm2asm, so the output is not horribly verbose with l... | Alon Zakai | 2017-10-20 | 1 | -413/+155 |
* | Flattening rewrite (#1201) | Alon Zakai | 2017-10-03 | 1 | -252/+423 |
* | Refactor i64 lowering to use RAII temp vars (#1177) | Thomas Lively | 2017-09-23 | 1 | -38/+69 |
* | Return to more structured type rules for block and if (#1148) | Alon Zakai | 2017-09-05 | 1 | -5/+5 |
* | i64 to i32 lowering for wasm2asm (#1134) | Thomas Lively | 2017-09-01 | 1 | -0/+50364 |