Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't emit zero segments | Alon Zakai | 2015-12-15 | 3 | -3/+3 |
| | |||||
* | add test outputs | Alon Zakai | 2015-12-15 | 3 | -0/+42 |
| | |||||
* | update .s tests | Alon Zakai | 2015-12-15 | 1 | -0/+0 |
| | |||||
* | add memops .s benchmark | Alon Zakai | 2015-12-15 | 2 | -0/+316 |
| | |||||
* | add another wasm-backend testcase | Alon Zakai | 2015-12-15 | 2 | -0/+11 |
| | |||||
* | fix stack popping in s2wasm | Alon Zakai | 2015-12-15 | 20 | -182/+182 |
| | |||||
* | add first WASM_BACKEND output testcase | Alon Zakai | 2015-12-14 | 2 | -0/+9 |
| | |||||
* | emscripten_asm_const needs a prefix '_' | Alon Zakai | 2015-12-14 | 1 | -2/+2 |
| | |||||
* | fix imports for asm const methods | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | fix asm const arg | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | patch emscripten_asm_const calls with the sig | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | emit asm const ids | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | escape asm consts | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | start to emit metadata from s2wasm | Alon Zakai | 2015-12-14 | 48 | -0/+87 |
| | |||||
* | add imports in s2wasm | Alon Zakai | 2015-12-14 | 14 | -0/+35 |
| | |||||
* | detect which calls are to imports in s2wasm | Alon Zakai | 2015-12-14 | 14 | -49/+50 |
| | |||||
* | relocation.s now works | Alon Zakai | 2015-12-14 | 1 | -0/+0 |
| | |||||
* | add relocation support | Alon Zakai | 2015-12-14 | 1 | -0/+16 |
| | |||||
* | parse switch in s2wasm | Alon Zakai | 2015-12-14 | 2 | -0/+700 |
| | |||||
* | handle more loop/block combos in s2wasm, and update more test outputs | Alon Zakai | 2015-12-14 | 2 | -0/+28 |
| | |||||
* | update experimental tests and handle new call syntax | Alon Zakai | 2015-12-14 | 1 | -0/+0 |
| | |||||
* | export all methods in s2wasm, for now | Alon Zakai | 2015-12-13 | 43 | -0/+295 |
| | |||||
* | add test file | Alon Zakai | 2015-12-12 | 1 | -0/+75 |
| | |||||
* | more escaping | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | more escaping | Alon Zakai | 2015-12-12 | 2 | -2/+2 |
| | |||||
* | finish escaping and add many more .s files | Alon Zakai | 2015-12-12 | 33 | -1/+2430 |
| | |||||
* | more escaping | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | test update | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | update tests | Alon Zakai | 2015-12-12 | 1 | -35/+35 |
| | |||||
* | copy_local | Alon Zakai | 2015-12-12 | 1 | -0/+112 |
| | |||||
* | cpus.s | Alon Zakai | 2015-12-12 | 1 | -0/+12 |
| | |||||
* | many more ops in s2wasm | Alon Zakai | 2015-12-12 | 1 | -0/+292 |
| | |||||
* | more comparisons .ses | Alon Zakai | 2015-12-12 | 3 | -0/+501 |
| | |||||
* | float comparisons and another .s | Alon Zakai | 2015-12-12 | 1 | -0/+255 |
| | |||||
* | add cfg-stackify.s | Alon Zakai | 2015-12-12 | 1 | -0/+464 |
| | |||||
* | add function types in s2wasm | Alon Zakai | 2015-12-12 | 1 | -0/+1 |
| | |||||
* | work on call_indirect in s2wasm | Alon Zakai | 2015-12-12 | 1 | -2/+6 |
| | |||||
* | add call.s | Alon Zakai | 2015-12-12 | 1 | -0/+111 |
| | |||||
* | func names in .s | Alon Zakai | 2015-12-11 | 2 | -2/+2 |
| | |||||
* | update spec tests | Alon Zakai | 2015-12-11 | 1 | -0/+0 |
| | |||||
* | add experimental submodule, for the tests | Alon Zakai | 2015-12-11 | 1 | -0/+0 |
| | |||||
* | fix up static addresses in s2wasm; basics test is complete | Alon Zakai | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | parse data in s2wasm | Alon Zakai | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | remove imports from basics.s, as they may be vanishing from the .s format anyhow | Alon Zakai | 2015-12-11 | 1 | -3/+0 |
| | |||||
* | fix out label in loop in s2wasm | Alon Zakai | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | add the loop in s2wasm | Alon Zakai | 2015-12-11 | 1 | -0/+45 |
| | |||||
* | fix block handling in s2wasm | Alon Zakai | 2015-12-11 | 1 | -8/+8 |
| | |||||
* | add wip .s testcase | Alon Zakai | 2015-12-11 | 1 | -0/+47 |
| | |||||
* | process on s2wasm, and first working testcase | Alon Zakai | 2015-12-10 | 3 | -0/+88 |
| | |||||
* | add now-passing emcc_hello_world.wast testcase to wasm2asm tests | Alon Zakai | 2015-12-07 | 1 | -0/+9436 |
| |