summaryrefslogtreecommitdiff
path: root/test/passes/simplify-locals.wast
Commit message (Expand)AuthorAgeFilesLines
* Properly handle optimizing out a set from inside the value of another set in ...Alon Zakai2019-04-291-0/+29
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-1657/+0
* Bulk memory side effects (#1998)Thomas Lively2019-04-111-0/+109
* Optimize away sets of the same local (#1940)Alon Zakai2019-03-071-0/+31
* Massive renaming (#1855)Thomas Lively2019-01-071-381/+381
* Properly optimize loop values (#1800)Alon Zakai2018-12-051-0/+70
* Speculate in simplify-locals that it is worth turning an if intoAlon Zakai (kripken)2018-12-041-0/+203
* Improve local-cse (#1594)Alon Zakai2018-06-081-1/+0
* Fix optimizing equivalent locals bug introduced in #1540 (#1556)Alon Zakai2018-05-171-0/+15
* Optimize equivalent locals (#1540)Alon Zakai2018-05-101-0/+98
* Fix some fuzz bugs (#1528)Alon Zakai2018-05-011-0/+32
* Generate loop return values in optimizer (#1527)Alon Zakai2018-05-011-0/+19
* More simplify-locals opts (#1526)Alon Zakai2018-05-011-0/+91
* fix simplify-locals bug where we create a br_if value, which is dangerous if ...Alon Zakai2017-10-111-0/+47
* Update text syntax for shared memory limits (#1197)Derek Schuff2017-09-221-1/+1
* set the type of a set_local properly when it is unreachableAlon Zakai2017-08-251-1/+12
* Optimizer support for atomic instructions (#1094)Derek Schuff2017-07-211-0/+58
* changing a set to a tee or vice versa needs to take into account the value ma...Alon Zakai (kripken)2017-07-111-0/+11
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-19/+19
* improve local simplication: simplify without if/block structure values before...Alon Zakai2016-11-061-0/+17
* add variants of simplify-locals with and without teeing and structural optsAlon Zakai2016-11-051-0/+12
* when simplify-locals give br_if a value, the br_if also returns it, so it mus...Alon Zakai2016-10-131-0/+30
* Type check block/loop/if sigs (#717)Alon Zakai2016-09-281-15/+15
* fix a simplify-locals bug where we didn't notice and if already had a result ...Alon Zakai2016-09-231-0/+26
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-24/+24
* when optimizing a block return value, replacing the sunk set with the value i...Alon Zakai2016-09-141-0/+24
* don't simplify locals out of loops if they contain branching, as it may inval...Alon Zakai2016-09-071-0/+20
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-1/+1
* add drop and tee expressionsAlon Zakai2016-09-071-143/+403
* clear sinkables on unoptimizable blocks, as they have a control flow mergeAlon Zakai2016-05-051-0/+19
* optimize block and if returns, by merging set_locals that flow out of themAlon Zakai2016-04-241-0/+64
* add simplify-locals testcaseAlon Zakai2016-04-111-0/+197
* remove set_locals with no remaining gets in SimplifyLocalsAlon Zakai2016-04-111-0/+2
* add more simplify-locals testsAlon Zakai2016-04-111-1/+22
* De-recurse traversals (#333)Alon Zakai2016-04-111-0/+9
* add missing checks on nested blocks in SimplifyExpressionsAlon Zakai2016-04-071-0/+13
* handle loops in effect analyzerAlon Zakai2016-04-071-0/+8
* blocks must mark as branching in effects analyzer, as control flow can join t...Alon Zakai2016-04-071-0/+10
* add more simplify-locals testingAlon Zakai2016-04-071-2/+102
* Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-091-1/+1
* start work on SimplifyLocalsAlon Zakai2016-01-091-0/+31