summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.imprecise.no-opts
Commit message (Expand)AuthorAgeFilesLines
* 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
* set type of calls to their target, instead of the previous behavior where the...Alon Zakai2016-09-071-0/+25
* use globals in asm2wasmAlon Zakai2016-09-071-21/+13
* export kindsAlon Zakai2016-09-071-1/+1
* add a drop for final elements in blocks if they are not usedAlon Zakai2016-09-071-10/+22
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-63/+77
* call_indirect now has the target at the endAlon Zakai2016-09-071-3/+3
* add drop and tee expressionsAlon Zakai2016-09-071-70/+156
* 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
* handle param overloading in asm2wasm ffis (#629)Alon Zakai2016-07-121-4/+15
* fix br_if with value optimization in remove-unused-brsAlon Zakai2016-06-111-0/+24
* if we use the zero-init value of a local, we cannot coalesce it with a param ...Alon Zakai2016-06-011-0/+28
* handle duplicate exports in asm2wasmAlon Zakai2016-05-311-0/+7
* move blocks outside in merge-blocks so that they can be merged laterAlon Zakai2016-05-241-2/+111
* don't depend on asm.js type detection in binary formation in asm2wasm, use th...Alon Zakai2016-05-221-0/+15
* add --no-opt testing to asm2wasmAlon Zakai2016-05-191-0/+571