Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more escaping | Alon Zakai | 2015-12-12 | 2 | -2/+2 |
| | |||||
* | finish escaping and add many more .s files | Alon Zakai | 2015-12-12 | 33 | -1/+2430 |
| | |||||
* | more escaping | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | test update | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | update tests | Alon Zakai | 2015-12-12 | 1 | -35/+35 |
| | |||||
* | copy_local | Alon Zakai | 2015-12-12 | 1 | -0/+112 |
| | |||||
* | cpus.s | Alon Zakai | 2015-12-12 | 1 | -0/+12 |
| | |||||
* | many more ops in s2wasm | Alon Zakai | 2015-12-12 | 1 | -0/+292 |
| | |||||
* | more comparisons .ses | Alon Zakai | 2015-12-12 | 3 | -0/+501 |
| | |||||
* | float comparisons and another .s | Alon Zakai | 2015-12-12 | 1 | -0/+255 |
| | |||||
* | add cfg-stackify.s | Alon Zakai | 2015-12-12 | 1 | -0/+464 |
| | |||||
* | add function types in s2wasm | Alon Zakai | 2015-12-12 | 1 | -0/+1 |
| | |||||
* | work on call_indirect in s2wasm | Alon Zakai | 2015-12-12 | 1 | -2/+6 |
| | |||||
* | add call.s | Alon Zakai | 2015-12-12 | 1 | -0/+111 |
| | |||||
* | func names in .s | Alon Zakai | 2015-12-11 | 2 | -2/+2 |
| | |||||
* | update spec tests | Alon Zakai | 2015-12-11 | 1 | -0/+0 |
| | |||||
* | add experimental submodule, for the tests | Alon Zakai | 2015-12-11 | 1 | -0/+0 |
| | |||||
* | fix up static addresses in s2wasm; basics test is complete | Alon Zakai | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | parse data in s2wasm | Alon Zakai | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | remove imports from basics.s, as they may be vanishing from the .s format anyhow | Alon Zakai | 2015-12-11 | 1 | -3/+0 |
| | |||||
* | fix out label in loop in s2wasm | Alon Zakai | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | add the loop in s2wasm | Alon Zakai | 2015-12-11 | 1 | -0/+45 |
| | |||||
* | fix block handling in s2wasm | Alon Zakai | 2015-12-11 | 1 | -8/+8 |
| | |||||
* | add wip .s testcase | Alon Zakai | 2015-12-11 | 1 | -0/+47 |
| | |||||
* | process on s2wasm, and first working testcase | Alon Zakai | 2015-12-10 | 3 | -0/+88 |
| | |||||
* | add now-passing emcc_hello_world.wast testcase to wasm2asm tests | Alon Zakai | 2015-12-07 | 1 | -0/+9436 |
| | |||||
* | import Math.clz32 | Alon Zakai | 2015-12-07 | 4 | -0/+4 |
| | |||||
* | fix sign-aware div/mod | Alon Zakai | 2015-12-07 | 2 | -2/+2 |
| | |||||
* | 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 | 4 | -0/+4 |
| | |||||
* | fix signed int-to-double | Alon Zakai | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | assume flattened imports in wasm2asm output | Alon Zakai | 2015-12-07 | 1 | -2/+2 |
| | |||||
* | emit Math.fround in wasm2asm | Alon Zakai | 2015-12-07 | 4 | -0/+4 |
| | |||||
* | don't quote keys in object printing when not necessary | Alon Zakai | 2015-12-07 | 4 | -21/+21 |
| | |||||
* | emit exports in wasm2asm | Alon Zakai | 2015-12-07 | 4 | -0/+29 |
| | |||||
* | emit asm function tables in wasm2asm | Alon Zakai | 2015-12-07 | 2 | -0/+5 |
| | |||||
* | handle imports in wasm2asm | Alon Zakai | 2015-12-07 | 2 | -0/+17 |
| | |||||
* | import Math.imul | Alon Zakai | 2015-12-07 | 4 | -0/+4 |
| | |||||
* | use Math.imul in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | emit function table calls in wasm2asm | Alon Zakai | 2015-12-07 | 2 | -9/+9 |
| | |||||
* | coerce returns in wasm2asm | Alon Zakai | 2015-12-06 | 4 | -36/+36 |
| | |||||
* | sign eq and ne in wasm2asm | Alon Zakai | 2015-12-06 | 2 | -198/+198 |
| | |||||
* | coerce loads in wasm2asm | Alon Zakai | 2015-12-06 | 3 | -353/+353 |
| | |||||
* | emit heap views in wasm2asm | Alon Zakai | 2015-12-06 | 4 | -4/+36 |
| | |||||
* | emit 'use asm' in wasm2asm | Alon Zakai | 2015-12-06 | 4 | -0/+4 |
| | |||||
* | handle nested blocks with returns in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -23/+11 |
| | |||||
* | if is not statable | Alon Zakai | 2015-12-06 | 2 | -196/+198 |
| | |||||
* | ensure if branches are statements | Alon Zakai | 2015-12-06 | 1 | -77/+75 |
| | |||||
* | fix if_else return value in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -0/+2518 |
| | |||||
* | fix do-while label | Alon Zakai | 2015-12-05 | 1 | -2/+2 |
| |