| Commit message (Expand) | Author | Age | Files | Lines |
* | update build.sh | Alon Zakai | 2016-01-11 | 1 | -1/+1 |
* | use simplify-locals by default | Alon Zakai | 2016-01-09 | 1 | -2/+1 |
* | start work on SimplifyLocals | Alon Zakai | 2016-01-09 | 1 | -1/+2 |
* | make build.sh use cmake as much as possible | Alon Zakai | 2016-01-05 | 1 | -8/+11 |
* | Merge pull request #65 from mbebenita/fix-build-sh | Alon Zakai | 2016-01-05 | 1 | -1/+1 |
|\ |
|
| * | Fix build.sh script. | Michael Bebenita | 2016-01-05 | 1 | -1/+1 |
* | | MergeBlocks #32 | Alon Zakai | 2016-01-05 | 1 | -3/+3 |
|/ |
|
* | RemoveUnusedBrs #32 | Alon Zakai | 2016-01-05 | 1 | -2/+2 |
* | update build.sh | Alon Zakai | 2016-01-04 | 1 | -2/+2 |
* | run RemoveUnusedNames in asm2wasm | Alon Zakai | 2016-01-04 | 1 | -1/+1 |
* | add RemoveUnusedNames pass | Alon Zakai | 2016-01-04 | 1 | -1/+1 |
* | Create update.py | JF Bastien | 2015-12-31 | 1 | -4/+1 |
* | update build.sh | Alon Zakai | 2015-12-24 | 1 | -5/+6 |
* | use concrete list of passes in build.sh | Alon Zakai | 2015-12-21 | 1 | -1/+1 |
* | rename post.js as we will have other js components | Alon Zakai | 2015-12-21 | 1 | -1/+1 |
* | Update git submodules while running build.sh | Ying Ruei Liang (KK) | 2015-12-18 | 1 | -1/+4 |
* | process on s2wasm, and first working testcase | Alon Zakai | 2015-12-10 | 1 | -0/+2 |
* | start building wasm2asm | Alon Zakai | 2015-12-04 | 1 | -2/+2 |
* | start on wasm2asm tool | Alon Zakai | 2015-12-03 | 1 | -0/+2 |
* | when using native wasm support, we need to merge the written data with the me... | Alon Zakai | 2015-11-28 | 1 | -1/+1 |
* | return to optimized builds | Alon Zakai | 2015-11-22 | 1 | -2/+2 |
* | special-case floor and sqrt in asm.js, which are overloaded on float/double | Alon Zakai | 2015-11-22 | 1 | -2/+2 |
* | minified wasm.js build | Alon Zakai | 2015-11-20 | 1 | -1/+1 |
* | -Oz for wasm.js | Alon Zakai | 2015-11-20 | 1 | -1/+1 |
* | clean up + coercion handling code, and make it work on +HEAPF32 | Alon Zakai | 2015-11-18 | 1 | -1/+1 |
* | adjust build params | Alon Zakai | 2015-11-16 | 1 | -1/+1 |
* | use memory growth in wasm.js, as some codebases are very large | Alon Zakai | 2015-11-16 | 1 | -1/+1 |
* | update build flags | Alon Zakai | 2015-11-15 | 1 | -3/+3 |
* | pass support | Alon Zakai | 2015-11-13 | 1 | -1/+1 |
* | use sse2 for math | Alon Zakai | 2015-11-13 | 1 | -1/+1 |
* | add simple example | Alon Zakai | 2015-11-11 | 1 | -3/+3 |
* | argument handling in shell | Alon Zakai | 2015-11-11 | 1 | -2/+2 |
* | enable g++ again for wasm-shell, looks ok | Alon Zakai | 2015-11-11 | 1 | -1/+1 |
* | update tests, and update shift behavior for latest changes | Alon Zakai | 2015-11-10 | 1 | -1/+1 |
* | restructure code, put emscripten-optimizer stuff in its own dir | Alon Zakai | 2015-11-09 | 1 | -3/+3 |
* | fix print, and add imports test | Alon Zakai | 2015-11-05 | 1 | -1/+1 |
* | 64-bit popcnt | Alon Zakai | 2015-11-05 | 1 | -1/+1 |
* | build wasm-shell | Alon Zakai | 2015-11-04 | 1 | -0/+2 |
* | abort on switches, for now | Alon Zakai | 2015-11-02 | 1 | -1/+1 |
* | asserts in wasm.js | Alon Zakai | 2015-11-01 | 1 | -1/+1 |
* | better error on bad # of params | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
* | optimize builds | Alon Zakai | 2015-10-31 | 1 | -2/+2 |
* | fix interpreter bugs in binary and compare; working add test in wasm polyfill | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
* | interpreter debugging, and fix visitBreak | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
* | polyfill fixes: more memory by default, and a type correction | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
* | optimize emscripten builds | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
* | polyfill fixes | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
* | progress on wasm.js communication | Alon Zakai | 2015-10-31 | 1 | -1/+2 |
* | start to sketch out interpreter/js | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
* | start to build interpreter/js | Alon Zakai | 2015-10-31 | 1 | -0/+3 |