index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
CodePushing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodePushing: Pushing into an if may require non-nullable fixups (#5551)
Alon Zakai
2023-03-07
1
-5
/
+0
*
Code Pushing: Ignore unreachable sets (#5284)
Alon Zakai
2022-11-21
1
-0
/
+20
*
Fix a trivial CodePushing bug with looking at the wrong index (#5252)
Alon Zakai
2022-11-14
1
-1
/
+1
*
CodePushing: Push into If arms (#5191)
Alon Zakai
2022-11-01
1
-24
/
+199
*
Move removable code in CodePushing (#5187)
Alon Zakai
2022-10-25
1
-3
/
+18
*
[Wasm GC] Support BrOn* in CodePushing (#5177)
Alon Zakai
2022-10-21
1
-2
/
+2
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
[Exceptions] Optimize in CodePushing even with exceptions thrown (#5028)
Alon Zakai
2022-09-13
1
-5
/
+15
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+5
*
Avoid a code pattern of vec.resize() followed by std::fill() as suboptimal. I...
juj
2022-04-05
1
-4
/
+4
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-8
/
+7
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-1
/
+1
*
[effects.h] Make internals internal, forcing the external API to be safe. (#3...
Alon Zakai
2020-11-18
1
-2
/
+2
*
Refactor Effects (#2873)
Alon Zakai
2020-05-29
1
-1
/
+3
*
Code pushing support for br_on_exn (#2660)
Heejin Ahn
2020-02-19
1
-1
/
+1
*
Add EH support for EffectAnalyzer (#2631)
Heejin Ahn
2020-02-03
1
-10
/
+14
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-7
/
+7
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-4
/
+8
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-42
/
+45
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-3
/
+3
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-2
/
+2
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-1
/
+1
*
add the option to seek named breaks, not just taken breaks; refactor headers ...
Alon Zakai (kripken)
2017-07-11
1
-1
/
+1
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-2
/
+2
*
Improve handling of implicit traps (#898)
Alon Zakai
2017-02-06
1
-7
/
+12
*
code-pushing fix: we cannot push a set_local with side effects, as it may not...
Alon Zakai
2017-01-26
1
-1
/
+8
*
Code pushing (#807)
Alon Zakai
2016-10-26
1
-0
/
+253