index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Heap2Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Heap2Local on pops inside of newly-created blocks (#6938)
Alon Zakai
2024-09-16
1
-0
/
+17
*
[NFC] Use a lazy LocalGraph in Heap2Local (#6925)
Alon Zakai
2024-09-10
1
-8
/
+6
*
[NFC] Convert LocalGraph influences accesses to function calls (#6899)
Alon Zakai
2024-09-04
1
-16
/
+4
*
[NFC] Refactor LocalGraph to split up flow() for future laziness work (#6880)
Alon Zakai
2024-09-03
1
-0
/
+1
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-3
/
+1
*
Heap2Local: Track interactions in detail (#6834)
Alon Zakai
2024-08-13
1
-70
/
+105
*
Heap2Local: Properly handle failing array casts (#6772)
Alon Zakai
2024-07-18
1
-5
/
+39
*
[WasmGC] Heap2Local: Optimize RefCast failures (#6727)
Alon Zakai
2024-07-11
1
-22
/
+22
*
Heap2Local: Drop RefEq's two arms (#6729)
Alon Zakai
2024-07-11
1
-3
/
+3
*
[WasmGC] Heap2Local: Optimize RefIs and RefTest (#6705)
Alon Zakai
2024-07-11
1
-1
/
+62
*
[WasmGC] Heap2Local: Optimize RefEq (#6703)
Alon Zakai
2024-06-26
1
-2
/
+42
*
[NFC] Remove a minor compile-time optimization in Heap2Local (#6699)
Alon Zakai
2024-06-25
1
-43
/
+6
*
Fix ConstantFieldPropagation signed packed field handling and improve Heap2Lo...
Alon Zakai
2024-04-11
1
-27
/
+8
*
Heap2Local: Fix signed struct/array reads (#6484)
Alon Zakai
2024-04-10
1
-5
/
+10
*
Heap2Local: Optimize packed fields (#6480)
Alon Zakai
2024-04-09
1
-12
/
+26
*
Heap2Local: Optimize Arrays in addition to Structs (#6478)
Alon Zakai
2024-04-09
1
-21
/
+322
*
[NFC] Refactor Heap2Local logic (#6473)
Alon Zakai
2024-04-06
1
-352
/
+389
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
1
-1
/
+1
*
Heap2Local: Fix an ordering issue with children having different interactions...
Alon Zakai
2023-11-09
1
-21
/
+33
*
Heap2Local: Refinalize when removing a cast (#6012)
Alon Zakai
2023-10-16
1
-0
/
+14
*
Make heap2local work through casts (#5952)
Jérôme Vouillon
2023-09-21
1
-2
/
+26
*
Heap2Local: Refinalize if we end up refining (#5879)
Alon Zakai
2023-08-17
1
-5
/
+28
*
End the current basic block on a Call (#5823)
Alon Zakai
2023-07-26
1
-2
/
+2
*
GUFA: Refine casts (#5805)
Alon Zakai
2023-07-07
1
-1
/
+3
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-15
/
+7
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-6
/
+1
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-2
/
+1
*
Heap2Local: Handle loops (#4288)
Alon Zakai
2021-10-28
1
-2
/
+8
*
Add a SmallSet and use it in LocalGraph. NFC (#4188)
Alon Zakai
2021-09-29
1
-1
/
+1
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-1
/
+3
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-2
/
+2
*
[Wasm GC] Fix Heap2Local + non-nullable locals (#4017)
Alon Zakai
2021-07-23
1
-9
/
+26
*
[Wasm GC] Heap2Local: Replace the allocation with null (#3893)
Alon Zakai
2021-05-17
1
-24
/
+54
*
[Wasm GC] Heap2Local: Handle branches (#3881)
Alon Zakai
2021-05-12
1
-11
/
+24
*
Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)
Alon Zakai
2021-05-12
1
-0
/
+701