| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -1/+1 |
* | Avoid adding new unneeded names to blocks in text roundtripping (#4943) | Alon Zakai | 2022-08-22 | 1 | -1/+1 |
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 1 | -1/+1 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -2/+2 |
* | Refactor type and function parsing (#2143) | Heejin Ahn | 2019-05-24 | 1 | -2/+2 |
* | Properly handle optimizing out a set from inside the value of another set in ... | Alon Zakai | 2019-04-29 | 1 | -0/+22 |
* | Change default feature set to MVP (#1993) | Thomas Lively | 2019-04-16 | 1 | -1878/+0 |
* | Bulk memory side effects (#1998) | Thomas Lively | 2019-04-11 | 1 | -0/+156 |
* | Optimize away sets of the same local (#1940) | Alon Zakai | 2019-03-07 | 1 | -0/+29 |
* | Optimize added constants with propagation only if we see we will remove all u... | Alon Zakai | 2019-03-06 | 1 | -57/+14 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -239/+239 |
* | Properly optimize loop values (#1800) | Alon Zakai | 2018-12-05 | 1 | -28/+96 |
* | Speculate in simplify-locals that it is worth turning an if into | Alon Zakai (kripken) | 2018-12-04 | 1 | -68/+333 |
* | Emit imports before defined things in text format (#1715) | Alon Zakai | 2018-11-01 | 1 | -1/+1 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -1/+1 |
* | Fix optimizing equivalent locals bug introduced in #1540 (#1556) | Alon Zakai | 2018-05-17 | 1 | -3/+23 |
* | Optimize equivalent locals (#1540) | Alon Zakai | 2018-05-10 | 1 | -3/+149 |
* | Fix some fuzz bugs (#1528) | Alon Zakai | 2018-05-01 | 1 | -0/+37 |
* | Generate loop return values in optimizer (#1527) | Alon Zakai | 2018-05-01 | 1 | -8/+25 |
* | More simplify-locals opts (#1526) | Alon Zakai | 2018-05-01 | 1 | -0/+107 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -24/+24 |
* | fix simplify-locals bug where we create a br_if value, which is dangerous if ... | Alon Zakai | 2017-10-11 | 1 | -0/+49 |
* | Update text syntax for shared memory limits (#1197) | Derek Schuff | 2017-09-22 | 1 | -1/+1 |
* | Return to more structured type rules for block and if (#1148) | Alon Zakai | 2017-09-05 | 1 | -11/+7 |
* | set the type of a set_local properly when it is unreachable | Alon Zakai | 2017-08-25 | 1 | -0/+16 |
* | Optimizer support for atomic instructions (#1094) | Derek Schuff | 2017-07-21 | 1 | -0/+137 |
* | changing a set to a tee or vice versa needs to take into account the value ma... | Alon Zakai (kripken) | 2017-07-11 | 1 | -0/+9 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 1 | -34/+34 |
* | use a single space for pretty printing of wasts, so massive wasts are less un... | Alon Zakai | 2017-03-09 | 1 | -804/+804 |
* | improve local simplication: simplify without if/block structure values before... | Alon Zakai | 2016-11-06 | 1 | -10/+42 |
* | add variants of simplify-locals with and without teeing and structural opts | Alon Zakai | 2016-11-05 | 1 | -0/+30 |
* | when simplify-locals give br_if a value, the br_if also returns it, so it mus... | Alon Zakai | 2016-10-13 | 1 | -27/+67 |
* | Change print order of top-level module components (#751) | Derek Schuff | 2016-10-07 | 1 | -1/+1 |
* | Require unique names in binaryen IR (#746) | Alon Zakai | 2016-10-06 | 1 | -12/+12 |
* | Print the name of memory along with size (#720) | Derek Schuff | 2016-09-28 | 1 | -1/+1 |
* | Type check block/loop/if sigs (#717) | Alon Zakai | 2016-09-28 | 1 | -9/+9 |
* | Update binary encoding for block, loop, and if signatures (#711) | Derek Schuff | 2016-09-27 | 1 | -1/+1 |
* | fix a simplify-locals bug where we didn't notice and if already had a result ... | Alon Zakai | 2016-09-23 | 1 | -0/+29 |
* | block signatures | Alon Zakai | 2016-09-16 | 1 | -15/+15 |
* | call_import changes: no more call_import, shared index space with functions | Alon Zakai | 2016-09-16 | 1 | -24/+24 |
* | when optimizing a block return value, replacing the sunk set with the value i... | Alon Zakai | 2016-09-14 | 1 | -18/+51 |
* | new import syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -4/+4 |
* | don't simplify locals out of loops if they contain branching, as it may inval... | Alon Zakai | 2016-09-07 | 1 | -0/+29 |
* | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -157/+291 |
* | wast function type name desugaring is changing in spec:301 (#654) | Alon Zakai | 2016-07-28 | 1 | -7/+10 |
* | notice only branches out in EffectAnalyzer, internal control flow can be igno... | Alon Zakai | 2016-05-19 | 1 | -94/+94 |
* | clear sinkables on unoptimizable blocks, as they have a control flow merge | Alon Zakai | 2016-05-05 | 1 | -0/+19 |
* | optimize block and if returns, by merging set_locals that flow out of them | Alon Zakai | 2016-04-24 | 1 | -15/+89 |
* | handle dead stores in SimplifyLocals | Alon Zakai | 2016-04-18 | 1 | -24/+8 |