| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Enforce use of `Type::` on type names (#2434) | Thomas Lively | 2020-01-07 | 1 | -5/+5 |
* | Remove 'none' type as a branch target in ReFinalize (#2492) | Alon Zakai | 2019-12-04 | 1 | -2/+2 |
* | Multivalue type creation and inspection (#2459) | Thomas Lively | 2019-11-22 | 1 | -5/+5 |
* | Reflect instruction renaming in code (#2128) | Heejin Ahn | 2019-05-21 | 1 | -1/+1 |
* | clang-tidy braces changes (#2075) | Alon Zakai | 2019-05-01 | 1 | -13/+28 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -60/+78 |
* | No exit runtime pass (#1816) | Alon Zakai | 2018-12-13 | 1 | -1/+1 |
* | Merge-Blocks improvements (#1760) | Alon Zakai | 2018-11-26 | 1 | -18/+57 |
* | Fix a merge-blocks fuzz bug (#1755) | Alon Zakai | 2018-11-19 | 1 | -56/+0 |
* | Optimize an if exit block into an if arm (#1749) | Alon Zakai | 2018-11-15 | 1 | -1/+40 |
* | MergeBlocks: canonicalize loop exit block position on the inside (#1736) | Alon Zakai | 2018-11-14 | 1 | -1/+19 |
* | Fix a merge-blocks fuzz bug (#1730) | Alon Zakai | 2018-11-08 | 1 | -1/+18 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -4/+0 |
* | Merge loop tails up (#1543) | Alon Zakai | 2018-05-10 | 1 | -29/+93 |
* | Rename WasmType => Type (#1398) | Alon Zakai | 2018-02-02 | 1 | -2/+2 |
* | notation change: AST => IR (#1245) | Alon Zakai | 2017-10-24 | 1 | -2/+2 |
* | properly handle merging of blocks with concrete unreachable elements in the m... | Alon Zakai | 2017-08-06 | 1 | -6/+10 |
* | handle merging blocks with items after an unreachable, that if merged would b... | Alon Zakai | 2017-08-06 | 1 | -9/+6 |
* | fix merge-blocks bug with replacing an unreachable block with a concrete fina... | Alon Zakai | 2017-08-05 | 1 | -4/+5 |
* | fix merge-blocks logic: ensure that optimize() does not change the outside type | Alon Zakai (kripken) | 2017-08-05 | 1 | -36/+67 |
* | don't move code around a drop-block when the block contains unreachables, whi... | Alon Zakai | 2017-08-05 | 1 | -22/+32 |
* | review comments | Alon Zakai (kripken) | 2017-07-31 | 1 | -5/+5 |
* | don't remove values from breaks if the values have side effects | Alon Zakai (kripken) | 2017-07-30 | 1 | -11/+23 |
* | when finalizing a block in MergeBlocks, use its type, so that we don't need t... | Alon Zakai | 2017-07-24 | 1 | -1/+1 |
* | Optimizer support for atomic instructions (#1094) | Derek Schuff | 2017-07-21 | 1 | -9/+18 |
* | fix merge-blocks logic in call, call_indirect, select, we need to avoid any d... | Alon Zakai (kripken) | 2017-07-14 | 1 | -6/+15 |
* | handle an unreachable block with a reachable final element in merge-blocks | Alon Zakai (kripken) | 2017-07-14 | 1 | -0/+9 |
* | fix handling of unreachable br values in merge-blocks | Alon Zakai (kripken) | 2017-07-11 | 1 | -1/+7 |
* | add the option to seek named breaks, not just taken breaks; refactor headers ... | Alon Zakai (kripken) | 2017-07-11 | 1 | -1/+2 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 1 | -1/+1 |
* | Address review feedback for #1014 (#1016) | Alon Zakai | 2017-05-18 | 1 | -2/+2 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -2/+19 |
* | Default Walker subclasses to using Visitor<SubType> (#921) | jgravelle-google | 2017-02-23 | 1 | -3/+3 |
* | Improve handling of implicit traps (#898) | Alon Zakai | 2017-02-06 | 1 | -5/+5 |
* | use MixedArena in asm.js ast | Alon Zakai (kripken) | 2017-01-31 | 1 | -1/+1 |
* | fix a reordering bug in merge-blocks (#846) | Alon Zakai | 2016-11-25 | 1 | -2/+6 |
* | optimize child blocks in merge-blocks when we drop values in them, they may h... | Alon Zakai | 2016-10-29 | 1 | -60/+73 |
* | fix break value removal in merge-blocks: a br_if's type changes without a val... | Alon Zakai | 2016-10-29 | 1 | -1/+10 |
* | handle the case of a br_if whose value is used in merge-blocks | Alon Zakai | 2016-10-29 | 1 | -14/+38 |
* | move drop into blocks, dropping all the breaks as well, when possible | Alon Zakai | 2016-09-07 | 1 | -8/+58 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -0/+19 |
* | Add initialization functions for passes to avoid missing pass registration du... | Jukka Jylänki | 2016-06-21 | 1 | -1/+3 |
* | move function parallelism to pass and pass runner, which allows more efficien... | Alon Zakai | 2016-06-03 | 1 | -1/+3 |
* | fix a merge-blocks bug where we merged named blocks | Alon Zakai | 2016-05-25 | 1 | -1/+1 |
* | move blocks outside in merge-blocks so that they can be merged later | Alon Zakai | 2016-05-24 | 1 | -0/+124 |
* | add an ArenaVector for internal array allocations in expression nodes | Alon Zakai | 2016-04-26 | 1 | -1/+1 |
* | create a UnifiedExpressionVisitor for passes that want a single visitor funct... | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | Function parallelism (#343) | Alon Zakai | 2016-04-15 | 1 | -0/+2 |
* | dyn_cast => dynCast | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -1/+1 |