summaryrefslogtreecommitdiff
path: root/check.py
Commit message (Collapse)AuthorAgeFilesLines
...
* update for emscripten PR4135Derek Schuff2016-03-011-4/+6
|
* Merge pull request #204 from mbebenita/print-compactAlon Zakai2016-02-291-2/+25
|\ | | | | Compact printing.
| * Whitespace removal.Michael2016-02-221-2/+25
| |
* | support block comments in check.pyAlon Zakai2016-02-251-1/+6
|/
* Bug fix and adds printing / parsing tests.Michael2016-02-221-0/+11
|
* remove --print-before and --print-after flags, since we now have --printAlon Zakai2016-02-171-3/+3
|
* add wasm-printing.hAlon Zakai2016-02-171-1/+5
|
* wasm_backend testcases require vanilla_llvm, anything else may be too oldAlon Zakai2016-02-171-1/+1
|
* Review comments.JF Bastien2016-02-051-2/+3
|
* Support startJF Bastien2016-02-051-1/+3
| | | | | | | | | | | | | | As spec'd in: https://github.com/WebAssembly/design/pull/495 And discussed in: https://github.com/WebAssembly/spec/issues/231 This will make it simpler and more uniform to add a start entry point. s2wasm is the right place to add start because it'll eventually need to do other basic setup, e.g. put code in start to setup the stack, as dschuff is doing in: https://github.com/WebAssembly/binaryen/pull/179 Or rather, the linker is the right place and s2wasm happens to act as our linker right now.
* handle initial comments in wast splittingAlon Zakai2016-01-311-0/+5
|
* enable binary format spec test outputsAlon Zakai2016-01-291-1/+1
|
* enable binary format spec testsAlon Zakai2016-01-291-1/+1
|
* gather invokes when splitting wastsAlon Zakai2016-01-281-2/+2
|
* refactor check.py in preparation for running spec tests after being ↵Alon Zakai2016-01-281-27/+45
| | | | converted to binary and back
* test all parts of spec tests for binary format, even when multiple modules ↵Alon Zakai2016-01-271-1/+38
| | | | in one file
* verify binary outputs are valid wastsAlon Zakai2016-01-271-0/+5
|
* verify we can convert the spec tests to binary and backAlon Zakai2016-01-261-6/+8
|
* refactor a binary format check method in check.pyAlon Zakai2016-01-261-20/+25
|
* Update waterfall repoJF Bastien2016-01-261-1/+2
| | | | Need to update arguments.
* add I32ReinterpretF32 in binary format, for nowAlon Zakai2016-01-221-1/+1
|
* add missing binary opcodesAlon Zakai2016-01-211-1/+1
|
* remove sys.exit that surely was not intended to be pushedAlon Zakai2016-01-211-1/+0
|
* Add --help test.JF Bastien2016-01-201-0/+16
|
* Use command-line & waterfall for binaryen-shellJF Bastien2016-01-201-30/+16
|
* further fix for not having vanilla llvm workable locallyAlon Zakai2016-01-201-2/+3
|
* fix non-vanilla llvm testing of wasm-backend testcasesAlon Zakai2016-01-201-6/+7
|
* set LLVM for vanilla llvm, and remove it later, to not confuse normal emccAlon Zakai2016-01-191-5/+10
|
* fix check.py after recent movement of codeAlon Zakai2016-01-181-7/+7
|
* strip rev, removing newlineJF Bastien2016-01-181-2/+2
|
* Detect whether vanilla emcc worksJF Bastien2016-01-181-69/+82
| | | | Only run WASM_BACKEND tests if it does.
* go back to simpler method of getting waterfall in check.py, we'll refactor ↵Alon Zakai2016-01-171-7/+19
| | | | later once the shared api stabilizes
* Fix untar usageJF Bastien2016-01-171-6/+6
|
* try untar() on the base dir, because it doesn't like the full target dirAlon Zakai2016-01-171-1/+1
|
* improve clang checking reportingAlon Zakai2016-01-171-3/+4
|
* update waterfall build dirAlon Zakai2016-01-171-3/+3
|
* improve warnings in check.pyAlon Zakai2016-01-171-5/+10
|
* refactor code to use #117Alon Zakai2016-01-171-20/+12
|
* no need to set env var for emcc if using vanilla llvmAlon Zakai2016-01-171-2/+7
|
* look for node as either nodejs or nodeAlon Zakai2016-01-171-6/+10
|
* print contents of LLVM env varAlon Zakai2016-01-171-1/+1
|
* run vanilla emcc to make sure it's set up properly, if it was never run beforeAlon Zakai2016-01-171-1/+7
|
* make sure a.wasm.js is emitted by the backend testsAlon Zakai2016-01-171-0/+1
|
* mention checking in nodeAlon Zakai2016-01-171-0/+1
|
* use WASM_BACKEND in the env now, per new emscriptenAlon Zakai2016-01-171-14/+18
|
* english grammar fixesAlon Zakai2016-01-171-4/+4
|
* improve warning textAlon Zakai2016-01-171-1/+1
|
* if we can't use the waterfall llvm, avoid it, but warnAlon Zakai2016-01-171-1/+7
|
* improve check.py warningsAlon Zakai2016-01-171-1/+1
|
* set LLVM env var, so emcc can find the waterfall llvm buildAlon Zakai2016-01-171-1/+5
|