summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
Commit message (Expand)AuthorAgeFilesLines
...
* test fixesAlon Zakai2016-05-131-2/+1
* remove wasm2asm stuff from auto_update_testsAlon Zakai2016-05-131-7/+0
* 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/+11
* fix breakage on master from #441 (#445)Alon Zakai2016-05-051-1/+5
* Fix LD_LIBRARY_PATH (#441)JF Bastien2016-05-051-1/+1
* add optimization to c api, and so that we can find all passes in the c api li...Alon Zakai2016-05-051-0/+2
* Harmonize the internal opcodes with the binary format (#433)Alon Zakai2016-05-031-12/+25
* disable wasm2asm tests in auto_update_tests.py as well, not just in check.pyAlon Zakai2016-04-181-0/+2
* Generate emscripten dynCall thunks in s2wasm (#342)Derek Schuff2016-04-131-1/+1
* Properly align the stack pointerDerek Schuff2016-04-061-1/+2
* add option for imprecise asm2wasm optsAlon Zakai2016-03-201-3/+9
* Whitespace removal.Michael2016-02-221-0/+4
* Bug fix and adds printing / parsing tests.Michael2016-02-221-0/+9
* remove --print-before and --print-after flags, since we now have --printAlon Zakai2016-02-171-1/+1
* update auto updaterAlon Zakai2016-02-171-1/+5
* add example testcases to auto-updater, and update itAlon Zakai2016-02-171-0/+11
* remove wast => wast operation in auto_update_tests.py, as it breaks when the ...Alon Zakai2016-02-081-9/+0
* auto-update: pass --start when neededJF Bastien2016-02-051-2/+4
* add I32ReinterpretF32 in binary format, for nowAlon Zakai2016-01-221-1/+1
* update auto updaterAlon Zakai2016-01-211-12/+3
* add expected outputs from text->binary->text testAlon Zakai2016-01-141-0/+18
* simplify print output in passes testsAlon Zakai2016-01-081-1/+1
* update auto_update_tests.pyAlon Zakai2016-01-061-12/+11
* implement a temporary hack for __stack_pointerAlon Zakai2015-12-261-1/+1
* finish updating .s testsAlon Zakai2015-12-251-1/+1
* s2wasm const parsing fixesAlon Zakai2015-12-231-1/+1
* improve auto updaterAlon Zakai2015-12-211-1/+3
* add first spec test for wasm2asmAlon Zakai2015-12-211-0/+9
* update testsAlon Zakai2015-12-181-6/+19
* update .s testsAlon Zakai2015-12-151-1/+3
* add memops .s benchmarkAlon Zakai2015-12-151-1/+1
* start to emit metadata from s2wasmAlon Zakai2015-12-141-1/+1
* relocation.s now worksAlon Zakai2015-12-141-1/+1
* parse switch in s2wasmAlon Zakai2015-12-141-1/+1
* handle more loop/block combos in s2wasm, and update more test outputsAlon Zakai2015-12-141-1/+1
* scan function result types in s2wasmAlon Zakai2015-12-121-1/+1
* disable switch.s which looks nonstandardAlon Zakai2015-12-121-1/+1
* fix s2wasm loadAlon Zakai2015-12-121-1/+1
* copy_localAlon Zakai2015-12-121-1/+1
* cpus.sAlon Zakai2015-12-121-1/+1
* many more ops in s2wasmAlon Zakai2015-12-121-1/+1
* more comparisons .sesAlon Zakai2015-12-121-1/+1
* float comparisons and another .sAlon Zakai2015-12-121-1/+1
* add cfg-stackify.sAlon Zakai2015-12-121-1/+1
* add call.sAlon Zakai2015-12-121-2/+5
* fix block handling in s2wasmAlon Zakai2015-12-111-0/+8
* add wasm2asm to auto_update_tests.pyAlon Zakai2015-12-051-0/+7
* fix case printingAlon Zakai2015-11-221-2/+0
* improve auto updaterAlon Zakai2015-11-161-0/+10