summaryrefslogtreecommitdiff
path: root/src/passes/CodeFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-271-0/+7
* Handle concrete values in CodeFolding (#7117)Thomas Lively2024-11-261-123/+111
* Handle unoptimized branches in CodeFolding (#7111)Thomas Lively2024-11-251-8/+14
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-9/+12
* Handle return calls in CodeFolding (#6474)Thomas Lively2024-04-081-1/+21
* CodeFolding: Fix up old EH when we fold away an If (#6420)Alon Zakai2024-03-221-0/+12
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* [EH] Support try-delegate in EffectAnalyzer (#4368)Heejin Ahn2021-12-061-1/+1
* Modernize code to C++17 (#3104)Max Graey2021-11-221-2/+2
* Add a Module parameter to EffectAnalyzer. NFC (#4115)Alon Zakai2021-08-311-4/+3
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-1/+1
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-2/+0
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-4/+4
* Refactor hashing (#3023)Daniel Wirtz2020-08-121-8/+8
* Prevent pops from sinking in SimplifyLocals (#2885)Heejin Ahn2020-06-031-8/+6
* Prevent calls from escaping try in CodeFolding (#2883)Heejin Ahn2020-06-011-7/+22
* Add EH support for CodeFolding (#2665)Heejin Ahn2020-02-261-0/+11
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-031-1/+3
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-4/+4
* Remove FunctionType (#2510)Thomas Lively2019-12-111-1/+1
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-2/+2
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-21/+42
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-99/+154
* determinism fix for code-folding (#1852)Alon Zakai2019-01-081-4/+12
* code-folding improvements (#1512)Alon Zakai2018-04-261-3/+22
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-2/+2
* make sure we do not fold out code from blocks with a fallthrough value, and t...Alon Zakai2017-11-301-4/+18
* Fix a code-folding fuzz bug (#1282)Alon Zakai2017-11-171-2/+12
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-3/+3
* Add a superclass typedef to WalkerPass to simplify overrides (#1211)jgravelle-google2017-10-041-1/+1
* code-folding must propagate types when it optimizes somethingAlon Zakai2017-09-091-3/+6
* Code folding (#1076)Alon Zakai2017-06-281-0/+603