summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* add deStat from emscripten optimizerAlon Zakai2015-11-241-0/+5
|
* create an AllocatingModule which handles allocation for its elementsAlon Zakai2015-11-246-11/+22
|
* 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 case printingAlon Zakai2015-11-221-1/+1
|
* emit constants instead of callImport when there is a type necessaryAlon Zakai2015-11-221-5/+12
|
* print logging prints to stderrAlon Zakai2015-11-221-3/+3
|
* add remove-imports passAlon Zakai2015-11-221-0/+36
|
* fix detectSign on recursive calls that need minified froundAlon Zakai2015-11-221-4/+4
|
* special-case floor and sqrt in asm.js, which are overloaded on float/doubleAlon Zakai2015-11-221-0/+25
|
* fix import merging logiAlon Zakai2015-11-221-2/+2
|
* handle indirect calls with floatsAlon Zakai2015-11-211-0/+1
|
* handle -f32Alon Zakai2015-11-211-2/+7
|
* notice minified fround in function params and localsAlon Zakai2015-11-211-2/+2
|
* spacingAlon Zakai2015-11-211-0/+2
|
* simplify wasm.js loading code, since we are now embedded where we can use ↵Alon Zakai2015-11-211-30/+6
| | | | the outside module's
* clean up import double spaceAlon Zakai2015-11-211-1/+1
|
* clean up br printingAlon Zakai2015-11-211-0/+5
|
* fix do-while loopsAlon Zakai2015-11-211-4/+3
|
* emit an automatic continue in while loops, since wasm loops do not loop ↵Alon Zakai2015-11-211-8/+16
| | | | automatically
* loops do not automatically loopAlon Zakai2015-11-211-1/+1
|
* prepare for native wasm suport in wasm.jsAlon Zakai2015-11-211-0/+49
|
* refactor memory allocation code to create the buffer during asm.js linkAlon Zakai2015-11-211-29/+41
|
* if_else returns a value, but if does notAlon Zakai2015-11-211-1/+5
|
* detect minified fround in detectTypeAlon Zakai2015-11-203-4/+4
|
* some more function debugging in interpreterAlon Zakai2015-11-201-25/+25
|
* handle breaking to labeled blocksAlon Zakai2015-11-201-0/+2
|
* handle labels on blocks in asm2wasmAlon Zakai2015-11-201-1/+18
|
* detect minified froundAlon Zakai2015-11-203-6/+6
|
* detect seq signAlon Zakai2015-11-201-3/+12
|
* refactor wasm.js integration code into a methodAlon Zakai2015-11-201-7/+7
|
* validate function result typeAlon Zakai2015-11-201-0/+4
|
* validate unary typeAlon Zakai2015-11-201-0/+3
|
* add printing in module validity testsAlon Zakai2015-11-201-2/+10
|
* br_ifAlon Zakai2015-11-203-14/+35
|
* implement growMemory in wasm.jsAlon Zakai2015-11-191-2/+14
|
* wasm.js memory growth fixesAlon Zakai2015-11-192-3/+3
|
* work towards memory growth in asm2wasm codeAlon Zakai2015-11-192-2/+30
|
* start to parse asm.js memory growth codeAlon Zakai2015-11-192-19/+94
|
* missing wordAlon Zakai2015-11-191-1/+1
|
* stricted break checking, per latest spec updateAlon Zakai2015-11-191-0/+20
|
* some label assertsAlon Zakai2015-11-181-0/+2
|
* use labels on switches in asm2wasmAlon Zakai2015-11-181-3/+8
|
* add assert on breakingAlon Zakai2015-11-181-1/+3
|
* runtime debugging for wasm.jsAlon Zakai2015-11-182-30/+24
|
* receive TOTAL_MEMORY from emscripten in wasm.jsAlon Zakai2015-11-182-4/+6
|
* fix i32 absAlon Zakai2015-11-181-1/+1
|
* handle more import parsing in s-parserAlon Zakai2015-11-181-16/+20
|
* handle overloading of Math.absAlon Zakai2015-11-181-14/+97
|