index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
CodeFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make more Ifs unreachable (#7094)
Thomas Lively
2024-11-27
1
-0
/
+7
*
Handle concrete values in CodeFolding (#7117)
Thomas Lively
2024-11-26
1
-123
/
+111
*
Handle unoptimized branches in CodeFolding (#7111)
Thomas Lively
2024-11-25
1
-8
/
+14
*
[NFC] Standardize Super:: over super:: (#6920)
Alon Zakai
2024-09-10
1
-1
/
+1
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
1
-9
/
+12
*
Handle return calls in CodeFolding (#6474)
Thomas Lively
2024-04-08
1
-1
/
+21
*
CodeFolding: Fix up old EH when we fold away an If (#6420)
Alon Zakai
2024-03-22
1
-0
/
+12
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
[EH] Support try-delegate in EffectAnalyzer (#4368)
Heejin Ahn
2021-12-06
1
-1
/
+1
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-2
/
+2
*
Add a Module parameter to EffectAnalyzer. NFC (#4115)
Alon Zakai
2021-08-31
1
-4
/
+3
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-1
/
+1
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-2
/
+0
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-4
/
+4
*
Refactor hashing (#3023)
Daniel Wirtz
2020-08-12
1
-8
/
+8
*
Prevent pops from sinking in SimplifyLocals (#2885)
Heejin Ahn
2020-06-03
1
-8
/
+6
*
Prevent calls from escaping try in CodeFolding (#2883)
Heejin Ahn
2020-06-01
1
-7
/
+22
*
Add EH support for CodeFolding (#2665)
Heejin Ahn
2020-02-26
1
-0
/
+11
*
Add EH support for EffectAnalyzer (#2631)
Heejin Ahn
2020-02-03
1
-1
/
+3
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-4
/
+4
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-1
/
+1
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-2
/
+2
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-21
/
+42
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-99
/
+154
*
determinism fix for code-folding (#1852)
Alon Zakai
2019-01-08
1
-4
/
+12
*
code-folding improvements (#1512)
Alon Zakai
2018-04-26
1
-3
/
+22
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-2
/
+2
*
make sure we do not fold out code from blocks with a fallthrough value, and t...
Alon Zakai
2017-11-30
1
-4
/
+18
*
Fix a code-folding fuzz bug (#1282)
Alon Zakai
2017-11-17
1
-2
/
+12
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-3
/
+3
*
Add a superclass typedef to WalkerPass to simplify overrides (#1211)
jgravelle-google
2017-10-04
1
-1
/
+1
*
code-folding must propagate types when it optimizes something
Alon Zakai
2017-09-09
1
-3
/
+6
*
Code folding (#1076)
Alon Zakai
2017-06-28
1
-0
/
+603