summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more binary debuggingAlon Zakai2016-01-141-46/+55
|
* fix call_importAlon Zakai2016-01-141-3/+4
|
* fix function size offsettingAlon Zakai2016-01-131-4/+5
|
* more binary fixesAlon Zakai2016-01-131-4/+4
|
* fix locals in binary formatAlon Zakai2016-01-131-8/+16
|
* fix binary skipping bugAlon Zakai2016-01-131-1/+5
|
* fix buffer writing bugAlon Zakai2016-01-131-1/+3
|
* more debuggingAlon Zakai2016-01-131-0/+3
|
* functions must be parsed after all their targets are knownAlon Zakai2016-01-131-8/+27
|
* more testing prepAlon Zakai2016-01-131-1/+7
|
* add a call assert and debuggingAlon Zakai2016-01-131-0/+3
|
* fix maybeVisit logicAlon Zakai2016-01-131-5/+6
|
* use unsigned types in wasm-binary.hAlon Zakai2016-01-131-17/+24
|
* more debuggingAlon Zakai2016-01-131-0/+43
|
* avoid char casting bug in wasm-binaryAlon Zakai2016-01-131-1/+1
|
* fix LEB128 bugAlon Zakai2016-01-131-1/+1
|
* add debugging for wasm-binary.hAlon Zakai2016-01-133-11/+50
|
* prepare for wasm-dis testingAlon Zakai2016-01-131-1/+1
|
* initial work on wasm-disAlon Zakai2016-01-135-16/+603
|
* avoid unportable sizes in wasm.hAlon Zakai2016-01-131-2/+2
|
* update.py: fix argparse for --force-latestJF Bastien2016-01-131-1/+1
|
* Merge pull request #99 from WebAssembly/update-tortureAlon Zakai2016-01-13601-8496/+8076
|\ | | | | Update torture tests.
| * Update torture tests.JF Bastien2016-01-13602-8496/+8076
| |
* | update waterfallAlon Zakai2016-01-131-0/+0
|/
* some function parsing changes in s2wasm, due to upstream llvmAlon Zakai2016-01-131-1/+7
|
* update.py: support json outputJF Bastien2016-01-131-1/+10
| | | | I'm updating the waterfall separately.
* Merge branch 'master' of github.com:WebAssembly/binaryenJF Bastien2016-01-13912-4012/+4371
|\
| * update spec tests submoduleAlon Zakai2016-01-131-0/+0
| |
| * Merge pull request #98 from WebAssembly/wasm-as_testingAlon Zakai2016-01-122-4/+29
| |\ | | | | | | wasm-as testing
| | * default torture tests to onAlon Zakai2016-01-121-1/+1
| | |
| | * disable torture tests for current known breakageAlon Zakai2016-01-121-1/+3
| | |
| | * avoid unit.wast in wasm-as, as it uses f32.demote/f64 which is not in the ↵Alon Zakai2016-01-121-1/+1
| | | | | | | | | | | | binary format currently
| | * implement br_if in wasm-asAlon Zakai2016-01-121-2/+2
| | |
| | * implement switch in wasm-asAlon Zakai2016-01-121-2/+12
| | |
| | * fix some macros in wasm-asAlon Zakai2016-01-121-0/+3
| | |
| | * test wasm-as does not crash when binarifying testcasesAlon Zakai2016-01-121-0/+10
| |/
| * ensure function types for all functions in wasm-as, as the binary format ↵Alon Zakai2016-01-121-1/+15
| | | | | | | | requires it
| * Merge pull request #97 from WebAssembly/cf-depthsDan Gohman2016-01-1220-452/+581
| |\ | | | | | | Update tests for upstream changes.
| | * add option to run check without tortureAlon Zakai2016-01-121-15/+20
| | |
| | * Update memops.s for the new label syntax.Dan Gohman2016-01-122-16/+14
| | |
| | * Update basic.s for the new label syntax.Dan Gohman2016-01-122-19/+20
| | |
| | * update s2wasm for new block and loop format in .s files from llvm #97Alon Zakai2016-01-128-215/+251
| | |
| | * Update tests for upstream changes.Dan Gohman2016-01-117-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 Zakai2016-01-1132-69/+110
| | | | | | | | which is necessary for simple binary writing
| * Merge pull request #95 from WebAssembly/wasm-asAlon Zakai2016-01-114-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 #13Alon Zakai2016-01-114-139/+254
| |/
| * Merge pull request #94 from ↵Alon Zakai2016-01-11854-3289/+3289
| |\ | | | | | | | | | | | | WebAssembly/update-4cato-55c12e7fae4702634a2406298f4d601c3fe74jfb Update to include @FUNCTION change from LLVM
| | * Update to include @FUNCTION change from LLVMJF Bastien2016-01-11854-3289/+3289
| | |
| * | Merge pull request #93 from WebAssembly/asm2wasm-use-command-lineAlon Zakai2016-01-1110-60/+95
| |\ \ | | |/ | |/| asm2wasm: use support's command-line
| | * asm2wasm: use support's command-lineJF Bastien2016-01-1110-60/+95
| | |