| Commit message (Expand) | Author | Age | Files | Lines |
* | fix dce bug in non-parallel mode, which happens in debug mode, and add debug ... | Alon Zakai | 2016-07-16 | 1 | -0/+3 |
* | use with-open | Alon Zakai | 2016-07-13 | 1 | -5/+5 |
* | separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t... | Alon Zakai | 2016-07-13 | 1 | -66/+20 |
* | rename binaryen-shell to wasm-shell | Alon Zakai | 2016-07-13 | 1 | -20/+20 |
* | relooper tracing + fixes | Alon Zakai | 2016-07-12 | 1 | -1/+1 |
* | add a tracing option to the c api, which logs out a runnable program from c a... | Alon Zakai | 2016-07-12 | 1 | -9/+25 |
* | update spec tests, and handle some flux in call_indirect in upstream | Alon Zakai | 2016-07-06 | 1 | -1/+1 |
* | don't do asmjs tests on all wasm.js tests, the one hello world is enough | Alon Zakai | 2016-06-29 | 1 | -1/+1 |
* | test only c api examples; c++ api is internal and unstable, it is tested by o... | Alon Zakai | 2016-06-21 | 1 | -6/+1 |
* | support -o in binaryen-shell (#592) | Alon Zakai | 2016-06-18 | 1 | -0/+31 |
* | support parse errors in .fail. tests | Alon Zakai | 2016-06-17 | 1 | -1/+1 |
* | Add mode to wasm validator to check for web-environment constraints (#584) | Derek Schuff | 2016-06-14 | 1 | -2/+15 |
* | Use clang from the waterfall (#557) | Alon Zakai | 2016-06-02 | 1 | -1/+9 |
* | Specify version of python interpreter (#547) | Sven-Hendrik Haase | 2016-06-01 | 1 | -1/+1 |
* | allow passes tests with more than one pass | Alon Zakai | 2016-05-25 | 1 | -2/+2 |
* | update spec tests, and handle the new .fail. tests (#541) | Alon Zakai | 2016-05-25 | 1 | -3/+14 |
* | add --no-opt testing to asm2wasm | Alon Zakai | 2016-05-19 | 1 | -40/+44 |
* | Allows running check.py on the Mac OSX. (#517) | Yury Delendik | 2016-05-19 | 1 | -1/+6 |
* | spec test updates, and many validation fixes | Alon Zakai | 2016-05-18 | 1 | -1/+1 |
* | Quietly extract the waterfall tarball (#512) | Derek Schuff | 2016-05-17 | 1 | -3/+4 |
* | rename binaryen-c library to binaryen (#458) | Alon Zakai | 2016-05-07 | 1 | -1/+1 |
* | Use more static libraries in the CMake build (#451) | Derek Schuff | 2016-05-07 | 1 | -2/+2 |
* | Use rpath instead of LD_LIBRARY_PATH for shared object use (#448) | Derek Schuff | 2016-05-06 | 1 | -11/+10 |
* | fix breakage on master from #441 (#445) | Alon Zakai | 2016-05-05 | 1 | -1/+6 |
* | Fix LD_LIBRARY_PATH (#441) | JF Bastien | 2016-05-05 | 1 | -1/+1 |
* | [Linker] Make repeated passes over archive members (#440) | Derek Schuff | 2016-05-05 | 1 | -1/+3 |
* | add optimization to c api, and so that we can find all passes in the c api li... | Alon Zakai | 2016-05-05 | 1 | -0/+1 |
* | [Linker] Handle archive files | Derek Schuff | 2016-05-05 | 1 | -0/+23 |
* | kitchen sink test for c api | Alon Zakai | 2016-05-03 | 1 | -5/+5 |
* | C API plus test | Alon Zakai | 2016-05-02 | 1 | -15/+27 |
* | add wasm.cpp which does full type detection for blocks, and prepare for full ... | Alon Zakai | 2016-04-29 | 1 | -0/+1 |
* | use ONLY hack only for _only files in test/wasm_backend | Alon Zakai | 2016-04-27 | 1 | -1/+1 |
* | do not ignore stderr in binary format check tests | Alon Zakai | 2016-04-26 | 1 | -3/+3 |
* | Move wasm-linker into its own cpp file (#375) | Derek Schuff | 2016-04-21 | 1 | -1/+1 |
* | update check.py for the wasm default method now being native with binary support | Alon Zakai | 2016-04-20 | 1 | -5/+2 |
* | Function parallelism (#343) | Alon Zakai | 2016-04-15 | 1 | -1/+1 |
* | refactor check.py to use a run_command method that checks proc return codes, ... | Alon Zakai | 2016-04-14 | 1 | -33/+25 |
* | Generate emscripten dynCall thunks in s2wasm (#342) | Derek Schuff | 2016-04-13 | 1 | -1/+1 |
* | start with passes in check.py | Alon Zakai | 2016-04-07 | 1 | -13/+13 |
* | Properly align the stack pointer | Derek Schuff | 2016-04-06 | 1 | -2/+3 |
* | add testing for binaryen.js | Alon Zakai | 2016-04-04 | 1 | -0/+17 |
* | add testing for vanilla llvm + emcc without the hacks, as things are now star... | Alon Zakai | 2016-03-30 | 1 | -11/+13 |
* | use binary_format_check on asm2wasm outputs | Alon Zakai | 2016-03-21 | 1 | -6/+8 |
* | add option for imprecise asm2wasm opts | Alon Zakai | 2016-03-20 | 1 | -35/+39 |
* | improve method names | Alon Zakai | 2016-03-18 | 1 | -9/+10 |
* | remove some unnecessary tests | Alon Zakai | 2016-03-13 | 1 | -5/+6 |
* | test wasm-binary method on wasm.js testcases | Alon Zakai | 2016-03-13 | 1 | -2/+2 |
* | use a 32-bit int for break offsets, as it is necessary (e.g. for bigswitch.cpp) | Alon Zakai | 2016-03-13 | 1 | -6/+16 |
* | finish wasm-binary method and update emscripten | Alon Zakai | 2016-03-12 | 1 | -2/+7 |
* | add optional native wasm checking | Alon Zakai | 2016-03-12 | 1 | -1/+19 |