index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
GlobalStructInference.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update GlobalStructInference to handle atomics (#7168)
Thomas Lively
2024-12-20
1
-7
/
+28
*
Fix selects of packed fields in GlobalStructOptimization (#6947)
Alon Zakai
2024-09-17
1
-2
/
+4
*
[DebugInfo] Add debug info to the values emitted in GlobalStructInference (#6...
Alon Zakai
2024-07-02
1
-15
/
+23
*
GlobalStructInference: Un-nest struct.news in globals when that is helpful (#...
Alon Zakai
2024-06-20
1
-62
/
+220
*
GlobalStructInference: Optimize globals too (#6674)
Alon Zakai
2024-06-17
1
-11
/
+10
*
[NFC] Rename getSuperType to getDeclaredSuperType (#6015)
Alon Zakai
2023-10-17
1
-2
/
+2
*
GlobalStructInference: Add missing ReFinalize (#5898)
Alon Zakai
2023-08-24
1
-1
/
+17
*
[NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)
Alon Zakai
2023-08-02
1
-0
/
+1
*
Fix iterator invalidation bug in GlobalStructInference (#5414)
Alon Zakai
2023-01-10
1
-1
/
+3
*
[Wasm GC] Enforce closed-world in GlobalStructInference (#5385)
Alon Zakai
2023-01-03
1
-0
/
+4
*
[Wasm GC] Fix GlobalStructInference reasoning on unoptimizability (#5381)
Alon Zakai
2023-01-03
1
-4
/
+18
*
[Wasm GC] Fix GlobalStructInference on unrefined globals (#5338)
Alon Zakai
2022-12-12
1
-2
/
+20
*
Remove equirecursive typing (#5240)
Thomas Lively
2022-11-23
1
-4
/
+0
*
GlobalStructInference: Handle the case of just 1 value (#5259)
Alon Zakai
2022-11-15
1
-9
/
+11
*
GlobalStructInference: Handle cases with just 1 global too (#5253)
Alon Zakai
2022-11-15
1
-6
/
+25
*
[Wasm GC] Enable various passes in hybrid mode, not just nominal (#5202)
Alon Zakai
2022-10-31
1
-2
/
+3
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-3
/
+5
*
Fix nondeterminism in GlobalStructInference (#5092)
Alon Zakai
2022-09-28
1
-1
/
+8
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+3
*
Disallow --nominal with GC (#4758)
Thomas Lively
2022-06-28
1
-0
/
+3
*
GlobalStructInference: Handle >2 globals if values coincide (#4714)
Alon Zakai
2022-06-08
1
-14
/
+80
*
Global Struct Inference pass: Infer two constants in struct.get (#4659)
Alon Zakai
2022-06-01
1
-0
/
+244