Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | get wasm2asm building | Alon Zakai | 2015-12-04 | 2 | -6/+6 |
| | |||||
* | more wasm2asm progress | Alon Zakai | 2015-12-04 | 2 | -43/+58 |
| | |||||
* | fix continue logic in wasm2asm | Alon Zakai | 2015-12-04 | 1 | -9/+9 |
| | |||||
* | more wasm2asm fixes | Alon Zakai | 2015-12-04 | 1 | -29/+35 |
| | |||||
* | use a br_if on do-while loops | Alon Zakai | 2015-12-04 | 1 | -4/+2 |
| | |||||
* | more wasm2asm fixes | Alon Zakai | 2015-12-03 | 1 | -10/+0 |
| | |||||
* | fixes for wasm2asm | Alon Zakai | 2015-12-03 | 2 | -16/+13 |
| | |||||
* | start on wasm2asm tool | Alon Zakai | 2015-12-03 | 1 | -0/+53 |
| | |||||
* | refactoring, and wasm2asm arags and locals | Alon Zakai | 2015-12-01 | 6 | -35/+177 |
| | |||||
* | implement getTemp/freeTemp | Alon Zakai | 2015-12-01 | 1 | -10/+26 |
| | |||||
* | finish first pass on wasm2asm | Alon Zakai | 2015-12-01 | 2 | -0/+10 |
| | |||||
* | wasm2asm progress | Alon Zakai | 2015-12-01 | 2 | -2/+44 |
| | |||||
* | update spec test interpreter to new spectest module name | Alon Zakai | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | wasm.js imports refactoring, and temporary flattening of imports for native wasm | Alon Zakai | 2015-12-01 | 1 | -14/+28 |
| | |||||
* | refactor wasm.js method and add testing | Alon Zakai | 2015-11-29 | 1 | -2/+12 |
| |