index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
gufa-refs.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not optimize atomic gets in GUFA (#7161)
Thomas Lively
2024-12-19
1
-0
/
+53
*
Fix GUFA on calls to function refs in open world (#7135)
Alon Zakai
2024-12-04
1
-1
/
+4
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-5
/
+0
*
Fix BranchUtils::operateOnScopeNameUsesAndSentValues() on BrOn (#6995)
Alon Zakai
2024-10-10
1
-9
/
+54
*
Remove extra space printed in empty structs (#6750)
Thomas Lively
2024-07-16
1
-19
/
+19
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-11
/
+11
*
GUFA: Handle bottom types in filterDataContents() (#6545)
Alon Zakai
2024-04-25
1
-0
/
+38
*
GUFA: Fix signed reads of packed GC data (#6494)
Alon Zakai
2024-04-11
1
-0
/
+261
*
Fix printing of bulk array ops (#6387)
Thomas Lively
2024-03-08
1
-4
/
+13
*
[NFC] Add the type of the Expression when eliding it (#6362)
Alon Zakai
2024-02-28
1
-1
/
+1
*
Properly stringify names in tests (#6279)
Thomas Lively
2024-02-06
1
-9
/
+9
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-4
/
+4
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-1
/
+1
*
Fix incorrect wat in tests (#6207)
Thomas Lively
2024-01-08
1
-2
/
+0
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-14
/
+22
*
Drop support for type annotations on array.len (#6197)
Thomas Lively
2024-01-03
1
-1
/
+1
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-3
/
+3
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-3
/
+3
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-2
/
+2
*
GUFA: Add missing set of optimized boolean (#6010)
Alon Zakai
2023-10-16
1
-0
/
+50
*
[typed-cont] Allow result types on tags (#5997)
Frank Emrich
2023-10-05
1
-1
/
+1
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
1
-69
/
+69
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-8
/
+8
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-39
/
+39
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-173
/
+173
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-65
/
+66
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-2
/
+2
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-1
/
+1
*
GUFA: Infer using TrapsNeverHappen (#5850)
Alon Zakai
2023-08-02
1
-0
/
+50
*
GUFA: Refine casts (#5805)
Alon Zakai
2023-07-07
1
-2
/
+39
*
Print supertype declarations using the standard format (#5801)
Thomas Lively
2023-07-06
1
-26
/
+26
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-6
/
+6
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-6
/
+6
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-6
/
+6
*
Print function types on function imports in the text format (#5727)
Alon Zakai
2023-05-17
1
-6
/
+6
*
[Wasm GC] Automatically make RefCast heap types more precise (#5704)
Alon Zakai
2023-05-05
1
-5
/
+5
*
[Wasm GC] Fix GUFA on array.init of a bottom type (#5675)
Alon Zakai
2023-04-19
1
-0
/
+29
*
Port a few more tests off of --nominal (#5666)
Thomas Lively
2023-04-14
1
-69
/
+93
*
[GUFA] Fix packed field filtering (#5652)
Alon Zakai
2023-04-10
1
-0
/
+64
*
[Wasm GC] Fix GUFA on ArrayInit (#5638)
Alon Zakai
2023-04-07
1
-0
/
+59
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-7
/
+9
*
Make constant expression validation stricter (#5557)
Thomas Lively
2023-03-10
1
-15
/
+0
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-12
/
+12
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-47
/
+1
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-17
/
+17
*
Allow casting to basic heap types (#5332)
Thomas Lively
2022-12-08
1
-14
/
+10
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-56
/
+56
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-126
/
+126
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-5
/
+5
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-5
/
+5
[next]