summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* support interpreting wasm from either asm2wasm or wasm-s-parser in wasm.jsAlon Zakai2015-11-281-5/+9
|
* when using native wasm support, we need to merge the written data with the ↵Alon Zakai2015-11-282-2/+4
| | | | mem init that wasm provides
* refactor wasm.js so that it will be able to support multiple wasm loading ↵Alon Zakai2015-11-287-61/+99
| | | | methods
* wasm2asm progressAlon Zakai2015-11-272-0/+58
|
* wasm2asm progressAlon Zakai2015-11-271-11/+9
|
* commentAlon Zakai2015-11-271-2/+3
|
* handle no default when printing switchAlon Zakai2015-11-271-2/+3
|
* handle empty blocks in s-parserAlon Zakai2015-11-271-1/+3
|
* ensure memory is initialized to 0 in native shellAlon Zakai2015-11-271-1/+4
|
* unify convert/compare into unary/binary, and do a pre-pass in s-expression ↵Alon Zakai2015-11-275-364/+293
| | | | parser for function types, to fix new assertions that notice some missing types
* fix makeCallAlon Zakai2015-11-271-3/+3
|
* wasm2asm progressAlon Zakai2015-11-262-0/+42
|
* wasm2asm progressAlon Zakai2015-11-261-0/+11
|
* wasm2asm progressAlon Zakai2015-11-261-1/+39
|
* wasm2asm progressAlon Zakai2015-11-262-0/+39
|
* wasm2asm progressAlon Zakai2015-11-261-5/+24
|
* wasm2asm progressAlon Zakai2015-11-261-1/+9
|
* wasm2asm progressAlon Zakai2015-11-261-12/+24
|
* wasm2asm progressAlon Zakai2015-11-262-53/+49
|
* wasm2asm progressAlon Zakai2015-11-251-20/+10
|
* wasm2asm progressAlon Zakai2015-11-251-28/+66
|
* wasm2asm progressAlon Zakai2015-11-251-5/+181
|
* wasm2asm progressAlon Zakai2015-11-241-3/+22
|
* wasm2asm progressAlon Zakai2015-11-241-8/+46
|
* wasm2asm progressAlon Zakai2015-11-241-9/+35
|
* wasm2asm progressAlon Zakai2015-11-242-32/+58
|
* initial work on wasm2asmAlon Zakai2015-11-241-0/+187
|
* add deStat from emscripten optimizerAlon Zakai2015-11-241-0/+5
|
* update spec testsAlon Zakai2015-11-241-0/+0
|
* create an AllocatingModule which handles allocation for its elementsAlon Zakai2015-11-247-12/+23
|
* mention passes in binaryen-shell descriptionAlon Zakai2015-11-231-1/+1
|
* design principles sectionAlon Zakai2015-11-231-0/+5
|
* support memory growth in wasm.js native wasm integration code, which an work ↵Alon Zakai2015-11-221-1/+3
| | | | now that memory growth is shared in asm2wasm in both shell and js
* refactor memory growth code to a central locationAlon Zakai2015-11-223-25/+27
|
* refactor asm2wasm proprocessing into a shared locationAlon Zakai2015-11-223-62/+63
|
* fix testcaseAlon Zakai2015-11-222-0/+2
|
* fix case printingAlon Zakai2015-11-225-62/+59
|
* another check.py fixAlon Zakai2015-11-221-1/+1
|
* fix check.pyAlon Zakai2015-11-221-1/+1
|
* emit constants instead of callImport when there is a type necessaryAlon Zakai2015-11-225-13/+32
|
* improve interpreter error printingAlon Zakai2015-11-221-2/+3
|
* remove imports before calling spec interpreterAlon Zakai2015-11-221-1/+3
|
* print logging prints to stderrAlon Zakai2015-11-221-3/+3
|
* add remove-imports passAlon Zakai2015-11-223-0/+58
|
* refactor pass testsAlon Zakai2015-11-223-3/+8
|
* fix detectSign on recursive calls that need minified froundAlon Zakai2015-11-223-5/+30
|
* return to optimized buildsAlon Zakai2015-11-221-2/+2
|
* special-case floor and sqrt in asm.js, which are overloaded on float/doubleAlon Zakai2015-11-222-2/+27
|
* fix import merging logiAlon Zakai2015-11-221-2/+2
|
* handle indirect calls with floatsAlon Zakai2015-11-213-3/+19
|