Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | create an AllocatingModule which handles allocation for its elements | Alon Zakai | 2015-11-24 | 6 | -11/+22 | |
| | ||||||
* | 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 case printing | Alon Zakai | 2015-11-22 | 1 | -1/+1 | |
| | ||||||
* | emit constants instead of callImport when there is a type necessary | Alon Zakai | 2015-11-22 | 1 | -5/+12 | |
| | ||||||
* | print logging prints to stderr | Alon Zakai | 2015-11-22 | 1 | -3/+3 | |
| | ||||||
* | add remove-imports pass | Alon Zakai | 2015-11-22 | 1 | -0/+36 | |
| | ||||||
* | fix detectSign on recursive calls that need minified fround | Alon Zakai | 2015-11-22 | 1 | -4/+4 | |
| | ||||||
* | special-case floor and sqrt in asm.js, which are overloaded on float/double | Alon Zakai | 2015-11-22 | 1 | -0/+25 | |
| | ||||||
* | fix import merging logi | Alon Zakai | 2015-11-22 | 1 | -2/+2 | |
| | ||||||
* | handle indirect calls with floats | Alon Zakai | 2015-11-21 | 1 | -0/+1 | |
| | ||||||
* | handle -f32 | Alon Zakai | 2015-11-21 | 1 | -2/+7 | |
| | ||||||
* | notice minified fround in function params and locals | Alon Zakai | 2015-11-21 | 1 | -2/+2 | |
| | ||||||
* | spacing | Alon Zakai | 2015-11-21 | 1 | -0/+2 | |
| | ||||||
* | simplify wasm.js loading code, since we are now embedded where we can use ↵ | Alon Zakai | 2015-11-21 | 1 | -30/+6 | |
| | | | | the outside module's | |||||
* | clean up import double space | Alon Zakai | 2015-11-21 | 1 | -1/+1 | |
| | ||||||
* | clean up br printing | Alon Zakai | 2015-11-21 | 1 | -0/+5 | |
| | ||||||
* | fix do-while loops | Alon Zakai | 2015-11-21 | 1 | -4/+3 | |
| | ||||||
* | emit an automatic continue in while loops, since wasm loops do not loop ↵ | Alon Zakai | 2015-11-21 | 1 | -8/+16 | |
| | | | | automatically | |||||
* | loops do not automatically loop | Alon Zakai | 2015-11-21 | 1 | -1/+1 | |
| | ||||||
* | prepare for native wasm suport in wasm.js | Alon Zakai | 2015-11-21 | 1 | -0/+49 | |
| | ||||||
* | refactor memory allocation code to create the buffer during asm.js link | Alon Zakai | 2015-11-21 | 1 | -29/+41 | |
| | ||||||
* | if_else returns a value, but if does not | Alon Zakai | 2015-11-21 | 1 | -1/+5 | |
| | ||||||
* | detect minified fround in detectType | Alon Zakai | 2015-11-20 | 3 | -4/+4 | |
| |