| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor interaction between Pass and PassRunner (#5093) | Thomas Lively | 2022-09-30 | 1 | -1/+3 |
* | [Wasm GC] Support non-nullable locals in the "1a" form (#4959) | Alon Zakai | 2022-08-31 | 1 | -0/+4 |
* | [Wasm Exceptions] Handle delegation to the caller in RemoveUnusedNames (#3585) | Alon Zakai | 2021-02-18 | 1 | -1/+6 |
* | [Wasm Exceptions] Fix RemoveUnusedNames on Try (#3583) | Alon Zakai | 2021-02-18 | 1 | -11/+11 |
* | [EH] Support reading/writing of delegate (#3561) | Heejin Ahn | 2021-02-12 | 1 | -0/+2 |
* | Refactor BranchUtils to avoid boilerplate. NFC (#3442) | Alon Zakai | 2020-12-14 | 1 | -29/+15 |
* | Fix RemoveUnusedNames on a loop with no name and a child with a different typ... | Alon Zakai | 2020-04-24 | 1 | -1/+1 |
* | Add string parameter to WASM_UNREACHABLE (#2499) | Sam Clegg | 2019-12-05 | 1 | -1/+1 |
* | Add basic exception handling support (#2282) | Heejin Ahn | 2019-08-13 | 1 | -0/+6 |
* | clang-tidy braces changes (#2075) | Alon Zakai | 2019-05-01 | 1 | -3/+6 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -17/+15 |
* | merge blocks in remove-unused-names only when their type is identical, so bra... | Alon Zakai (kripken) | 2017-08-05 | 1 | -1/+1 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -0/+1 |
* | Default Walker subclasses to using Visitor<SubType> (#921) | jgravelle-google | 2017-02-23 | 1 | -1/+1 |
* | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -25/+3 |
* | more RemoveUnusedName opts: merge names when possible, and do block/loop merg... | Alon Zakai | 2016-07-20 | 1 | -5/+42 |
* | remove unused labels from loops too, and general clean ups for RemoveUnusedNames | Alon Zakai | 2016-07-20 | 1 | -7/+28 |
* | 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 |
* | 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 |
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
* | br_table, no more cases | Alon Zakai | 2016-03-07 | 1 | -0/+7 |
* | Some cleanup. | Michael Bebenita | 2016-01-14 | 1 | -1/+1 |
* | Use LLVM style static polymorphism for WasmVisitors. | Michael Bebenita | 2016-01-13 | 1 | -4/+4 |
* | A more generic compiler pass system. | Michael Bebenita | 2016-01-13 | 1 | -1/+1 |
* | fix RemoveUnusedNames | Alon Zakai | 2016-01-05 | 1 | -13/+11 |
* | add RemoveUnusedNames pass | Alon Zakai | 2016-01-04 | 1 | -0/+50 |