summaryrefslogtreecommitdiff
path: root/check.py
Commit message (Expand)AuthorAgeFilesLines
* fix dce bug in non-parallel mode, which happens in debug mode, and add debug ...Alon Zakai2016-07-161-0/+3
* use with-openAlon Zakai2016-07-131-5/+5
* separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t...Alon Zakai2016-07-131-66/+20
* rename binaryen-shell to wasm-shellAlon Zakai2016-07-131-20/+20
* relooper tracing + fixesAlon Zakai2016-07-121-1/+1
* add a tracing option to the c api, which logs out a runnable program from c a...Alon Zakai2016-07-121-9/+25
* update spec tests, and handle some flux in call_indirect in upstreamAlon Zakai2016-07-061-1/+1
* don't do asmjs tests on all wasm.js tests, the one hello world is enoughAlon Zakai2016-06-291-1/+1
* test only c api examples; c++ api is internal and unstable, it is tested by o...Alon Zakai2016-06-211-6/+1
* support -o in binaryen-shell (#592)Alon Zakai2016-06-181-0/+31
* support parse errors in .fail. testsAlon Zakai2016-06-171-1/+1
* Add mode to wasm validator to check for web-environment constraints (#584)Derek Schuff2016-06-141-2/+15
* Use clang from the waterfall (#557)Alon Zakai2016-06-021-1/+9
* Specify version of python interpreter (#547)Sven-Hendrik Haase2016-06-011-1/+1
* allow passes tests with more than one passAlon Zakai2016-05-251-2/+2
* update spec tests, and handle the new .fail. tests (#541)Alon Zakai2016-05-251-3/+14
* add --no-opt testing to asm2wasmAlon Zakai2016-05-191-40/+44
* Allows running check.py on the Mac OSX. (#517)Yury Delendik2016-05-191-1/+6
* spec test updates, and many validation fixesAlon Zakai2016-05-181-1/+1
* Quietly extract the waterfall tarball (#512)Derek Schuff2016-05-171-3/+4
* rename binaryen-c library to binaryen (#458)Alon Zakai2016-05-071-1/+1
* Use more static libraries in the CMake build (#451)Derek Schuff2016-05-071-2/+2
* Use rpath instead of LD_LIBRARY_PATH for shared object use (#448)Derek Schuff2016-05-061-11/+10
* fix breakage on master from #441 (#445)Alon Zakai2016-05-051-1/+6
* Fix LD_LIBRARY_PATH (#441)JF Bastien2016-05-051-1/+1
* [Linker] Make repeated passes over archive members (#440)Derek Schuff2016-05-051-1/+3
* add optimization to c api, and so that we can find all passes in the c api li...Alon Zakai2016-05-051-0/+1
* [Linker] Handle archive filesDerek Schuff2016-05-051-0/+23
* kitchen sink test for c apiAlon Zakai2016-05-031-5/+5
* C API plus testAlon Zakai2016-05-021-15/+27
* add wasm.cpp which does full type detection for blocks, and prepare for full ...Alon Zakai2016-04-291-0/+1
* use ONLY hack only for _only files in test/wasm_backendAlon Zakai2016-04-271-1/+1
* do not ignore stderr in binary format check testsAlon Zakai2016-04-261-3/+3
* Move wasm-linker into its own cpp file (#375)Derek Schuff2016-04-211-1/+1
* update check.py for the wasm default method now being native with binary supportAlon Zakai2016-04-201-5/+2
* Function parallelism (#343)Alon Zakai2016-04-151-1/+1
* refactor check.py to use a run_command method that checks proc return codes, ...Alon Zakai2016-04-141-33/+25
* Generate emscripten dynCall thunks in s2wasm (#342)Derek Schuff2016-04-131-1/+1
* start with passes in check.pyAlon Zakai2016-04-071-13/+13
* Properly align the stack pointerDerek Schuff2016-04-061-2/+3
* add testing for binaryen.jsAlon Zakai2016-04-041-0/+17
* add testing for vanilla llvm + emcc without the hacks, as things are now star...Alon Zakai2016-03-301-11/+13
* use binary_format_check on asm2wasm outputsAlon Zakai2016-03-211-6/+8
* add option for imprecise asm2wasm optsAlon Zakai2016-03-201-35/+39
* improve method namesAlon Zakai2016-03-181-9/+10
* remove some unnecessary testsAlon Zakai2016-03-131-5/+6
* test wasm-binary method on wasm.js testcasesAlon Zakai2016-03-131-2/+2
* use a 32-bit int for break offsets, as it is necessary (e.g. for bigswitch.cpp)Alon Zakai2016-03-131-6/+16
* finish wasm-binary method and update emscriptenAlon Zakai2016-03-121-2/+7
* add optional native wasm checkingAlon Zakai2016-03-121-1/+19