Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | use wasm-s-parser method by efault | Alon Zakai | 2015-11-29 | 1 | -1/+1 | |
| | ||||||
* | handle memory in load_s_expr2wasm | Alon Zakai | 2015-11-29 | 1 | -0/+5 | |
| | ||||||
* | apply mapped globals in wasm.js on all asm2wasm output, whether done on the ↵ | Alon Zakai | 2015-11-29 | 1 | -13/+23 | |
| | | | | client or ahead of time | |||||
* | fix wasm.js/s-expression-parsing global mapping | Alon Zakai | 2015-11-28 | 2 | -20/+23 | |
| | ||||||
* | be very careful when converting doubles to ints in asm2wasm | Alon Zakai | 2015-11-28 | 3 | -2/+8 | |
| | ||||||
* | optionally emit mappedGlobals in asm2wasm, and use that to help when parsing ↵ | Alon Zakai | 2015-11-28 | 4 | -23/+65 | |
| | | | | s-expressions | |||||
* | work on s-parsing in wasm.js | Alon Zakai | 2015-11-28 | 1 | -3/+19 | |
| | ||||||
* | use new on ArrayBuffer | Alon Zakai | 2015-11-28 | 1 | -1/+1 | |
| | ||||||
* | support interpreting wasm from either asm2wasm or wasm-s-parser in wasm.js | Alon Zakai | 2015-11-28 | 1 | -5/+9 | |
| | ||||||
* | when using native wasm support, we need to merge the written data with the ↵ | Alon Zakai | 2015-11-28 | 1 | -1/+3 | |
| | | | | mem init that wasm provides | |||||
* | refactor wasm.js so that it will be able to support multiple wasm loading ↵ | Alon Zakai | 2015-11-28 | 7 | -61/+99 | |
| | | | | methods |