summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.imprecise.no-opts
Commit message (Expand)AuthorAgeFilesLines
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-1755/+1755
* stop doing dce in -O0, which was just need temporarily while browsers figure ...Alon Zakai2017-03-061-0/+6
* add sqrt test (#912)Alon Zakai2017-02-161-0/+24
* DCE even in -O0 (#884)Alon Zakai2017-01-191-6/+0
* emit globals before table and memory, because they may use a global for their...Alon Zakai2016-12-301-1/+1
* lower min and max in asm2wasm in wasm f*.min/maxAlon Zakai2016-12-071-0/+30
* make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffisAlon Zakai2016-12-071-3/+43
* convert ftCall_* and mftCall_* into table callsAlon Zakai2016-12-071-0/+18
* support asm.js numeric exports by creating a global and exporting thatAlon Zakai2016-12-071-0/+2
* use tableBase for the table segmentsAlon Zakai2016-12-071-1/+1
* support assigns of f32 to HEAP64 in asm2wasm (#830)Alon Zakai2016-11-071-0/+11
* handle a label setting inside the if-body of a label value in RelooperJumpThr...Alon Zakai2016-11-061-0/+72
* Fixes fround of an unsigned integer (#821)Alon Zakai2016-11-041-0/+14
* fix large f32 consts, fixes #817 (#820)Alon Zakai2016-11-011-0/+5
* Optimize out bool & 1 (#804)Alon Zakai2016-10-251-6/+14
* run remove-unused-functions by defaultAlon Zakai2016-10-141-0/+39
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-3/+3
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-75/+75
* don't create an unnecessary duplicate block in asm2wasm switches, when there ...Alon Zakai2016-10-031-71/+63
* 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-2/+2
* optimize if(const)Alon Zakai2016-09-241-6/+6
* precompute void expressions tooAlon Zakai2016-09-241-2/+2
* replace two drops in an if-else with one on the ifAlon Zakai2016-09-231-0/+19
* autoDrop fixAlon Zakai2016-09-231-18/+38
* memory and table printing fixesAlon Zakai2016-09-201-4/+2
* globals mutability fixesAlon Zakai2016-09-191-7/+12
* block signaturesAlon Zakai2016-09-161-20/+20
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-39/+39
* drop if-else arms as necessaryAlon Zakai2016-09-131-2/+46
* update br type when turning it into a br_if in remove-unused-brsAlon Zakai2016-09-131-0/+28
* thread relooper jumpsAlon Zakai2016-09-121-36/+276
* run another optimize-expressions at the end of asm2wasmAlon Zakai2016-09-101-0/+60
* sort locals by number of total copiesAlon Zakai2016-09-101-0/+54
* take into account removed copies even when number of locals is the same, in c...Alon Zakai2016-09-091-0/+43
* autodrop if body if no elseAlon Zakai2016-09-071-2/+14
* add a testAlon Zakai2016-09-071-0/+8
* track globals in EffectAnalyzerAlon Zakai2016-09-071-0/+35
* optimize loads+shifts into signed loadsAlon Zakai2016-09-071-0/+90
* new export syntax in spec repoAlon Zakai2016-09-071-2/+2
* new import syntax in spec repoAlon Zakai2016-09-071-13/+13
* Add a ReFinalize helper, and use that to properly handle asm.js imports whose...Alon Zakai2016-09-071-14/+52
* support HEAP8[x | 0| notation in asm2wasmAlon Zakai2016-09-071-0/+7
* import memoryBase and tableBaseAlon Zakai2016-09-071-0/+2
* import tableAlon Zakai2016-09-071-0/+1
* import memory #684Alon Zakai2016-09-071-1/+1
* when replacing an if with its condition (when it has no body), we must drop itAlon Zakai2016-09-071-0/+21
* add a test for loop finalizationAlon Zakai2016-09-071-0/+25
* run vacuum again after autodrop in asm2wasm, if optimizingAlon Zakai2016-09-071-0/+37
* fix AutoDrop block handling - the block type might change as we modify its co...Alon Zakai2016-09-071-67/+51