index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Vacuum.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
1
-1
/
+10
*
Fix Vacuuming of code leading up to an infinite loop (#6632)
Alon Zakai
2024-05-29
1
-4
/
+5
*
Vacuum code leading up to a trap in TrapsNeverHappen mode (#5228)
Alon Zakai
2023-05-17
1
-1
/
+79
*
Remove TypeUpdater in Vacuum and always ReFinalize (#5707)
Alon Zakai
2023-05-09
1
-48
/
+1
*
Vacuum unneeded instructions even if children have effects (#5488)
Alon Zakai
2023-02-14
1
-3
/
+12
*
[Wasm GC] Refinalize in Vacuum (#5412)
Alon Zakai
2023-01-09
1
-0
/
+13
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+1
*
Vacuum: Ignore effects at the entire function scope when possible (#5053)
Alon Zakai
2022-09-19
1
-1
/
+1
*
Vacuum trivial trys (#5046)
Alon Zakai
2022-09-16
1
-0
/
+13
*
[EH] Support try-delegate in EffectAnalyzer (#4368)
Heejin Ahn
2021-12-06
1
-1
/
+1
*
Use TrapsNeverHappen mode in more places in Vacuum (#4117)
Alon Zakai
2021-09-01
1
-3
/
+3
*
Add a Module parameter to EffectAnalyzer. NFC (#4115)
Alon Zakai
2021-08-31
1
-7
/
+5
*
TrapsNeverHappen mode (#4059)
Alon Zakai
2021-08-17
1
-2
/
+19
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-2
/
+2
*
LUBs (#3731)
Thomas Lively
2021-03-29
1
-3
/
+1
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-7
/
+13
*
Remove LUB calculation (#3669)
Thomas Lively
2021-03-11
1
-1
/
+3
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-1
/
+3
*
[GC] Refactor Vacuum pass. NFC. (#3421)
Alon Zakai
2020-12-04
1
-134
/
+65
*
[effects.h] Make internals internal, forcing the external API to be safe. (#3...
Alon Zakai
2020-11-18
1
-2
/
+2
*
Minor code cleanups. NFC (#3364)
Alon Zakai
2020-11-15
1
-14
/
+0
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-1
/
+2
*
Note removal of catch body in Vacuum (#2765)
Heejin Ahn
2020-04-14
1
-0
/
+1
*
Code pushing support for br_on_exn (#2660)
Heejin Ahn
2020-02-19
1
-0
/
+3
*
Optimize Try in Vacuum (#2644)
Heejin Ahn
2020-02-07
1
-0
/
+9
*
Add EH support for EffectAnalyzer (#2631)
Heejin Ahn
2020-02-03
1
-15
/
+20
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-10
/
+11
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-1
/
+1
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-2
/
+3
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-1
/
+0
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-7
/
+6
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-5
/
+5
*
Fix a vacuum bug with loads changing the type (#2124)
Alon Zakai
2019-05-17
1
-1
/
+4
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-3
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-54
/
+88
*
Vacuum unused values (#1918)
Alon Zakai
2019-02-25
1
-9
/
+36
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-1
/
+0
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-5
/
+5
*
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
*
asm2wasm atomics (#1171)
Alon Zakai
2017-09-11
1
-1
/
+1
*
fix vacuum bug on nop'ing an if whose body has brs that cause type changes wh...
Alon Zakai
2017-07-17
1
-0
/
+1
*
note changes when removing an if body in vacuum
Alon Zakai (kripken)
2017-07-13
1
-0
/
+4
*
handle an unreachable condition properly in vacuum if simplification
Alon Zakai (kripken)
2017-07-13
1
-0
/
+6
*
handle unary and binary nodes that have implicit traps in vacuum
Alon Zakai (kripken)
2017-07-11
1
-1
/
+12
*
loads may trap, do not remove them in vacuum unless the pass options allow that
Alon Zakai (kripken)
2017-07-11
1
-1
/
+3
*
properly handle if arm removal in vacuum
Alon Zakai (kripken)
2017-07-11
1
-0
/
+4
*
add the option to seek named breaks, not just taken breaks; refactor headers ...
Alon Zakai (kripken)
2017-07-11
1
-4
/
+5
*
don't remove unreachable nodes in vaccuum, it can alter types, and dce does t...
Alon Zakai (kripken)
2017-07-11
1
-0
/
+2
*
use TypeUpdater in vacuum
Alon Zakai (kripken)
2017-05-20
1
-30
/
+33
[next]