Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add function types in s2wasm | Alon Zakai | 2015-12-12 | 1 | -6/+12 | |
| | ||||||
* | handle type.op for non-i32 as well | Alon Zakai | 2015-12-12 | 1 | -63/+72 | |
| | ||||||
* | const fixes and more comparisons in s2wasm | Alon Zakai | 2015-12-12 | 1 | -15/+21 | |
| | ||||||
* | work on call_indirect in s2wasm | Alon Zakai | 2015-12-12 | 2 | -3/+21 | |
| | ||||||
* | parse call_indirect and skip imports | Alon Zakai | 2015-12-12 | 2 | -5/+36 | |
| | ||||||
* | share operands in a base class for all calls | Alon Zakai | 2015-12-12 | 1 | -6/+11 | |
| | ||||||
* | handle missing assign in call as a discard | Alon Zakai | 2015-12-11 | 1 | -5/+8 | |
| | ||||||
* | func names in .s | Alon Zakai | 2015-12-11 | 1 | -0/+1 | |
| | ||||||
* | s parsing improvements | Alon Zakai | 2015-12-11 | 1 | -5/+5 | |
| | ||||||
* | better aborts | Alon Zakai | 2015-12-11 | 1 | -6/+6 | |
| | ||||||
* | fix up static addresses in s2wasm; basics test is complete | Alon Zakai | 2015-12-11 | 1 | -1/+13 | |
| | ||||||
* | fix up static allocation code in s2wasm | Alon Zakai | 2015-12-11 | 1 | -2/+5 | |
| | ||||||
* | parse data in s2wasm | Alon Zakai | 2015-12-11 | 1 | -3/+19 | |
| | ||||||
* | fix out label in loop in s2wasm | Alon Zakai | 2015-12-11 | 1 | -3/+8 | |
| | ||||||
* | add the loop in s2wasm | Alon Zakai | 2015-12-11 | 1 | -0/+1 | |
| | ||||||
* | fix block handling in s2wasm | Alon Zakai | 2015-12-11 | 1 | -11/+25 | |
| | ||||||
* | fix comment | Alon Zakai | 2015-12-11 | 1 | -1/+1 | |
| | ||||||
* | stack fixes | Alon Zakai | 2015-12-11 | 1 | -5/+31 | |
| | ||||||
* | almost enough to parse basics.s | Alon Zakai | 2015-12-10 | 1 | -4/+41 | |
| | ||||||
* | control flow in s2wasm | Alon Zakai | 2015-12-10 | 1 | -10/+49 | |
| | ||||||
* | more binaries in s2wasm | Alon Zakai | 2015-12-10 | 1 | -1/+12 | |
| | ||||||
* | .s progress | Alon Zakai | 2015-12-10 | 1 | -20/+56 | |
| | ||||||
* | parse call | Alon Zakai | 2015-12-10 | 1 | -2/+63 | |
| | ||||||
* | process on s2wasm, and first working testcase | Alon Zakai | 2015-12-10 | 4 | -1/+263 | |
| | ||||||
* | refactor const parsing | Alon Zakai | 2015-12-10 | 2 | -137/+154 | |
| | ||||||
* | 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 | |
| | ||||||
* | import Math.clz32 | Alon Zakai | 2015-12-07 | 1 | -0/+1 | |
| | ||||||
* | fix sign-aware div/mod | Alon Zakai | 2015-12-07 | 1 | -4/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | import Math.abs in wasm2asm output | Alon Zakai | 2015-12-07 | 1 | -0/+1 | |
| | ||||||
* | 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 | -1/+2 | |
| | ||||||
* | emit Math.fround in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -0/+1 | |
| | ||||||
* | don't quote keys in object printing when not necessary | Alon Zakai | 2015-12-07 | 1 | -3/+14 | |
| | ||||||
* | emit exports in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -1/+10 | |
| | ||||||
* | emit asm function tables in wasm2asm | Alon Zakai | 2015-12-07 | 2 | -0/+45 | |
| | ||||||
* | handle imports in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -0/+16 | |
| | ||||||
* | import Math.imul | Alon Zakai | 2015-12-07 | 1 | -14/+30 | |
| | ||||||
* | use Math.imul in wasm2asm | Alon Zakai | 2015-12-07 | 2 | -1/+2 | |
| | ||||||
* | emit function table calls in wasm2asm | Alon Zakai | 2015-12-07 | 3 | -14/+47 | |
| | ||||||
* | coerce returns in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -2/+2 | |
| | ||||||
* | sign eq and ne in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -2/+2 | |
| | ||||||
* | coerce loads in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -5/+8 | |
| |