summaryrefslogtreecommitdiff
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* build cleanups (#385)Alon Zakai2016-04-241-17/+0
|
* update wasm.jsAlon Zakai2016-04-181-1/+1
|
* update wasm.jsAlon Zakai2016-04-071-2/+2
|
* optimize if-eqzAlon Zakai2016-04-061-1/+1
|
* refactor shell interface into its own fileAlon Zakai2016-04-041-1/+1
|
* add simpler constructor for SExpressionWasmBuilderAlon Zakai2016-04-041-2/+4
|
* wasm.js glue integration is now added by emscripten as a pre-js, so it's ↵Alon Zakai2016-03-041-1/+0
| | | | optimized with the rest of the code, and not as part of the wasm.js executable
* update wasm.js buildAlon Zakai2016-02-211-1/+1
|
* update build.shAlon Zakai2016-02-191-1/+1
|
* update wasm.jsAlon Zakai2016-02-081-1/+1
|
* 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.
| * 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
| | | | This is an offshoot from #54 which will use the buildbot output to run tests.
* 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 ↵Alon Zakai2015-11-281-1/+1
| | | | mem init that wasm provides
* 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
|