index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
coalesce-locals-gc.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-17
/
+39
*
Use TopologicalSort::minSort to order rec groups (#6892)
Thomas Lively
2024-09-04
1
-5
/
+5
*
CoalesceLocals: ReFinalize when we refine a type (#6502)
Alon Zakai
2024-04-16
1
-13
/
+8
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-5
/
+5
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-30
/
+46
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-8
/
+8
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-1
/
+1
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-12
/
+12
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-5
/
+5
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
1
-2
/
+2
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-4
/
+4
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-1
/
+1
*
Validate and fix up tuples with non-nullable elements (#5909)
Thomas Lively
2023-08-30
1
-12
/
+129
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-9
/
+9
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-6
/
+6
*
[Wasm GC] Stop printing deprecated cast etc. instructions (#5852)
Thomas Lively
2023-08-02
1
-1
/
+1
*
Print supertype declarations using the standard format (#5801)
Thomas Lively
2023-07-06
1
-1
/
+1
*
[Wasm GC] Fix CoalesceLocals ineffective tee removal with type changes (#5621)
Alon Zakai
2023-04-04
1
-0
/
+28
*
[Wasm GC] Fix CoalesceLocals i31 local.get removal (#5619)
Alon Zakai
2023-04-04
1
-2
/
+36
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-6
/
+6
*
Update tests ahead of transition from `data` to `struct` (#5320)
Thomas Lively
2022-12-07
1
-5
/
+5
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-8
/
+8
*
[Wasm GC] Fix CoalesceLocals on tees that receive a refined type (#5289)
Alon Zakai
2022-11-22
1
-0
/
+51
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-1
/
+30
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-1
/
+76
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-2
/
+2
*
[Wasm GC] Fix unreachable local.gets of non-nullable locals in CoalesceLocals...
Alon Zakai
2022-04-05
1
-1
/
+3
*
Generate FileCheck checks for all module items (#3957)
Thomas Lively
2021-06-28
1
-0
/
+2
*
[Wasm GC] Implement CFGWalker support for BrOn* (#3908)
Alon Zakai
2021-05-26
1
-0
/
+39
*
Implement all Builder::replaceWithIdenticalType() cases as best we can (#3872)
Alon Zakai
2021-05-10
1
-0
/
+21