Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | get wasm2asm building | Alon Zakai | 2015-12-04 | 2 | -6/+6 | |
| | ||||||
* | more wasm2asm progress | Alon Zakai | 2015-12-04 | 2 | -43/+58 | |
| | ||||||
* | fix continue logic in wasm2asm | Alon Zakai | 2015-12-04 | 1 | -9/+9 | |
| | ||||||
* | more wasm2asm fixes | Alon Zakai | 2015-12-04 | 1 | -29/+35 | |
| | ||||||
* | use a br_if on do-while loops | Alon Zakai | 2015-12-04 | 1 | -4/+2 | |
| | ||||||
* | more wasm2asm fixes | Alon Zakai | 2015-12-03 | 1 | -10/+0 | |
| | ||||||
* | fixes for wasm2asm | Alon Zakai | 2015-12-03 | 2 | -16/+13 | |
| | ||||||
* | start on wasm2asm tool | Alon Zakai | 2015-12-03 | 1 | -0/+53 | |
| | ||||||
* | refactoring, and wasm2asm arags and locals | Alon Zakai | 2015-12-01 | 6 | -35/+177 | |
| | ||||||
* | implement getTemp/freeTemp | Alon Zakai | 2015-12-01 | 1 | -10/+26 | |
| | ||||||
* | finish first pass on wasm2asm | Alon Zakai | 2015-12-01 | 2 | -0/+10 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-12-01 | 2 | -2/+44 | |
| | ||||||
* | update spec test interpreter to new spectest module name | Alon Zakai | 2015-12-01 | 1 | -2/+2 | |
| | ||||||
* | wasm.js imports refactoring, and temporary flattening of imports for native wasm | Alon Zakai | 2015-12-01 | 1 | -14/+28 | |
| | ||||||
* | refactor wasm.js method and add testing | Alon Zakai | 2015-11-29 | 1 | -2/+12 | |
| | ||||||
* | use wasm-s-parser method by efault | Alon Zakai | 2015-11-29 | 1 | -1/+1 | |
| | ||||||
* | handle memory in load_s_expr2wasm | Alon Zakai | 2015-11-29 | 1 | -0/+5 | |
| | ||||||
* | apply mapped globals in wasm.js on all asm2wasm output, whether done on the ↵ | Alon Zakai | 2015-11-29 | 1 | -13/+23 | |
| | | | | client or ahead of time | |||||
* | fix wasm.js/s-expression-parsing global mapping | Alon Zakai | 2015-11-28 | 2 | -20/+23 | |
| | ||||||
* | be very careful when converting doubles to ints in asm2wasm | Alon Zakai | 2015-11-28 | 3 | -2/+8 | |
| | ||||||
* | optionally emit mappedGlobals in asm2wasm, and use that to help when parsing ↵ | Alon Zakai | 2015-11-28 | 4 | -23/+65 | |
| | | | | s-expressions | |||||
* | work on s-parsing in wasm.js | Alon Zakai | 2015-11-28 | 1 | -3/+19 | |
| | ||||||
* | use new on ArrayBuffer | Alon Zakai | 2015-11-28 | 1 | -1/+1 | |
| | ||||||
* | support interpreting wasm from either asm2wasm or wasm-s-parser in wasm.js | Alon Zakai | 2015-11-28 | 1 | -5/+9 | |
| | ||||||
* | when using native wasm support, we need to merge the written data with the ↵ | Alon Zakai | 2015-11-28 | 1 | -1/+3 | |
| | | | | mem init that wasm provides | |||||
* | refactor wasm.js so that it will be able to support multiple wasm loading ↵ | Alon Zakai | 2015-11-28 | 7 | -61/+99 | |
| | | | | methods | |||||
* | wasm2asm progress | Alon Zakai | 2015-11-27 | 2 | -0/+58 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-27 | 1 | -11/+9 | |
| | ||||||
* | comment | Alon Zakai | 2015-11-27 | 1 | -2/+3 | |
| | ||||||
* | handle no default when printing switch | Alon Zakai | 2015-11-27 | 1 | -2/+3 | |
| | ||||||
* | handle empty blocks in s-parser | Alon Zakai | 2015-11-27 | 1 | -1/+3 | |
| | ||||||
* | ensure memory is initialized to 0 in native shell | Alon Zakai | 2015-11-27 | 1 | -1/+4 | |
| | ||||||
* | unify convert/compare into unary/binary, and do a pre-pass in s-expression ↵ | Alon Zakai | 2015-11-27 | 5 | -364/+293 | |
| | | | | parser for function types, to fix new assertions that notice some missing types | |||||
* | fix makeCall | Alon Zakai | 2015-11-27 | 1 | -3/+3 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-26 | 2 | -0/+42 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-26 | 1 | -0/+11 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-26 | 1 | -1/+39 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-26 | 2 | -0/+39 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-26 | 1 | -5/+24 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-26 | 1 | -1/+9 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-26 | 1 | -12/+24 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-26 | 2 | -53/+49 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-25 | 1 | -20/+10 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-25 | 1 | -28/+66 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-25 | 1 | -5/+181 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-24 | 1 | -3/+22 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-24 | 1 | -8/+46 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-24 | 1 | -9/+35 | |
| | ||||||
* | wasm2asm progress | Alon Zakai | 2015-11-24 | 2 | -32/+58 | |
| | ||||||
* | initial work on wasm2asm | Alon Zakai | 2015-11-24 | 1 | -0/+187 | |
| |