index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
optimize-instructions-gc.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 supertype counts when collecting heap types (#6905)
Thomas Lively
2024-09-05
1
-9
/
+9
*
Use TopologicalSort::minSort to order rec groups (#6892)
Thomas Lively
2024-09-04
1
-10
/
+10
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-2
/
+2
*
[Parser] Update requirements for implicit type uses (#6665)
Thomas Lively
2024-06-14
1
-73
/
+73
*
OptimizeInstructions: Add missing invalidation check in consecutive equality ...
Alon Zakai
2024-05-15
1
-17
/
+245
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-71
/
+71
*
OptimizeInstructions: Optimize StructNew/ArrayNew forms (#6495)
Alon Zakai
2024-04-15
1
-22
/
+288
*
[NFC] Add the type of the Expression when eliding it (#6362)
Alon Zakai
2024-02-28
1
-3
/
+3
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-1
/
+1
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-28
/
+72
*
Drop support for type annotations on array.len (#6197)
Thomas Lively
2024-01-03
1
-1
/
+1
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
1
-4
/
+4
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-58
/
+58
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-78
/
+78
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-230
/
+230
*
Further improve ref.cast during finalization (#5882)
Thomas Lively
2023-08-17
1
-8
/
+8
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-6
/
+6
*
Improve cast optimizations (#5876)
Thomas Lively
2023-08-17
1
-19
/
+553
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-21
/
+21
*
[Wasm GC] Stop printing deprecated cast etc. instructions (#5852)
Thomas Lively
2023-08-02
1
-2
/
+2
*
Print supertype declarations using the standard format (#5801)
Thomas Lively
2023-07-06
1
-4
/
+4
*
OptimizeInstructions: Loop on fallthrough values in RefTest (#5797)
Alon Zakai
2023-07-05
1
-0
/
+55
*
Print function types on function imports in the text format (#5727)
Alon Zakai
2023-05-17
1
-1
/
+1
*
EffectAnalyzer: Do not clear break targets before walk()/visit() (#5723)
Alon Zakai
2023-05-17
1
-0
/
+41
*
Fix optimizeAddedConstants on GC-introduced unreachability (#5706)
Alon Zakai
2023-05-09
1
-0
/
+44
*
[Wasm GC] OptimizeInstructions: Don't turn ref.test into unreachable immediat...
Alon Zakai
2023-04-17
1
-1
/
+34
*
Remove --nominal from more tests (#5664)
Thomas Lively
2023-04-13
1
-1066
/
+1
*
[Wasm GC] Casts of a non-nullable bottom type to non-null fail (#5645)
Alon Zakai
2023-04-12
1
-0
/
+145
*
Fix and simplify refinalization in OptimizeInstructions (#5642)
Alon Zakai
2023-04-07
1
-0
/
+89
*
[Wasm GC] Fix an assertion in array.set processing in OptimizeInstructions (#...
Alon Zakai
2023-04-07
1
-4
/
+57
*
[Wasm GC] OptimizeInstructions: ref.as_non_null of null will trap (#5635)
Alon Zakai
2023-04-06
1
-27
/
+35
*
Fix OptimizeInstructions on null trap of struct.set (#5449)
Alon Zakai
2023-01-24
1
-4
/
+39
*
[Wasm GC] Optimize successful casts better (#5426)
Thomas Lively
2023-01-13
1
-40
/
+53
*
[Wasm GC] Optimize casts of null values better (#5423)
Thomas Lively
2023-01-12
1
-28
/
+54
*
[Wasm GC] Add missing RefTest optimizations to parallel RefCast (#5417)
Alon Zakai
2023-01-10
1
-27
/
+55
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-20
/
+8
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-93
/
+16
*
[Wasm GC] More minor cast optimizations (#5402)
Alon Zakai
2023-01-09
1
-128
/
+130
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-116
/
+11
*
[Wasm GC] Do not treat extern conversions as casts (#5411)
Thomas Lively
2023-01-09
1
-0
/
+31
*
[Wasm GC] Add missing unreachable check in evaluateKindCheck (#5410)
Alon Zakai
2023-01-09
1
-0
/
+21
*
[Wasm GC] Optimize impossible ref.casts better (#5400)
Alon Zakai
2023-01-06
1
-43
/
+90
*
[Wasm GC] Fix optimizations on ref.cast of null, and optimize to ref.as_non_n...
Alon Zakai
2023-01-06
1
-0
/
+63
*
[Wasm GC] Turn casts non-nullable when they lead to a trap on null anyhow (#5...
Alon Zakai
2023-01-05
1
-2
/
+2
*
[Wasm GC] Clean up and improve null trap and cast optimizations (#5394)
Alon Zakai
2023-01-05
1
-14
/
+32
*
Allow non-nullable ref.cast of nullable references (#5386)
Thomas Lively
2023-01-04
1
-23
/
+21
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-6
/
+143
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-30
/
+30
*
Allow casting to basic heap types (#5332)
Thomas Lively
2022-12-08
1
-50
/
+0
[next]