summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.imprecise.no-opts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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