Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build cleanups (#385) | Alon Zakai | 2016-04-24 | 1 | -17/+0 |
| | |||||
* | update wasm.js | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | update wasm.js | Alon Zakai | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | optimize if-eqz | Alon Zakai | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | refactor shell interface into its own file | Alon Zakai | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | add simpler constructor for SExpressionWasmBuilder | Alon Zakai | 2016-04-04 | 1 | -2/+4 |
| | |||||
* | wasm.js glue integration is now added by emscripten as a pre-js, so it's ↵ | Alon Zakai | 2016-03-04 | 1 | -1/+0 |
| | | | | optimized with the rest of the code, and not as part of the wasm.js executable | ||||
* | update wasm.js build | Alon Zakai | 2016-02-21 | 1 | -1/+1 |
| | |||||
* | update build.sh | Alon Zakai | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | update wasm.js | Alon Zakai | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
| * | 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 |
| | | | | This is an offshoot from #54 which will use the buildbot output to run tests. | ||||
* | 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 ↵ | Alon Zakai | 2015-11-28 | 1 | -1/+1 |
| | | | | mem init that wasm provides | ||||
* | 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 |
| |