Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | emit heap views in wasm2asm | Alon Zakai | 2015-12-06 | 3 | -0/+43 | |
| | ||||||
* | emit 'use asm' in wasm2asm | Alon Zakai | 2015-12-06 | 2 | -0/+2 | |
| | ||||||
* | handle nested blocks with returns in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -6/+1 | |
| | ||||||
* | if is not statable | Alon Zakai | 2015-12-06 | 1 | -1/+1 | |
| | ||||||
* | ensure if branches are statements | Alon Zakai | 2015-12-06 | 1 | -2/+2 | |
| | ||||||
* | fix if_else return value in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -3/+3 | |
| | ||||||
* | fix do-while label | Alon Zakai | 2015-12-05 | 1 | -2/+3 | |
| | ||||||
* | avoid unnecessary return | Alon Zakai | 2015-12-05 | 1 | -1/+5 | |
| | ||||||
* | use flattenAppend in the top level of functions | Alon Zakai | 2015-12-05 | 1 | -13/+16 | |
| | ||||||
* | handle negative zero in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -2/+11 | |
| | ||||||
* | fix wasm2asm switch | Alon Zakai | 2015-12-05 | 1 | -2/+2 | |
| | ||||||
* | flattenAppend | Alon Zakai | 2015-12-05 | 1 | -21/+25 | |
| | ||||||
* | use visitAndAssign in more places | Alon Zakai | 2015-12-05 | 1 | -3/+3 | |
| | ||||||
* | fix binary in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -7/+2 | |
| | ||||||
* | coerce call arguments in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -3/+3 | |
| | ||||||
* | start to fix up invalid names for js in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -1/+12 | |
| | ||||||
* | call coercions in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -5/+6 | |
| | ||||||
* | flatten out blocks in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -2/+9 | |
| | ||||||
* | use breakResults in break | Alon Zakai | 2015-12-05 | 1 | -1/+1 | |
| | ||||||
* | fix signing in wasm2asm comparisons | Alon Zakai | 2015-12-05 | 1 | -14/+14 | |
| | ||||||
* | add makeSigning method | Alon Zakai | 2015-12-05 | 2 | -0/+7 | |
| | ||||||
* | fix asm doubles in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -1/+1 | |
| | ||||||
* | pretty print in wasm2asm debug | Alon Zakai | 2015-12-05 | 1 | -1/+1 | |
| | ||||||
* | fix DemoteFloat64 in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -1/+1 | |
| | ||||||
* | refactor call and add callIndirect in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -14/+31 | |
| | ||||||
* | switch in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -1/+27 | |
| | ||||||
* | more unaries in wasm2asm | Alon Zakai | 2015-12-04 | 1 | -1/+4 | |
| | ||||||
* | add first working wasm2asm testcase | Alon Zakai | 2015-12-04 | 1 | -3/+5 | |
| | ||||||
* | more statements | Alon Zakai | 2015-12-04 | 1 | -5/+5 | |
| | ||||||
* | wasm2asm fixes | Alon Zakai | 2015-12-04 | 2 | -3/+14 | |
| | ||||||
* | return result from block | Alon Zakai | 2015-12-04 | 1 | -2/+11 | |
| | ||||||
* | fix wasm2asm store | Alon Zakai | 2015-12-04 | 1 | -0/+1 | |
| | ||||||
* | add a return in the non-expression case in wasm2asm | Alon Zakai | 2015-12-04 | 1 | -1/+5 | |
| | ||||||
* | fix scanwalk and scopedTemp in wasm2asm | Alon Zakai | 2015-12-04 | 1 | -2/+2 | |
| | ||||||
* | start to handle f32 in wasm2asm | Alon Zakai | 2015-12-04 | 1 | -9/+15 | |
| | ||||||
* | wasm2asm fixes | Alon Zakai | 2015-12-04 | 1 | -30/+36 | |
| | ||||||
* | handle functions whose entire body is an expression | Alon Zakai | 2015-12-04 | 1 | -3/+8 | |
| | ||||||
* | more statements | Alon Zakai | 2015-12-04 | 1 | -4/+6 | |
| | ||||||
* | get wasm2asm to start printing | Alon Zakai | 2015-12-04 | 2 | -1/+7 | |
| | ||||||
* | fix params | Alon Zakai | 2015-12-04 | 1 | -2/+2 | |
| | ||||||
* | fix frees[] | Alon Zakai | 2015-12-04 | 1 | -8/+8 | |
| |