Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update comments | Alon Zakai | 2015-12-07 | 1 | -2/+1 |
| | |||||
* | remove old comment | Alon Zakai | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | remove more unneeded code | Alon Zakai | 2015-12-07 | 1 | -33/+2 |
| | |||||
* | update comments | Alon Zakai | 2015-12-07 | 1 | -2/+0 |
| | |||||
* | remove old code | Alon Zakai | 2015-12-07 | 1 | -14/+0 |
| | |||||
* | fix numeric names in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -3/+9 |
| | |||||
* | add now-passing emcc_hello_world.wast testcase to wasm2asm tests | Alon Zakai | 2015-12-07 | 2 | -1/+9437 |
| | |||||
* | import Math.clz32 | Alon Zakai | 2015-12-07 | 5 | -0/+5 |
| | |||||
* | fix sign-aware div/mod | Alon Zakai | 2015-12-07 | 3 | -6/+6 |
| | |||||
* | fix double mul | Alon Zakai | 2015-12-07 | 1 | -1/+7 |
| | |||||
* | fix double eq and ne | Alon Zakai | 2015-12-07 | 1 | -2/+14 |
| | |||||
* | fix vector of scoped temps | Alon Zakai | 2015-12-07 | 1 | -11/+15 |
| | |||||
* | restore temporarily disable example testcase | Alon Zakai | 2015-12-07 | 1 | -2/+1 |
| | |||||
* | update gitignore | Alon Zakai | 2015-12-07 | 1 | -0/+1 |
| | |||||
* | fix unit.asm.js testcase, table contained a method of the wrong type | Alon Zakai | 2015-12-07 | 3 | -3/+25 |
| | |||||
* | import Math.abs in wasm2asm output | Alon Zakai | 2015-12-07 | 5 | -0/+5 |
| | |||||
* | fix signed int-to-double | Alon Zakai | 2015-12-07 | 2 | -2/+2 |
| | |||||
* | assume flattened imports in wasm2asm output | Alon Zakai | 2015-12-07 | 2 | -3/+4 |
| | |||||
* | emit Math.fround in wasm2asm | Alon Zakai | 2015-12-07 | 5 | -0/+5 |
| | |||||
* | check asm.js validation in wasm2asm output | Alon Zakai | 2015-12-07 | 1 | -1/+10 |
| | |||||
* | check for tool existence in check.py | Alon Zakai | 2015-12-07 | 1 | -87/+127 |
| | |||||
* | don't quote keys in object printing when not necessary | Alon Zakai | 2015-12-07 | 5 | -24/+35 |
| | |||||
* | emit exports in wasm2asm | Alon Zakai | 2015-12-07 | 5 | -1/+39 |
| | |||||
* | emit asm function tables in wasm2asm | Alon Zakai | 2015-12-07 | 4 | -0/+50 |
| | |||||
* | handle imports in wasm2asm | Alon Zakai | 2015-12-07 | 3 | -0/+33 |
| | |||||
* | import Math.imul | Alon Zakai | 2015-12-07 | 5 | -14/+34 |
| | |||||
* | use Math.imul in wasm2asm | Alon Zakai | 2015-12-07 | 3 | -2/+3 |
| | |||||
* | emit function table calls in wasm2asm | Alon Zakai | 2015-12-07 | 5 | -23/+56 |
| | |||||
* | coerce returns in wasm2asm | Alon Zakai | 2015-12-06 | 5 | -38/+38 |
| | |||||
* | sign eq and ne in wasm2asm | Alon Zakai | 2015-12-06 | 3 | -200/+200 |
| | |||||
* | coerce loads in wasm2asm | Alon Zakai | 2015-12-06 | 4 | -358/+361 |
| | |||||
* | emit heap views in wasm2asm | Alon Zakai | 2015-12-06 | 7 | -4/+79 |
| | |||||
* | emit 'use asm' in wasm2asm | Alon Zakai | 2015-12-06 | 6 | -0/+6 |
| | |||||
* | verify wasm2asm emits valid js | Alon Zakai | 2015-12-06 | 1 | -1/+8 |
| | |||||
* | handle nested blocks with returns in wasm2asm | Alon Zakai | 2015-12-06 | 2 | -29/+12 |
| | |||||
* | if is not statable | Alon Zakai | 2015-12-06 | 3 | -197/+199 |
| | |||||
* | ensure if branches are statements | Alon Zakai | 2015-12-06 | 2 | -79/+77 |
| | |||||
* | fix if_else return value in wasm2asm | Alon Zakai | 2015-12-06 | 3 | -4/+2522 |
| | |||||
* | fix do-while label | Alon Zakai | 2015-12-05 | 2 | -4/+5 |
| | |||||
* | avoid unnecessary return | Alon Zakai | 2015-12-05 | 2 | -4/+8 |
| | |||||
* | use flattenAppend in the top level of functions | Alon Zakai | 2015-12-05 | 3 | -58/+47 |
| | |||||
* | handle negative zero in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -8/+17 |
| | |||||
* | fix wasm2asm switch | Alon Zakai | 2015-12-05 | 2 | -5/+58 |
| | |||||
* | flattenAppend | Alon Zakai | 2015-12-05 | 2 | -25/+27 |
| | |||||
* | use visitAndAssign in more places | Alon Zakai | 2015-12-05 | 1 | -3/+3 |
| | |||||
* | fix binary in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -8/+3 |
| | |||||
* | coerce call arguments in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -6/+6 |
| | |||||
* | start to fix up invalid names for js in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -3/+14 |
| | |||||
* | call coercions in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -7/+8 |
| | |||||
* | flatten out blocks in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -7/+12 |
| |