Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | avoid unnecessary return | Alon Zakai | 2015-12-05 | 1 | -3/+3 | |
| | ||||||
* | use flattenAppend in the top level of functions | Alon Zakai | 2015-12-05 | 2 | -45/+31 | |
| | ||||||
* | handle negative zero in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -6/+6 | |
| | ||||||
* | fix wasm2asm switch | Alon Zakai | 2015-12-05 | 1 | -3/+56 | |
| | ||||||
* | flattenAppend | Alon Zakai | 2015-12-05 | 1 | -4/+2 | |
| | ||||||
* | fix binary in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -1/+1 | |
| | ||||||
* | 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 | -2/+2 | |
| | ||||||
* | call coercions in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -2/+2 | |
| | ||||||
* | flatten out blocks in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -5/+3 | |
| | ||||||
* | use breakResults in break | Alon Zakai | 2015-12-05 | 1 | -6/+6 | |
| | ||||||
* | fix signing in wasm2asm comparisons | Alon Zakai | 2015-12-05 | 1 | -9/+9 | |
| | ||||||
* | fix asm doubles in wasm2asm | Alon Zakai | 2015-12-05 | 1 | -8/+8 | |
| | ||||||
* | add wip unit.wast testcase | Alon Zakai | 2015-12-05 | 1 | -0/+167 | |
| | ||||||
* | rename some files | Alon Zakai | 2015-12-04 | 2 | -0/+0 | |
| | ||||||
* | add another wasm2asm testcase | Alon Zakai | 2015-12-04 | 1 | -0/+9 | |
| | ||||||
* | add first working wasm2asm testcase | Alon Zakai | 2015-12-04 | 1 | -0/+21 | |
| | ||||||
* | use a br_if on do-while loops | Alon Zakai | 2015-12-04 | 2 | -8/+8 | |
| | ||||||
* | update spec tests | Alon Zakai | 2015-12-03 | 1 | -0/+0 | |
| | ||||||
* | update spec test interpreter to new spectest module name | Alon Zakai | 2015-12-01 | 1 | -0/+0 | |
| | ||||||
* | spec tests update | Alon Zakai | 2015-11-30 | 1 | -0/+0 | |
| | ||||||
* | be very careful when converting doubles to ints in asm2wasm | Alon Zakai | 2015-11-28 | 4 | -7/+21 | |
| | ||||||
* | update spec tests | Alon Zakai | 2015-11-24 | 1 | -0/+0 | |
| | ||||||
* | create an AllocatingModule which handles allocation for its elements | Alon Zakai | 2015-11-24 | 1 | -1/+1 | |
| | ||||||
* | fix testcase | Alon Zakai | 2015-11-22 | 2 | -0/+2 | |
| | ||||||
* | fix case printing | Alon Zakai | 2015-11-22 | 2 | -58/+58 | |
| |