summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|