Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
* | remove Label, which was removed from the spec | Alon Zakai | 2015-12-18 | 1 | -6/+0 |
* | 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 |
* | emit exports in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -1/+10 |
* | emit asm function tables in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -0/+35 |
* | 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 | 1 | -1/+1 |
* | emit function table calls in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -2/+25 |
* | 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 | 1 | -0/+34 |
* | emit 'use asm' in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -0/+1 |
* | handle nested blocks with returns in wasm2asm | Alon Zakai | 2015-12-06 | 1 | -6/+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 |
* | fix asm doubles in wasm2asm | 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 |