summaryrefslogtreecommitdiff
path: root/src/wasm2asm.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the license headersJF Bastien2015-12-211-1/+15
* remove Label, which was removed from the specAlon Zakai2015-12-181-6/+0
* update commentsAlon Zakai2015-12-071-2/+1
* remove old commentAlon Zakai2015-12-071-1/+1
* remove more unneeded codeAlon Zakai2015-12-071-33/+2
* update commentsAlon Zakai2015-12-071-2/+0
* remove old codeAlon Zakai2015-12-071-14/+0
* fix numeric names in wasm2asmAlon Zakai2015-12-071-3/+9
* import Math.clz32Alon Zakai2015-12-071-0/+1
* fix sign-aware div/modAlon Zakai2015-12-071-4/+4
* fix double mulAlon Zakai2015-12-071-1/+7
* fix double eq and neAlon Zakai2015-12-071-2/+14
* fix vector of scoped tempsAlon Zakai2015-12-071-11/+15
* import Math.abs in wasm2asm outputAlon Zakai2015-12-071-0/+1
* fix signed int-to-doubleAlon Zakai2015-12-071-1/+1
* assume flattened imports in wasm2asm outputAlon Zakai2015-12-071-1/+2
* emit Math.fround in wasm2asmAlon Zakai2015-12-071-0/+1
* emit exports in wasm2asmAlon Zakai2015-12-071-1/+10
* emit asm function tables in wasm2asmAlon Zakai2015-12-071-0/+35
* handle imports in wasm2asmAlon Zakai2015-12-071-0/+16
* import Math.imulAlon Zakai2015-12-071-14/+30
* use Math.imul in wasm2asmAlon Zakai2015-12-071-1/+1
* emit function table calls in wasm2asmAlon Zakai2015-12-071-2/+25
* coerce returns in wasm2asmAlon Zakai2015-12-061-2/+2
* sign eq and ne in wasm2asmAlon Zakai2015-12-061-2/+2
* coerce loads in wasm2asmAlon Zakai2015-12-061-5/+8
* emit heap views in wasm2asmAlon Zakai2015-12-061-0/+34
* emit 'use asm' in wasm2asmAlon Zakai2015-12-061-0/+1
* handle nested blocks with returns in wasm2asmAlon Zakai2015-12-061-6/+1
* ensure if branches are statementsAlon Zakai2015-12-061-2/+2
* fix if_else return value in wasm2asmAlon Zakai2015-12-061-3/+3
* fix do-while labelAlon Zakai2015-12-051-2/+3
* avoid unnecessary returnAlon Zakai2015-12-051-1/+5
* use flattenAppend in the top level of functionsAlon Zakai2015-12-051-13/+16
* handle negative zero in wasm2asmAlon Zakai2015-12-051-2/+11
* fix wasm2asm switchAlon Zakai2015-12-051-2/+2
* flattenAppendAlon Zakai2015-12-051-21/+25
* use visitAndAssign in more placesAlon Zakai2015-12-051-3/+3
* fix binary in wasm2asmAlon Zakai2015-12-051-7/+2
* coerce call arguments in wasm2asmAlon Zakai2015-12-051-3/+3
* start to fix up invalid names for js in wasm2asmAlon Zakai2015-12-051-1/+12
* call coercions in wasm2asmAlon Zakai2015-12-051-5/+6
* flatten out blocks in wasm2asmAlon Zakai2015-12-051-2/+9
* use breakResults in breakAlon Zakai2015-12-051-1/+1
* fix signing in wasm2asm comparisonsAlon Zakai2015-12-051-14/+14
* fix asm doubles in wasm2asmAlon Zakai2015-12-051-1/+1
* fix DemoteFloat64 in wasm2asmAlon Zakai2015-12-051-1/+1
* refactor call and add callIndirect in wasm2asmAlon Zakai2015-12-051-14/+31
* switch in wasm2asmAlon Zakai2015-12-051-1/+27
* more unaries in wasm2asmAlon Zakai2015-12-041-1/+4