Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ignore function alignment, and parse globl in main process loop | Alon Zakai | 2015-12-24 | 1 | -3/+0 |
| | |||||
* | enable another now passing test | Alon Zakai | 2015-12-24 | 1 | -3/+0 |
| | |||||
* | fix relocations into a segment with multiple parts | Alon Zakai | 2015-12-24 | 2 | -2/+1 |
| | |||||
* | Update expected s2wasm failures | JF Bastien | 2015-12-24 | 1 | -4/+46 |
| | |||||
* | handle indirect calls with no parent in asm2wasm #36 | Alon Zakai | 2015-12-23 | 2 | -0/+16 |
| | |||||
* | merge. | JF Bastien | 2015-12-23 | 1 | -1/+4 |
|\ | |||||
| * | note bug for failing test | Alon Zakai | 2015-12-23 | 1 | -1/+3 |
| | | |||||
* | | Update expected s2wasm failures | JF Bastien | 2015-12-23 | 1 | -7/+0 |
|/ | | | | | | | Used to fail with: s2wasm.h:937: void wasm::S2WasmBuilder::parseObject(wasm::Name): Assertion 'seenSize == size' failed. Fixed by: b6214708e08fe8cc894bfd4ace866beb6bb3606f | ||||
* | Merge pull request #38 from WebAssembly/update-expected-fails | Alon Zakai | 2015-12-23 | 1 | -6/+0 |
|\ | | | | | Update expected s2wasm failures | ||||
| * | Update expected s2wasm failures | JF Bastien | 2015-12-23 | 1 | -6/+0 |
| | | | | | | | | These tests now pass. New ones are failing unexpectedly, though. Investigate separately. | ||||
* | | emit tables in s2wasm | Alon Zakai | 2015-12-23 | 2 | -0/+3 |
|/ | |||||
* | handle combined globals better in s2wasm | Alon Zakai | 2015-12-23 | 2 | -2/+8 |
| | |||||
* | add wasm-backend globals testcase | Alon Zakai | 2015-12-23 | 2 | -0/+26 |
| | |||||
* | fix s-parser handling of memory segments with 0s | Alon Zakai | 2015-12-23 | 56 | -55/+57 |
| | |||||
* | s2wasm const parsing fixes | Alon Zakai | 2015-12-23 | 12 | -35/+35 |
| | |||||
* | update experimental tests | Alon Zakai | 2015-12-22 | 1 | -0/+0 |
| | |||||
* | s2wasm failures: identify one bug in LLVM | JF Bastien | 2015-12-22 | 1 | -0/+3 |
| | |||||
* | s2wasm: support .int8 and .int16 data | JF Bastien | 2015-12-22 | 1 | -65/+0 |
| | | | | This fixes a bunch of the torture test failures. | ||||
* | It is known (in tests). | JF Bastien | 2015-12-22 | 1 | -0/+85 |
| | |||||
* | update test newlines | Alon Zakai | 2015-12-22 | 55 | -55/+55 |
| | |||||
* | add first spec test for wasm2asm | Alon Zakai | 2015-12-21 | 1 | -0/+43 |
| | |||||
* | update experimental tests | Alon Zakai | 2015-12-21 | 1 | -0/+0 |
| | |||||
* | look through >>>0 coercions in asm2wasm | Alon Zakai | 2015-12-21 | 4 | -2376/+688 |
| | |||||
* | update experimental submodule | Alon Zakai | 2015-12-21 | 1 | -0/+0 |
| | |||||
* | ignore .section inside objects in s2wasm, and update .s tests | Alon Zakai | 2015-12-20 | 8 | -363/+252 |
| | |||||
* | update upstream tests | Alon Zakai | 2015-12-18 | 2 | -0/+0 |
| | |||||
* | update tests | Alon Zakai | 2015-12-18 | 14 | -3711/+51105 |
| | |||||
* | add new test files | Alon Zakai | 2015-12-17 | 4 | -0/+432 |
| | |||||
* | generalize relocations and add multiple elements in a global name | Alon Zakai | 2015-12-17 | 6 | -12/+3954 |
| | |||||
* | fix s2wasm comment output #9 | Alon Zakai | 2015-12-17 | 50 | -50/+50 |
| | |||||
* | 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 |
| |