Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coerce call arguments in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -6/+6 |
| | |||||
* | start to fix up invalid names for js in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -3/+14 |
| | |||||
* | call coercions in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -7/+8 |
| | |||||
* | flatten out blocks in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -7/+12 |
| | |||||
* | use breakResults in break | Alon Zakai | 2015-12-05 | 2 | -7/+7 |
| | |||||
* | fix signing in wasm2asm comparisons | Alon Zakai | 2015-12-05 | 2 | -23/+23 |
| | |||||
* | add makeSigning method | Alon Zakai | 2015-12-05 | 2 | -0/+7 |
| | |||||
* | fix asm doubles in wasm2asm | Alon Zakai | 2015-12-05 | 2 | -9/+9 |
| | |||||
* | add wasm2asm to auto_update_tests.py | Alon Zakai | 2015-12-05 | 1 | -0/+7 |
| | |||||
* | add wip unit.wast testcase | Alon Zakai | 2015-12-05 | 2 | -1/+168 |
| | |||||
* | 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 |
| | |||||
* | rename some files | Alon Zakai | 2015-12-04 | 3 | -1/+1 |
| | |||||
* | add another wasm2asm testcase | Alon Zakai | 2015-12-04 | 2 | -1/+10 |
| | |||||
* | add first working wasm2asm testcase | Alon Zakai | 2015-12-04 | 3 | -8/+32 |
| | |||||
* | infrastructure for wasm2asm testing | Alon Zakai | 2015-12-04 | 1 | -2/+19 |
| | |||||
* | 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 |
| | |||||
* | rename temp file | Alon Zakai | 2015-12-04 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | start building wasm2asm | Alon Zakai | 2015-12-04 | 1 | -2/+2 |
| | |||||
* | 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 | 3 | -12/+10 |
| | |||||
* | 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 | 2 | -0/+55 |
| | |||||
* | update spec tests | Alon Zakai | 2015-12-03 | 1 | -0/+0 |
| | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | wasm.js imports refactoring, and temporary flattening of imports for native wasm | Alon Zakai | 2015-12-01 | 1 | -14/+28 |
| | |||||
* | limit check.py error output | Alon Zakai | 2015-11-30 | 1 | -1/+1 |
| |