summaryrefslogtreecommitdiff
path: root/src/passes/RemoveUnusedNames.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+4
* [Wasm Exceptions] Handle delegation to the caller in RemoveUnusedNames (#3585)Alon Zakai2021-02-181-1/+6
* [Wasm Exceptions] Fix RemoveUnusedNames on Try (#3583)Alon Zakai2021-02-181-11/+11
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-0/+2
* Refactor BranchUtils to avoid boilerplate. NFC (#3442)Alon Zakai2020-12-141-29/+15
* Fix RemoveUnusedNames on a loop with no name and a child with a different typ...Alon Zakai2020-04-241-1/+1
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+6
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-3/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-17/+15
* merge blocks in remove-unused-names only when their type is identical, so bra...Alon Zakai (kripken)2017-08-051-1/+1
* Validate finalization (#1014)Alon Zakai2017-05-181-0/+1
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-25/+3
* more RemoveUnusedName opts: merge names when possible, and do block/loop merg...Alon Zakai2016-07-201-5/+42
* remove unused labels from loops too, and general clean ups for RemoveUnusedNamesAlon Zakai2016-07-201-7/+28
* Add initialization functions for passes to avoid missing pass registration du...Jukka Jylänki2016-06-211-1/+3
* move function parallelism to pass and pass runner, which allows more efficien...Alon Zakai2016-06-031-1/+3
* create a UnifiedExpressionVisitor for passes that want a single visitor funct...Alon Zakai2016-04-181-1/+1
* Function parallelism (#343)Alon Zakai2016-04-151-0/+2
* De-recurse traversals (#333)Alon Zakai2016-04-111-1/+1
* br_table, no more casesAlon Zakai2016-03-071-0/+7
* Some cleanup.Michael Bebenita2016-01-141-1/+1
* Use LLVM style static polymorphism for WasmVisitors.Michael Bebenita2016-01-131-4/+4
* A more generic compiler pass system.Michael Bebenita2016-01-131-1/+1
* fix RemoveUnusedNamesAlon Zakai2016-01-051-13/+11
* add RemoveUnusedNames passAlon Zakai2016-01-041-0/+50