Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update.py: fix argparse for --force-latest | JF Bastien | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #99 from WebAssembly/update-torture | Alon Zakai | 2016-01-13 | 601 | -8496/+8076 |
|\ | | | | | Update torture tests. | ||||
| * | Update torture tests. | JF Bastien | 2016-01-13 | 602 | -8496/+8076 |
| | | |||||
* | | update waterfall | Alon Zakai | 2016-01-13 | 1 | -0/+0 |
|/ | |||||
* | some function parsing changes in s2wasm, due to upstream llvm | Alon Zakai | 2016-01-13 | 1 | -1/+7 |
| | |||||
* | update.py: support json output | JF Bastien | 2016-01-13 | 1 | -1/+10 |
| | | | | I'm updating the waterfall separately. | ||||
* | Merge branch 'master' of github.com:WebAssembly/binaryen | JF Bastien | 2016-01-13 | 912 | -4012/+4371 |
|\ | |||||
| * | update spec tests submodule | Alon Zakai | 2016-01-13 | 1 | -0/+0 |
| | | |||||
| * | Merge pull request #98 from WebAssembly/wasm-as_testing | Alon Zakai | 2016-01-12 | 2 | -4/+29 |
| |\ | | | | | | | wasm-as testing | ||||
| | * | default torture tests to on | Alon Zakai | 2016-01-12 | 1 | -1/+1 |
| | | | |||||
| | * | disable torture tests for current known breakage | Alon Zakai | 2016-01-12 | 1 | -1/+3 |
| | | | |||||
| | * | avoid unit.wast in wasm-as, as it uses f32.demote/f64 which is not in the ↵ | Alon Zakai | 2016-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | binary format currently | ||||
| | * | implement br_if in wasm-as | Alon Zakai | 2016-01-12 | 1 | -2/+2 |
| | | | |||||
| | * | implement switch in wasm-as | Alon Zakai | 2016-01-12 | 1 | -2/+12 |
| | | | |||||
| | * | fix some macros in wasm-as | Alon Zakai | 2016-01-12 | 1 | -0/+3 |
| | | | |||||
| | * | test wasm-as does not crash when binarifying testcases | Alon Zakai | 2016-01-12 | 1 | -0/+10 |
| |/ | |||||
| * | ensure function types for all functions in wasm-as, as the binary format ↵ | Alon Zakai | 2016-01-12 | 1 | -1/+15 |
| | | | | | | | | requires it | ||||
| * | Merge pull request #97 from WebAssembly/cf-depths | Dan Gohman | 2016-01-12 | 20 | -452/+581 |
| |\ | | | | | | | Update tests for upstream changes. | ||||
| | * | add option to run check without torture | Alon Zakai | 2016-01-12 | 1 | -15/+20 |
| | | | |||||
| | * | Update memops.s for the new label syntax. | Dan Gohman | 2016-01-12 | 2 | -16/+14 |
| | | | |||||
| | * | Update basic.s for the new label syntax. | Dan Gohman | 2016-01-12 | 2 | -19/+20 |
| | | | |||||
| | * | update s2wasm for new block and loop format in .s files from llvm #97 | Alon Zakai | 2016-01-12 | 8 | -215/+251 |
| | | | |||||
| | * | Update tests for upstream changes. | Dan Gohman | 2016-01-11 | 7 | -187/+276 |
| |/ | | | | | | | This updates the tests following the changes in http://reviews.llvm.org/D16105 . | ||||
| * | refactor FunctionType to always be accessed from the Module's central store, ↵ | Alon Zakai | 2016-01-11 | 32 | -69/+110 |
| | | | | | | | | which is necessary for simple binary writing | ||||
| * | Merge pull request #95 from WebAssembly/wasm-as | Alon Zakai | 2016-01-11 | 4 | -139/+254 |
| |\ | | | | | | | Finish initial pass on wasm-binary, and add wasm-as tool #13 | ||||
| | * | finish initial pass on wasm-binary, and add wasm-as tool #13 | Alon Zakai | 2016-01-11 | 4 | -139/+254 |
| |/ | |||||
| * | Merge pull request #94 from ↵ | Alon Zakai | 2016-01-11 | 854 | -3289/+3289 |
| |\ | | | | | | | | | | | | | WebAssembly/update-4cato-55c12e7fae4702634a2406298f4d601c3fe74jfb Update to include @FUNCTION change from LLVM | ||||
| | * | Update to include @FUNCTION change from LLVM | JF Bastien | 2016-01-11 | 854 | -3289/+3289 |
| | | | |||||
| * | | Merge pull request #93 from WebAssembly/asm2wasm-use-command-line | Alon Zakai | 2016-01-11 | 10 | -60/+95 |
| |\ \ | | |/ | |/| | asm2wasm: use support's command-line | ||||
| | * | asm2wasm: use support's command-line | JF Bastien | 2016-01-11 | 10 | -60/+95 |
| | | |