Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add do-once and while-forever tests | Alon Zakai | 2015-11-02 | 3 | -0/+38 |
| | |||||
* | 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 |
| | |||||
* | add stack test for an imported mapped global | Alon Zakai | 2015-11-01 | 3 | -0/+8 |
| | |||||
* | 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 | 4 | -20/+26 |
| | |||||
* | tell emcc to leave <1024 for our use | Alon Zakai | 2015-11-01 | 2 | -2/+2 |
| | |||||
* | add mem test | Alon Zakai | 2015-11-01 | 4 | -0/+273 |
| | |||||
* | handle float and void types in js<->wasm calls | Alon Zakai | 2015-11-01 | 1 | -1/+5 |
| | |||||
* | test conversions | Alon Zakai | 2015-11-01 | 3 | -0/+101 |
| | |||||
* | add tests for calls to js libraries and calls with the wrong # of arguments | Alon Zakai | 2015-11-01 | 4 | -17/+24 |
| | |||||
* | add calls test | Alon Zakai | 2015-11-01 | 4 | -0/+50 |
| | |||||
* | improve unnecessary block removal | Alon Zakai | 2015-11-01 | 2 | -26/+19 |
| | |||||
* | 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 | 4 | -295/+174 |
| | |||||
* | fix do-while loops | Alon Zakai | 2015-11-01 | 4 | -22/+29 |
| | |||||
* | remove condition from break | Alon Zakai | 2015-11-01 | 5 | -39/+66 |
| | |||||
* | remove hello_world.c until it passes | Alon Zakai | 2015-11-01 | 1 | -7/+0 |
| | |||||
* | add control flow tests | Alon Zakai | 2015-11-01 | 5 | -0/+105 |
| | |||||
* | disable part of float_ops.cpp, which requires memory ops which are not ↵ | Alon Zakai | 2015-11-01 | 2 | -24/+1 |
| | | | | tested yet | ||||
* | avoid assertions in basic ops tests | Alon Zakai | 2015-11-01 | 2 | -0/+2 |
| | |||||
* | 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 | 2 | -2/+3 |
| | |||||
* | fix execution of compare on floats | Alon Zakai | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | add float_ops testcase | Alon Zakai | 2015-11-01 | 3 | -0/+405 |
| | |||||
* | support .cpp files in check | Alon Zakai | 2015-11-01 | 1 | -4/+5 |
| | |||||
* | rename emcc-to-wasm.js script | Alon Zakai | 2015-11-01 | 3 | -2/+2 |
| | |||||
* | refactor out dynamic_cast | Alon Zakai | 2015-11-01 | 2 | -108/+259 |
| | |||||
* | readme typo | Alon Zakai | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | asserts in wasm.js | Alon Zakai | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | do not optimize in emcc_to_polyfill by default | Alon Zakai | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | not not free builder - we stil need its allocator | Alon Zakai | 2015-11-01 | 1 | -4/+4 |
| | |||||
* | update readme | Alon Zakai | 2015-10-31 | 1 | -4/+1 |
| | |||||
* | update readme | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | update readme | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | update readme | Alon Zakai | 2015-10-31 | 1 | -1/+2 |
| | |||||
* | int fixes | Alon Zakai | 2015-10-31 | 1 | -3/+3 |
| | |||||
* | test improvement | Alon Zakai | 2015-10-31 | 2 | -264/+267 |
| | |||||
* | int ops test | Alon Zakai | 2015-10-31 | 7 | -18/+363 |
| | |||||
* | better error on bad # of params | Alon Zakai | 2015-10-31 | 2 | -3/+12 |
| | |||||
* | fix typo | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | optimize builds | Alon Zakai | 2015-10-31 | 3 | -8/+4 |
| | |||||
* | update readme | Alon Zakai | 2015-10-31 | 2 | -6/+24 |
| | |||||
* | fix interpreter bugs in binary and compare; working add test in wasm polyfill | Alon Zakai | 2015-10-31 | 4 | -12/+12 |
| |