Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | factor out float_ | Alon Zakai | 2015-11-03 | 4 | -12/+4 | |
| | ||||||
* | more parsing | Alon Zakai | 2015-11-03 | 2 | -14/+87 | |
| | ||||||
* | parsing improvements | Alon Zakai | 2015-11-03 | 2 | -37/+100 | |
| | ||||||
* | implement new select operator | Alon Zakai | 2015-11-03 | 2 | -2/+40 | |
| | ||||||
* | start module parsing | Alon Zakai | 2015-11-03 | 1 | -4/+11 | |
| | ||||||
* | sexpression debugging | Alon Zakai | 2015-11-03 | 1 | -1/+17 | |
| | ||||||
* | shell fixes | Alon Zakai | 2015-11-03 | 2 | -8/+9 | |
| | ||||||
* | main for shell | Alon Zakai | 2015-11-03 | 2 | -3/+35 | |
| | ||||||
* | progress on wasm-shell | Alon Zakai | 2015-11-03 | 2 | -46/+265 | |
| | ||||||
* | start work on shell and sexpr parser | Alon Zakai | 2015-11-03 | 2 | -0/+154 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-03 | 3 | -11/+26 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-03 | 1 | -5/+9 | |
| | ||||||
* | add memorySize to Module | Alon Zakai | 2015-11-03 | 3 | -1/+4 | |
| | ||||||
* | cleanup and emit imports | Alon Zakai | 2015-11-03 | 1 | -27/+25 | |
| | ||||||
* | refactor printFullLine | Alon Zakai | 2015-11-03 | 1 | -10/+20 | |
| | ||||||
* | rename isWasmTypeFloat | Alon Zakai | 2015-11-03 | 2 | -4/+6 | |
| | ||||||
* | refactor pretty printing code | Alon Zakai | 2015-11-03 | 2 | -66/+71 | |
| | ||||||
* | refactor arena code | Alon Zakai | 2015-11-03 | 3 | -44/+38 | |
| | ||||||
* | simplify emcc_to_wasm.js.sh | Alon Zakai | 2015-11-02 | 1 | -1/+1 | |
| | ||||||
* | fix while (condition) loops | Alon Zakai | 2015-11-02 | 1 | -2/+3 | |
| | ||||||
* | fix load&store | Alon Zakai | 2015-11-02 | 1 | -13/+13 | |
| | ||||||
* | 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 | |
| |