Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse for loops in asm2wasm #60 | Alon Zakai | 2016-01-04 | 2 | -1/+37 |
| | |||||
* | Update test/experimental. | JF Bastien | 2016-01-04 | 1 | -0/+0 |
| | |||||
* | Update test/experimental | JF Bastien | 2016-01-01 | 1 | -0/+0 |
| | |||||
* | Fix __init__.py exec bit. | JF Bastien | 2016-01-01 | 1 | -0/+0 |
| | |||||
* | Add test/__init__.py. | JF Bastien | 2015-12-31 | 1 | -0/+17 |
| | |||||
* | Update test/experimental | JF Bastien | 2015-12-31 | 1 | -0/+0 |
| | |||||
* | Update expected GCC test failures | JF Bastien | 2015-12-28 | 1 | -2/+0 |
| | | | Negative relocations fixed in 49bc6a370abf20ee2b2749ee3ca73373bfeceeb7, fixes #52. | ||||
* | add test with negative relocation | Alon Zakai | 2015-12-27 | 2 | -2/+7 |
| | |||||
* | Update s2wasm_known_gcc_test_failures.txt | JF Bastien | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | Update expected GCC test failures | JF Bastien | 2015-12-27 | 1 | -37/+9 |
| | | | Some new unexpected symbols, a lot fewer (Alon added a workaround), finds a new bug with negative relocations. | ||||
* | add testcase output | Alon Zakai | 2015-12-26 | 1 | -0/+216 |
| | |||||
* | implement a temporary hack for __stack_pointer | Alon Zakai | 2015-12-26 | 1 | -192/+192 |
| | |||||
* | update tests/experimental | Alon Zakai | 2015-12-25 | 1 | -0/+0 |
| | |||||
* | finish updating .s tests | Alon Zakai | 2015-12-25 | 7 | -8/+9 |
| | |||||
* | start to implement lcomm | Alon Zakai | 2015-12-25 | 3 | -7/+7 |
| | |||||
* | more updates | Alon Zakai | 2015-12-25 | 1 | -5/+5 |
| | |||||
* | start to update tests after latest changes | Alon Zakai | 2015-12-25 | 9 | -15/+15 |
| | |||||
* | add indirect call testcase for wasm-backend | Alon Zakai | 2015-12-25 | 2 | -0/+73 |
| | |||||
* | Update expected GCC test failures | JF Bastien | 2015-12-25 | 1 | -3/+0 |
| | | | Fixed by r256402. | ||||
* | 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 |
| |