summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* update spec tests, and new memory page size usageAlon Zakai2016-03-251-0/+0
|
* Update LLVM tests and waterfall to 4425Derek Schuff2016-03-23255-10449/+10341
|
* add memory growth testcaseAlon Zakai2016-03-223-0/+43
|
* only reuse nameless blocks in blockify in asm2wasm - if they are named, they ↵Alon Zakai2016-03-223-0/+101
| | | | can be broken out of, which is bad for our loop constructs
* update emscripten submoduleAlon Zakai2016-03-211-0/+0
|
* use eqz in asm2wasmAlon Zakai2016-03-2110-988/+494
|
* add memory growth asm2wasm testAlon Zakai2016-03-213-0/+24883
|
* fix unit testcaseAlon Zakai2016-03-213-11/+17
|
* update emscriptenAlon Zakai2016-03-201-0/+0
|
* add option for imprecise asm2wasm optsAlon Zakai2016-03-206-0/+44441
|
* update spec tests and support eqzAlon Zakai2016-03-191-0/+0
|
* improve method namesAlon Zakai2016-03-181-0/+0
|
* add explicit memory export supportAlon Zakai2016-03-1572-0/+72
|
* write imports as separate sectionAlon Zakai2016-03-152-5/+6
|
* finish wasm-binary method and update emscriptenAlon Zakai2016-03-121-0/+0
|
* Merge pull request #242 from WebAssembly/methodsAlon Zakai2016-03-111-0/+0
|\ | | | | Support a comma-separated list of methods in wasm/js integration
| * update emscripten and add testing for not including wasm.js polyfill ↵Alon Zakai2016-03-111-0/+0
| | | | | | | | unnecessarily
* | add big switch test to check heavily nested blocksAlon Zakai2016-03-102-0/+7951
|/
* s2wasm: don't export functions unless they are marked with .globl.Dan Gohman2016-03-091-1/+0
|
* update emscriptenAlon Zakai2016-03-091-0/+0
|
* fix imports when arriving from wasm backend, which does not prefixAlon Zakai2016-03-093-4/+4
|
* Merge pull request #238 from WebAssembly/update-emscriptenAlon Zakai2016-03-091-0/+0
|\ | | | | Update emscripten
| * update emscriptenAlon Zakai2016-03-091-0/+0
| |
* | Implement rotatesDerek Schuff2016-03-091-0/+0
| |
* | Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-0947-46/+45
|/ | | | | | | The AST and everything that uses it treats the values as pages. Javascript continues to use bytes. This matches v8 and sexpr-wasm, and the consensus from live discussion and PR209 in the spec.
* update emscripten to latest incoming, no more vanillaAlon Zakai2016-03-091-0/+0
|
* Merge pull request #234 from WebAssembly/integrate-wasm-fixesAlon Zakai2016-03-081-0/+0
|\ | | | | Move to a cleaner way of emcc.py integrating with wasm.js-post.js
| * update emscriptenAlon Zakai2016-03-081-0/+0
| |
* | Update s2wasm for tableswitch->br_table changeDerek Schuff2016-03-0827-115/+112
|/
* update emscripten submodule againAlon Zakai2016-03-081-0/+0
|
* update emscripten submoduleAlon Zakai2016-03-081-0/+0
|
* remove old and invalid optimization pass in asm2wasmAlon Zakai2016-03-072-35/+51
|
* br_table, no more casesAlon Zakai2016-03-0715-2872/+2252
|
* update spec test repoAlon Zakai2016-03-071-0/+0
|
* update if parsing to new spec rulesAlon Zakai2016-03-076-617/+617
|
* min test fixesAlon Zakai2016-03-075-4/+9
|
* fix min.wast testcaseAlon Zakai2016-03-074-4/+4
|
* handle continues in one-time loopsAlon Zakai2016-03-054-559/+588
|
* cast f32 to f64 before calling f64-to-int in asm2wasmAlon Zakai2016-03-052-1/+10
|
* harmonize ffi calls in asm2wasm, adding arguments as needed. this helps with ↵Alon Zakai2016-03-052-0/+19
| | | | asm ffis which tolerate overloading, unlike wasm
* support memory segments in wasm modules, which we get if the wasm backend ↵Alon Zakai2016-03-041-0/+0
| | | | was used
* wasm.js glue integration is now added by emscripten as a pre-js, so it's ↵Alon Zakai2016-03-041-0/+0
| | | | optimized with the rest of the code, and not as part of the wasm.js executable
* Merge pull request #221 from WebAssembly/update-vanillaAlon Zakai2016-03-031-0/+0
|\ | | | | Update emscripten
| * update emscriptenAlon Zakai2016-03-031-0/+0
| |
* | update spec test repoAlon Zakai2016-03-021-0/+0
| |
* | update select changes in specAlon Zakai2016-03-025-183/+183
|/
* update for emscripten PR4135Derek Schuff2016-03-011-0/+0
|
* Merge pull request #204 from mbebenita/print-compactAlon Zakai2016-02-293-54/+55
|\ | | | | Compact printing.
| * Whitespace removal.Michael2016-02-223-54/+55
| |
* | update spec test repoAlon Zakai2016-02-251-0/+0
| |