Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Travis: run asan / tsan, but allow asan to fail | JF Bastien | 2016-01-14 | 1 | -7/+12 |
| | |||||
* | Merge pull request #104 from WebAssembly/more-torture | Alon Zakai | 2016-01-14 | 4 | -3/+335 |
|\ | | | | | More torture | ||||
| * | update known failures | Alon Zakai | 2016-01-14 | 1 | -0/+65 |
| | | |||||
| * | add continues in s-parser | Alon Zakai | 2016-01-14 | 1 | -0/+3 |
| | | |||||
| * | check.py note | Alon Zakai | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | add assert on wasm segments | Alon Zakai | 2016-01-14 | 1 | -0/+1 |
| | | |||||
| * | run shell on s2wasm outputs, with a list of known failures | Alon Zakai | 2016-01-14 | 2 | -2/+240 |
| | | |||||
| * | prepare for running binaryen on s2wasm torture outputs | Alon Zakai | 2016-01-14 | 1 | -2/+2 |
| | | |||||
| * | --entry option in binaryen-shell, which lets you call an entry point. also ↵ | Alon Zakai | 2016-01-14 | 1 | -3/+24 |
| | | | | | | | | support exit() | ||||
| * | run s2wasm outputs from torture tests through binaryen-shell, to verify they ↵ | Alon Zakai | 2016-01-14 | 1 | -0/+4 |
| | | | | | | | | parse | ||||
* | | Merge pull request #100 from WebAssembly/wasm-dis | Alon Zakai | 2016-01-14 | 12 | -63/+115545 |
|\ \ | |/ |/| | wasm-dis | ||||
| * | improve for loops | Alon Zakai | 2016-01-14 | 1 | -7/+7 |
| | | |||||
| * | fix type of const values from binary | Alon Zakai | 2016-01-14 | 3 | -4849/+4850 |
| | | |||||
| * | add missing types in binary reading | Alon Zakai | 2016-01-14 | 3 | -711/+724 |
| | | |||||
| * | add expected outputs from text->binary->text test | Alon Zakai | 2016-01-14 | 6 | -0/+114702 |
| | | |||||
| * | use std::pow | Alon Zakai | 2016-01-14 | 1 | -2/+2 |
| | | |||||
| * | add a constant for natural alignment in the binary format | Alon Zakai | 2016-01-14 | 1 | -2/+3 |
| | | |||||
| * | improve a for loop | Alon Zakai | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | minor binary updates following comments | Alon Zakai | 2016-01-14 | 1 | -3/+3 |
| | | |||||
| * | comments | Alon Zakai | 2016-01-14 | 1 | -2/+2 |
| | | |||||
| * | enable binary format testing | Alon Zakai | 2016-01-14 | 1 | -5/+5 |
| | | |||||
| * | fix an LEB128 bug | Alon Zakai | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | add local assertions | Alon Zakai | 2016-01-14 | 1 | -0/+2 |
| | | |||||
| * | break/switch fixes | Alon Zakai | 2016-01-14 | 1 | -1/+9 |
| | | |||||
| * | break assert | Alon Zakai | 2016-01-14 | 1 | -0/+3 |
| | | |||||
| * | add locations for recursion debugging | Alon Zakai | 2016-01-14 | 1 | -4/+4 |
| | | |||||
| * | fix binary writing of CallIndirect | Alon Zakai | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | fix binary writing of BrIf | Alon Zakai | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | fix recursion debugging | Alon Zakai | 2016-01-14 | 1 | -6/+6 |
| | | |||||
| * | artisinal debugging | Alon Zakai | 2016-01-14 | 1 | -85/+104 |
| | | |||||
| * | more binary debugging | Alon Zakai | 2016-01-14 | 1 | -46/+55 |
| | | |||||
| * | fix call_import | Alon Zakai | 2016-01-14 | 1 | -3/+4 |
| | | |||||
| * | fix function size offsetting | Alon Zakai | 2016-01-13 | 1 | -4/+5 |
| | | |||||
| * | more binary fixes | Alon Zakai | 2016-01-13 | 1 | -4/+4 |
| | | |||||
| * | fix locals in binary format | Alon Zakai | 2016-01-13 | 1 | -8/+16 |
| | | |||||
| * | fix binary skipping bug | Alon Zakai | 2016-01-13 | 1 | -1/+5 |
| | | |||||
| * | fix buffer writing bug | Alon Zakai | 2016-01-13 | 1 | -1/+3 |
| | | |||||
| * | more debugging | Alon Zakai | 2016-01-13 | 1 | -0/+3 |
| | | |||||
| * | functions must be parsed after all their targets are known | Alon Zakai | 2016-01-13 | 1 | -8/+27 |
| | | |||||
| * | more testing prep | Alon Zakai | 2016-01-13 | 1 | -1/+7 |
| | | |||||
| * | add a call assert and debugging | Alon Zakai | 2016-01-13 | 1 | -0/+3 |
| | | |||||
| * | fix maybeVisit logic | Alon Zakai | 2016-01-13 | 1 | -5/+6 |
| | | |||||
| * | use unsigned types in wasm-binary.h | Alon Zakai | 2016-01-13 | 1 | -17/+24 |
| | | |||||
| * | more debugging | Alon Zakai | 2016-01-13 | 1 | -0/+43 |
| | | |||||
| * | avoid char casting bug in wasm-binary | Alon Zakai | 2016-01-13 | 1 | -1/+1 |
| | | |||||
| * | fix LEB128 bug | Alon Zakai | 2016-01-13 | 1 | -1/+1 |
| | | |||||
| * | add debugging for wasm-binary.h | Alon Zakai | 2016-01-13 | 3 | -11/+50 |
| | | |||||
| * | prepare for wasm-dis testing | Alon Zakai | 2016-01-13 | 1 | -1/+1 |
| | | |||||
| * | initial work on wasm-dis | Alon Zakai | 2016-01-13 | 5 | -16/+603 |
| | | |||||
| * | avoid unportable sizes in wasm.h | Alon Zakai | 2016-01-13 | 1 | -2/+2 |
| | |