Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix switch | Alon Zakai | 2015-11-02 | 1 | -5/+11 | |
| | ||||||
* | move wasm debug printing behind flag | Alon Zakai | 2015-11-02 | 1 | -1/+3 | |
| | ||||||
* | allow printing none literals | Alon Zakai | 2015-11-02 | 1 | -1/+1 | |
| | ||||||
* | implement switch | Alon Zakai | 2015-11-02 | 3 | -15/+72 | |
| | ||||||
* | abort on switches, for now | Alon Zakai | 2015-11-02 | 2 | -2/+6 | |
| | ||||||
* | wasm.js debugging | Alon Zakai | 2015-11-02 | 1 | -1/+12 | |
| | ||||||
* | fix import call return type handling | Alon Zakai | 2015-11-02 | 1 | -2/+9 | |
| | ||||||
* | more intepreter debugging | Alon Zakai | 2015-11-02 | 1 | -3/+8 | |
| | ||||||
* | debugging support in interpreter | Alon Zakai | 2015-11-02 | 1 | -22/+52 | |
| | ||||||
* | save module and base of mapped imported globals, and fix writing of mapped ↵ | Alon Zakai | 2015-11-01 | 3 | -11/+31 | |
| | | | | imported globals | |||||
* | avoid some warnings | Alon Zakai | 2015-11-01 | 1 | -3/+12 | |
| | ||||||
* | refactor a lookupImport method | Alon Zakai | 2015-11-01 | 2 | -12/+22 | |
| | ||||||
* | tell emcc to leave <1024 for our use | Alon Zakai | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | handle float and void types in js<->wasm calls | Alon Zakai | 2015-11-01 | 1 | -1/+5 | |
| | ||||||
* | add tests for calls to js libraries and calls with the wrong # of arguments | Alon Zakai | 2015-11-01 | 1 | -15/+6 | |
| | ||||||
* | improve unnecessary block removal | Alon Zakai | 2015-11-01 | 1 | -14/+13 | |
| | ||||||
* | fix wasm walker replacement logic | Alon Zakai | 2015-11-01 | 2 | -62/+76 | |
| | ||||||
* | don't set auto-init fields | Alon Zakai | 2015-11-01 | 1 | -5/+0 | |
| | ||||||
* | auto-init optional fields | Alon Zakai | 2015-11-01 | 1 | -2/+2 | |
| | ||||||
* | optimize away breaks at the end of a block to that same block | Alon Zakai | 2015-11-01 | 1 | -5/+12 | |
| | ||||||
* | fix do-while loops | Alon Zakai | 2015-11-01 | 1 | -5/+5 | |
| | ||||||
* | remove condition from break | Alon Zakai | 2015-11-01 | 3 | -23/+18 | |
| | ||||||
* | fix imports from global.Math | Alon Zakai | 2015-11-01 | 2 | -4/+22 | |
| | ||||||
* | fix JSExternalInterface::callImport | Alon Zakai | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | enable imports in emcc builds | Alon Zakai | 2015-11-01 | 1 | -1/+2 | |
| | ||||||
* | fix execution of compare on floats | Alon Zakai | 2015-11-01 | 1 | -2/+2 | |
| | ||||||
* | refactor out dynamic_cast | Alon Zakai | 2015-11-01 | 2 | -108/+259 | |
| | ||||||
* | not not free builder - we stil need its allocator | Alon Zakai | 2015-11-01 | 1 | -4/+4 | |
| | ||||||
* | int fixes | Alon Zakai | 2015-10-31 | 1 | -3/+3 | |
| | ||||||
* | better error on bad # of params | Alon Zakai | 2015-10-31 | 1 | -2/+11 | |
| | ||||||
* | fix interpreter bugs in binary and compare; working add test in wasm polyfill | Alon Zakai | 2015-10-31 | 2 | -5/+3 | |
| | ||||||
* | debugging | Alon Zakai | 2015-10-31 | 1 | -0/+4 | |
| | ||||||
* | checker improvements | Alon Zakai | 2015-10-31 | 1 | -0/+5 | |
| | ||||||
* | fix store | Alon Zakai | 2015-10-31 | 1 | -2/+4 | |
| | ||||||
* | interpreter debugging, and fix visitBreak | Alon Zakai | 2015-10-31 | 1 | -4/+34 | |
| | ||||||
* | polyfill fixes: more memory by default, and a type correction | Alon Zakai | 2015-10-31 | 2 | -14/+14 | |
| | ||||||
* | call from js into wasm | Alon Zakai | 2015-10-31 | 3 | -9/+54 | |
| | ||||||
* | optimize emscripten builds | Alon Zakai | 2015-10-31 | 1 | -0/+2 | |
| | ||||||
* | polyfill fixes | Alon Zakai | 2015-10-31 | 2 | -9/+21 | |
| | ||||||
* | prepare for polyfill testing | Alon Zakai | 2015-10-31 | 1 | -0/+4 | |
| | ||||||
* | JSExternalInterface::callImport | Alon Zakai | 2015-10-31 | 1 | -0/+19 | |
| | ||||||
* | load and store in interpreter/js | Alon Zakai | 2015-10-31 | 2 | -3/+54 | |
| | ||||||
* | progress on wasm.js communication | Alon Zakai | 2015-10-31 | 2 | -0/+33 | |
| | ||||||
* | start to sketch out interpreter/js | Alon Zakai | 2015-10-31 | 2 | -2/+65 | |
| | ||||||
* | start to build interpreter/js | Alon Zakai | 2015-10-31 | 2 | -3/+6 | |
| | ||||||
* | refactoring | Alon Zakai | 2015-10-31 | 10 | -91/+135 | |
| | ||||||
* | convert and host | Alon Zakai | 2015-10-31 | 1 | -0/+10 | |
| | ||||||
* | compare | Alon Zakai | 2015-10-31 | 1 | -14/+37 | |
| | ||||||
* | unary and binary | Alon Zakai | 2015-10-31 | 1 | -0/+35 | |
| | ||||||
* | interpret all calls | Alon Zakai | 2015-10-31 | 1 | -4/+25 | |
| |