Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -2/+4 |
| | | | | 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 |
| | |||||
* | add deStat from emscripten optimizer | Alon Zakai | 2015-11-24 | 1 | -0/+5 |
| | |||||
* | update spec tests | Alon Zakai | 2015-11-24 | 1 | -0/+0 |
| | |||||
* | create an AllocatingModule which handles allocation for its elements | Alon Zakai | 2015-11-24 | 7 | -12/+23 |
| | |||||
* | mention passes in binaryen-shell description | Alon Zakai | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | design principles section | Alon Zakai | 2015-11-23 | 1 | -0/+5 |
| | |||||
* | support memory growth in wasm.js native wasm integration code, which an work ↵ | Alon Zakai | 2015-11-22 | 1 | -1/+3 |
| | | | | now that memory growth is shared in asm2wasm in both shell and js | ||||
* | refactor memory growth code to a central location | Alon Zakai | 2015-11-22 | 3 | -25/+27 |
| | |||||
* | refactor asm2wasm proprocessing into a shared location | Alon Zakai | 2015-11-22 | 3 | -62/+63 |
| | |||||
* | fix testcase | Alon Zakai | 2015-11-22 | 2 | -0/+2 |
| | |||||
* | fix case printing | Alon Zakai | 2015-11-22 | 5 | -62/+59 |
| | |||||
* | another check.py fix | Alon Zakai | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | fix check.py | Alon Zakai | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | emit constants instead of callImport when there is a type necessary | Alon Zakai | 2015-11-22 | 5 | -13/+32 |
| | |||||
* | improve interpreter error printing | Alon Zakai | 2015-11-22 | 1 | -2/+3 |
| | |||||
* | remove imports before calling spec interpreter | Alon Zakai | 2015-11-22 | 1 | -1/+3 |
| | |||||
* | print logging prints to stderr | Alon Zakai | 2015-11-22 | 1 | -3/+3 |
| | |||||
* | add remove-imports pass | Alon Zakai | 2015-11-22 | 3 | -0/+58 |
| | |||||
* | refactor pass tests | Alon Zakai | 2015-11-22 | 3 | -3/+8 |
| | |||||
* | fix detectSign on recursive calls that need minified fround | Alon Zakai | 2015-11-22 | 3 | -5/+30 |
| | |||||
* | return to optimized builds | Alon Zakai | 2015-11-22 | 1 | -2/+2 |
| | |||||
* | special-case floor and sqrt in asm.js, which are overloaded on float/double | Alon Zakai | 2015-11-22 | 2 | -2/+27 |
| | |||||
* | fix import merging logi | Alon Zakai | 2015-11-22 | 1 | -2/+2 |
| | |||||
* | handle indirect calls with floats | Alon Zakai | 2015-11-21 | 3 | -3/+19 |
| |