summaryrefslogtreecommitdiff
path: root/src/asm2wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactoringAlon Zakai2015-10-311-1123/+0
* getlocal/setlocal in interpreterAlon Zakai2015-10-301-2/+2
* refactoringAlon Zakai2015-10-301-3/+2
* refactorings and begin interpreterAlon Zakai2015-10-301-147/+0
* refactoringAlon Zakai2015-10-301-23/+26
* handle aliasing local and globalAlon Zakai2015-10-301-5/+5
* fix logical notAlon Zakai2015-10-301-0/+2
* fix double comparesAlon Zakai2015-10-301-0/+2
* cleanupsAlon Zakai2015-10-301-64/+64
* handle minified function tablesAlon Zakai2015-10-301-16/+7
* fix type detection of globalsAlon Zakai2015-10-301-12/+32
* parse large negative literals properlyAlon Zakai2015-10-301-5/+13
* nop imports; all tests passAlon Zakai2015-10-291-0/+8
* clzAlon Zakai2015-10-291-5/+22
* fix large int constantsAlon Zakai2015-10-291-8/+1
* double fixesAlon Zakai2015-10-291-5/+11
* fix conditional typeAlon Zakai2015-10-291-0/+1
* don't emit empty blocksAlon Zakai2015-10-291-2/+10
* fix ConvertAlon Zakai2015-10-291-1/+1
* use NopAlon Zakai2015-10-291-3/+6
* ignore switches for nowAlon Zakai2015-10-291-0/+6
* optimize away trivial blocksAlon Zakai2015-10-291-1/+189
* support emcc --separate-asm outputAlon Zakai2015-10-291-4/+15
* support 'almost asm'Alon Zakai2015-10-291-1/+1
* asm2wasm updatesAlon Zakai2015-10-291-14/+12
* import emscripten bitsAlon Zakai2015-10-291-0/+1006