| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -17/+17 |
* | 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 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -34/+34 |
* | Return to more structured type rules for block and if (#1148) | Alon Zakai | 2017-09-05 | 1 | -7/+6 |
* | fix vacuum bug on nop'ing an if whose body has brs that cause type changes wh... | Alon Zakai | 2017-07-17 | 1 | -0/+4 |
* | note changes when removing an if body in vacuum | Alon Zakai (kripken) | 2017-07-13 | 1 | -0/+14 |
* | handle an unreachable condition properly in vacuum if simplification | Alon Zakai (kripken) | 2017-07-13 | 1 | -0/+14 |
* | handle unary and binary nodes that have implicit traps in vacuum | Alon Zakai (kripken) | 2017-07-11 | 1 | -0/+13 |
* | loads may trap, do not remove them in vacuum unless the pass options allow that | Alon Zakai (kripken) | 2017-07-11 | 1 | -0/+13 |
* | properly handle if arm removal in vacuum | Alon Zakai (kripken) | 2017-07-11 | 1 | -0/+12 |
* | add the option to seek named breaks, not just taken breaks; refactor headers ... | Alon Zakai (kripken) | 2017-07-11 | 1 | -0/+14 |
* | don't remove unreachable nodes in vaccuum, it can alter types, and dce does t... | Alon Zakai (kripken) | 2017-07-11 | 1 | -3/+26 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 1 | -4/+4 |
* | use TypeUpdater in vacuum | Alon Zakai (kripken) | 2017-05-20 | 1 | -58/+0 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -50/+47 |
* | handle a drop of an if with both arms unreachable, which is possible since wa... | Alon Zakai | 2017-05-01 | 1 | -0/+18 |
* | use a single space for pretty printing of wasts, so massive wasts are less un... | Alon Zakai | 2017-03-09 | 1 | -234/+234 |
* | do not merge a drop out of an if if the sides have different types, then the ... | Alon Zakai | 2017-02-28 | 1 | -0/+12 |
* | emit globals before table and memory, because they may use a global for their... | Alon Zakai | 2016-12-30 | 1 | -1/+1 |
* | Change print order of top-level module components (#751) | Derek Schuff | 2016-10-07 | 1 | -1/+1 |
* | validate drop (#712) | Alon Zakai | 2016-09-30 | 1 | -8/+8 |
* | 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 | -10/+10 |
* | optimize if(const) | Alon Zakai | 2016-09-24 | 1 | -4/+16 |
* | replace two drops in an if-else with one on the if | Alon Zakai | 2016-09-23 | 1 | -0/+10 |
* | block signatures | Alon Zakai | 2016-09-16 | 1 | -4/+4 |
* | call_import changes: no more call_import, shared index space with functions | Alon Zakai | 2016-09-16 | 1 | -7/+7 |
* | remove final elements in vacuum carefully: we must preserve a return value if... | Alon Zakai | 2016-09-11 | 1 | -0/+26 |
* | properly handle blocks with return values in vacuum - we cannot remove their ... | Alon Zakai | 2016-09-07 | 1 | -0/+4 |
* | vacuum drops better | Alon Zakai | 2016-09-07 | 1 | -23/+22 |
* | new import syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | sink a drop into a single if arm | Alon Zakai | 2016-09-07 | 1 | -0/+20 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -14/+46 |
* | wast function type name desugaring is changing in spec:301 (#654) | Alon Zakai | 2016-07-28 | 1 | -10/+15 |
* | fix isResultUsed bug with ifs | Alon Zakai | 2016-05-23 | 1 | -0/+24 |
* | notice only branches out in EffectAnalyzer, internal control flow can be igno... | Alon Zakai | 2016-05-19 | 1 | -21/+1 |
* | vacuum the top of functions too | Alon Zakai | 2016-05-19 | 1 | -0/+6 |
* | vacuum away everything not tied down | Alon Zakai | 2016-05-19 | 1 | -5/+67 |
* | remove dead get_locals in vacuum | Alon Zakai | 2016-05-16 | 1 | -0/+21 |
* | get rid of nops in ifs | Alon Zakai | 2016-04-24 | 1 | -0/+11 |
* | vacuum dead code after br_table | Alon Zakai | 2016-04-24 | 1 | -0/+5 |
* | vacuum dead code after unconditional brs | Alon Zakai | 2016-04-24 | 1 | -0/+7 |
* | add vacuum pass | Alon Zakai | 2016-04-07 | 1 | -0/+8 |