summaryrefslogtreecommitdiff
path: root/src/passes/CodePushing.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodePushing: Pushing into an if may require non-nullable fixups (#5551)Alon Zakai2023-03-071-5/+0
* Code Pushing: Ignore unreachable sets (#5284)Alon Zakai2022-11-211-0/+20
* Fix a trivial CodePushing bug with looking at the wrong index (#5252)Alon Zakai2022-11-141-1/+1
* CodePushing: Push into If arms (#5191)Alon Zakai2022-11-011-24/+199
* Move removable code in CodePushing (#5187)Alon Zakai2022-10-251-3/+18
* [Wasm GC] Support BrOn* in CodePushing (#5177)Alon Zakai2022-10-211-2/+2
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* [Exceptions] Optimize in CodePushing even with exceptions thrown (#5028)Alon Zakai2022-09-131-5/+15
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+5
* Avoid a code pattern of vec.resize() followed by std::fill() as suboptimal. I...juj2022-04-051-4/+4
* Use the new module version of EffectAnalyzer (#4116)Alon Zakai2021-08-311-8/+7
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-1/+1
* [effects.h] Make internals internal, forcing the external API to be safe. (#3...Alon Zakai2020-11-181-2/+2
* Refactor Effects (#2873)Alon Zakai2020-05-291-1/+3
* Code pushing support for br_on_exn (#2660)Heejin Ahn2020-02-191-1/+1
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-031-10/+14
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-7/+7
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-4/+8
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-42/+45
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-3/+3
* Massive renaming (#1855)Thomas Lively2019-01-071-2/+2
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+1
* add the option to seek named breaks, not just taken breaks; refactor headers ...Alon Zakai (kripken)2017-07-111-1/+1
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-2/+2
* Improve handling of implicit traps (#898)Alon Zakai2017-02-061-7/+12
* code-pushing fix: we cannot push a set_local with side effects, as it may not...Alon Zakai2017-01-261-1/+8
* Code pushing (#807)Alon Zakai2016-10-261-0/+253