summaryrefslogtreecommitdiff
path: root/build.sh
Commit message (Expand)AuthorAgeFilesLines
* update build.shAlon Zakai2016-01-111-1/+1
* use simplify-locals by defaultAlon Zakai2016-01-091-2/+1
* start work on SimplifyLocalsAlon Zakai2016-01-091-1/+2
* make build.sh use cmake as much as possibleAlon Zakai2016-01-051-8/+11
* Merge pull request #65 from mbebenita/fix-build-shAlon Zakai2016-01-051-1/+1
|\
| * Fix build.sh script.Michael Bebenita2016-01-051-1/+1
* | MergeBlocks #32Alon Zakai2016-01-051-3/+3
|/
* RemoveUnusedBrs #32Alon Zakai2016-01-051-2/+2
* update build.shAlon Zakai2016-01-041-2/+2
* run RemoveUnusedNames in asm2wasmAlon Zakai2016-01-041-1/+1
* add RemoveUnusedNames passAlon Zakai2016-01-041-1/+1
* Create update.pyJF Bastien2015-12-311-4/+1
* update build.shAlon Zakai2015-12-241-5/+6
* use concrete list of passes in build.shAlon Zakai2015-12-211-1/+1
* rename post.js as we will have other js componentsAlon Zakai2015-12-211-1/+1
* Update git submodules while running build.shYing Ruei Liang (KK)2015-12-181-1/+4
* process on s2wasm, and first working testcaseAlon Zakai2015-12-101-0/+2
* start building wasm2asmAlon Zakai2015-12-041-2/+2
* start on wasm2asm toolAlon Zakai2015-12-031-0/+2
* when using native wasm support, we need to merge the written data with the me...Alon Zakai2015-11-281-1/+1
* return to optimized buildsAlon Zakai2015-11-221-2/+2
* special-case floor and sqrt in asm.js, which are overloaded on float/doubleAlon Zakai2015-11-221-2/+2
* minified wasm.js buildAlon Zakai2015-11-201-1/+1
* -Oz for wasm.jsAlon Zakai2015-11-201-1/+1
* clean up + coercion handling code, and make it work on +HEAPF32Alon Zakai2015-11-181-1/+1
* adjust build paramsAlon Zakai2015-11-161-1/+1
* use memory growth in wasm.js, as some codebases are very largeAlon Zakai2015-11-161-1/+1
* update build flagsAlon Zakai2015-11-151-3/+3
* pass supportAlon Zakai2015-11-131-1/+1
* use sse2 for mathAlon Zakai2015-11-131-1/+1
* add simple exampleAlon Zakai2015-11-111-3/+3
* argument handling in shellAlon Zakai2015-11-111-2/+2
* enable g++ again for wasm-shell, looks okAlon Zakai2015-11-111-1/+1
* update tests, and update shift behavior for latest changesAlon Zakai2015-11-101-1/+1
* restructure code, put emscripten-optimizer stuff in its own dirAlon Zakai2015-11-091-3/+3
* fix print, and add imports testAlon Zakai2015-11-051-1/+1
* 64-bit popcntAlon Zakai2015-11-051-1/+1
* build wasm-shellAlon Zakai2015-11-041-0/+2
* abort on switches, for nowAlon Zakai2015-11-021-1/+1
* asserts in wasm.jsAlon Zakai2015-11-011-1/+1
* better error on bad # of paramsAlon Zakai2015-10-311-1/+1
* optimize buildsAlon Zakai2015-10-311-2/+2
* fix interpreter bugs in binary and compare; working add test in wasm polyfillAlon Zakai2015-10-311-1/+1
* interpreter debugging, and fix visitBreakAlon Zakai2015-10-311-1/+1
* polyfill fixes: more memory by default, and a type correctionAlon Zakai2015-10-311-1/+1
* optimize emscripten buildsAlon Zakai2015-10-311-1/+1
* polyfill fixesAlon Zakai2015-10-311-1/+1
* progress on wasm.js communicationAlon Zakai2015-10-311-1/+2
* start to sketch out interpreter/jsAlon Zakai2015-10-311-1/+1
* start to build interpreter/jsAlon Zakai2015-10-311-0/+3