index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
heap2local.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-1
/
+0
*
Fix Heap2Local on pops inside of newly-created blocks (#6938)
Alon Zakai
2024-09-16
1
-0
/
+124
*
Heap2Local: Track interactions in detail (#6834)
Alon Zakai
2024-08-13
1
-0
/
+57
*
Heap2Local: Properly handle failing array casts (#6772)
Alon Zakai
2024-07-18
1
-0
/
+125
*
Remove extra space printed in empty structs (#6750)
Thomas Lively
2024-07-16
1
-1
/
+1
*
[WasmGC] Heap2Local: Optimize RefCast failures (#6727)
Alon Zakai
2024-07-11
1
-15
/
+89
*
Heap2Local: Drop RefEq's two arms (#6729)
Alon Zakai
2024-07-11
1
-81
/
+76
*
[WasmGC] Heap2Local: Optimize RefIs and RefTest (#6705)
Alon Zakai
2024-07-11
1
-13
/
+376
*
[WasmGC] Heap2Local: Optimize RefEq (#6703)
Alon Zakai
2024-06-26
1
-8
/
+310
*
Fix ConstantFieldPropagation signed packed field handling and improve Heap2Lo...
Alon Zakai
2024-04-11
1
-25
/
+20
*
Heap2Local: Fix signed struct/array reads (#6484)
Alon Zakai
2024-04-10
1
-11
/
+58
*
Heap2Local: Optimize packed fields (#6480)
Alon Zakai
2024-04-09
1
-10
/
+226
*
Heap2Local: Optimize Arrays in addition to Structs (#6478)
Alon Zakai
2024-04-09
1
-1
/
+1096
*
[NFC] Refactor Heap2Local logic (#6473)
Alon Zakai
2024-04-06
1
-2
/
+2
*
[NFC] Add the type of the Expression when eliding it (#6362)
Alon Zakai
2024-02-28
1
-2
/
+2
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-36
/
+58
*
Heap2Local: Fix an ordering issue with children having different interactions...
Alon Zakai
2023-11-09
1
-0
/
+116
*
Heap2Local: Refinalize when removing a cast (#6012)
Alon Zakai
2023-10-16
1
-0
/
+43
*
Make heap2local work through casts (#5952)
Jérôme Vouillon
2023-09-21
1
-7
/
+96
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-2
/
+2
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-47
/
+47
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-2
/
+2
*
Heap2Local: Refinalize if we end up refining (#5879)
Alon Zakai
2023-08-17
1
-1
/
+51
*
Heap2Local: Add a test for params (#5798)
Alon Zakai
2023-07-05
1
-0
/
+87
*
Remove --nominal from more tests (#5664)
Thomas Lively
2023-04-13
1
-1055
/
+0
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-47
/
+47
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-218
/
+218
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-35
/
+72
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-475
/
+123
*
Print heap types in text format in nominal mode (#4316)
Alon Zakai
2021-11-08
1
-44
/
+44
*
Heap2Local: Handle loops (#4288)
Alon Zakai
2021-10-28
1
-0
/
+66
*
Fix printing of some unreachable GC instructions (#4281)
Alon Zakai
2021-10-27
1
-8
/
+20
*
Switch from "extends" to M4 nominal syntax (#4248)
Thomas Lively
2021-10-14
1
-1
/
+1141
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-1
/
+24
*
Test GC lit tests with --nominal as well (#4043)
Thomas Lively
2021-08-02
1
-0
/
+2
*
[Wasm GC] Fix Heap2Local + non-nullable locals (#4017)
Alon Zakai
2021-07-23
1
-30
/
+30
*
Add option to add checks for all items (#3961)
Thomas Lively
2021-07-02
1
-0
/
+2
*
Generate FileCheck checks for all module items (#3957)
Thomas Lively
2021-06-28
1
-0
/
+5
*
[Wasm GC] Heap2Local: Replace the allocation with null (#3893)
Alon Zakai
2021-05-17
1
-67
/
+195
*
[Wasm GC] Heap2Local: Handle branches (#3881)
Alon Zakai
2021-05-12
1
-7
/
+221
*
Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)
Alon Zakai
2021-05-12
1
-0
/
+1589