summaryrefslogtreecommitdiff
path: root/test/two_sides.fromasm
Commit message (Expand)AuthorAgeFilesLines
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-2/+2
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-2/+2
* Stack IR (#1623)Alon Zakai2018-07-301-1/+1
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-3/+1
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-1/+1
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-1/+1
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-54/+54
* if we see no asm.js function tables, the table size is 0Alon Zakai2016-10-111-1/+1
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-1/+1
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* Type check block/loop/if sigs (#717)Alon Zakai2016-09-281-1/+1
* memory and table printing fixesAlon Zakai2016-09-201-3/+2
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-2/+2
* new export syntax in spec repoAlon Zakai2016-09-071-1/+1
* new import syntax in spec repoAlon Zakai2016-09-071-5/+5
* import memoryBase and tableBaseAlon Zakai2016-09-071-2/+3
* import tableAlon Zakai2016-09-071-0/+1
* import memory #684Alon Zakai2016-09-071-1/+1
* add asm2wasm option to import a mem init fileAlon Zakai2016-09-071-0/+2
* export kindsAlon Zakai2016-09-071-1/+1
* add drop and tee expressionsAlon Zakai2016-09-071-2/+2
* dead code elimination pass (#536)Alon Zakai2016-05-221-35/+30
* add cfg-building traversal and a pass to coalesce locals using itAlon Zakai2016-05-151-45/+37
* optimize returns that flow outAlon Zakai2016-04-251-3/+1
* track individual locals in EffectAnalyzerAlon Zakai2016-04-111-44/+38
* update testsAlon Zakai2016-04-071-40/+36
* optimize if-eqzAlon Zakai2016-04-061-9/+7
* use eqz in asm2wasmAlon Zakai2016-03-211-2/+1
* add explicit memory export supportAlon Zakai2016-03-151-0/+1
* Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-091-1/+1
* update if parsing to new spec rulesAlon Zakai2016-03-071-1/+1
* use Return in asm2wasmAlon Zakai2016-02-011-0/+9
* refactor FunctionType to always be accessed from the Module's central store, ...Alon Zakai2016-01-111-0/+1
* use simplify-locals by defaultAlon Zakai2016-01-091-2/+0
* RemoveUnneededBrs: remove all code in a block after a breakAlon Zakai2016-01-081-58/+53
* improve RemoveUnusedBrs: unify an if-else's brs into one br outsideAlon Zakai2016-01-081-53/+51
* add a testcaseAlon Zakai2016-01-081-0/+85