summaryrefslogtreecommitdiff
path: root/test/emcc_hello_world.fromasm.imprecise.no-opts
Commit message (Expand)AuthorAgeFilesLines
* Massive renaming (#1855)Thomas Lively2019-01-071-10236/+10236
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-3/+3
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-2/+2
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-4/+4
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-131-8/+8
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-58/+58
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-90/+90
* handle unsigned float-to-int properly in asm2wasmAlon Zakai (kripken)2017-04-181-1/+1
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-29474/+29474
* stop doing dce in -O0, which was just need temporarily while browsers figure ...Alon Zakai2017-03-061-0/+21
* DCE even in -O0 (#884)Alon Zakai2017-01-191-21/+0
* emit globals before table and memory, because they may use a global for their...Alon Zakai2016-12-301-1/+1
* use tableBase for the table segmentsAlon Zakai2016-12-071-1/+1
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-24/+24
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-533/+533
* don't create an unnecessary duplicate block in asm2wasm switches, when there ...Alon Zakai2016-10-031-4832/+4822
* 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-84/+84
* memory and table printing fixesAlon Zakai2016-09-201-4/+2
* globals mutability fixesAlon Zakai2016-09-191-31/+38
* block signaturesAlon Zakai2016-09-161-6/+6
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-113/+113
* enable udivmoddi4 opts in asm2wasmAlon Zakai2016-09-081-1278/+36
* autodrop if body if no elseAlon Zakai2016-09-071-40/+60
* new export syntax in spec repoAlon Zakai2016-09-071-23/+23
* new import syntax in spec repoAlon Zakai2016-09-071-29/+29
* import memoryBase and tableBaseAlon Zakai2016-09-071-0/+2
* import tableAlon Zakai2016-09-071-0/+1
* import memory #684Alon Zakai2016-09-071-1/+1
* run vacuum again after autodrop in asm2wasm, if optimizingAlon Zakai2016-09-071-65/+160
* use globals in asm2wasmAlon Zakai2016-09-071-443/+197
* export kindsAlon Zakai2016-09-071-1/+1
* add a drop for final elements in blocks if they are not usedAlon Zakai2016-09-071-33/+47
* don't depend on order of operations in calls, it varies by compilerAlon Zakai2016-09-071-163/+163
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-9141/+9287
* call_indirect now has the target at the endAlon Zakai2016-09-071-20/+20
* add drop and tee expressionsAlon Zakai2016-09-071-201/+225
* offset support in tableAlon Zakai2016-08-151-1/+1
* support function table initial and max sizes, and new printing formatAlon Zakai2016-08-121-1/+2
* add --no-opt testing to asm2wasmAlon Zakai2016-05-191-0/+32756