summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.imprecise.no-opts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Alon Zakai2016-09-091-0/+43
| | | | coalesce-locals
* 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 ↵Alon Zakai2016-09-071-14/+52
| | | | whose return value is polymorphic
* 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 ↵Alon Zakai2016-09-071-67/+51
| | | | contents
* set type of calls to their target, instead of the previous behavior where ↵Alon Zakai2016-09-071-0/+25
| | | | the asm.js context informed us. this lets us add drops where necessary
* 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
| | | | (#556)
* 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 ↵Alon Zakai2016-05-221-0/+15
| | | | the full asm global info we have (#535)
* add --no-opt testing to asm2wasmAlon Zakai2016-05-191-0/+571