summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* update emscriptenAlon Zakai2016-04-011-0/+0
|
* handle minified tempDoublePtrAlon Zakai2016-04-013-0/+44
|
* optimize bitcast patterns in asm2wasmAlon Zakai2016-04-012-56/+8
|
* add a test for bitcast patterns in asm2wasmAlon Zakai2016-04-013-1/+92
|
* add testing for vanilla llvm + emcc without the hacks, as things are now ↵Alon Zakai2016-03-302-0/+7
| | | | starting to work, and add a full/real hello world testcase
* avoid hardcoded function pointer addresses in indirect_call.cpp testAlon Zakai2016-03-302-10/+2
|
* update emscripten submoduleAlon Zakai2016-03-301-0/+0
|
* Merge pull request #295 from tzik/grow_memory_fixAlon Zakai2016-03-302-2/+6
|\ | | | | Fix grow_memory translation on s2wasm
| * Fix grow_memory translation on s2wasmtzik2016-03-302-2/+6
| | | | | | | | | | s2wasm used to mistranslate grow_memory operation in .s into memory_size in .wast, and this CL fixes it.
* | add explicit function types for indirect call targtets in s2wasmAlon Zakai2016-03-292-18/+19
| |
* | use ensureFunctionType in s2wasm, to ensure consistent function type namesAlon Zakai2016-03-292-23/+21
| |
* | update emscripten submoduleAlon Zakai2016-03-291-0/+0
| |
* | update emscripten submoduleAlon Zakai2016-03-291-0/+0
| |
* | 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
| |