index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
precompute-gc.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extra space printed in empty structs (#6750)
Thomas Lively
2024-07-16
1
-1
/
+1
*
Revert "Strings: Disable precomputing for now (#6412)" (#6413)
Alon Zakai
2024-03-20
1
-2
/
+2
*
Strings: Disable precomputing for now (#6412)
Alon Zakai
2024-03-20
1
-2
/
+2
*
[NFC] Add the type of the Expression when eliding it (#6362)
Alon Zakai
2024-02-28
1
-3
/
+3
*
Precompute: Optimize array.len (#6299)
Alon Zakai
2024-02-12
1
-2
/
+0
*
Revert "Stop propagating/inlining string constants (#6234)" (#6258)
Alon Zakai
2024-01-31
1
-5
/
+3
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-5
/
+5
*
Stop propagating/inlining string constants (#6234)
Alon Zakai
2024-01-23
1
-3
/
+5
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-30
/
+62
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-1
/
+1
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-2
/
+2
*
Precompute: Check defaultability, not nullability (#6052)
Alon Zakai
2023-10-25
1
-8
/
+33
*
Fix unreachable code in LocalGraph by making it imprecise there (#6048)
Alon Zakai
2023-10-24
1
-8
/
+83
*
[NFC] LocalGraph: Optimize params with no sets (#6046)
Alon Zakai
2023-10-24
1
-6
/
+39
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-24
/
+24
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-4
/
+4
*
Further improve ref.cast during finalization (#5882)
Thomas Lively
2023-08-17
1
-1
/
+1
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-2
/
+2
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-2
/
+2
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-2
/
+2
*
Print function types on function imports in the text format (#5727)
Alon Zakai
2023-05-17
1
-1
/
+1
*
Remove --nominal from more tests (#5664)
Thomas Lively
2023-04-13
1
-456
/
+2
*
[Wasm GC] Properly handle packed field truncation in StructNew (#5570)
Alon Zakai
2023-03-13
1
-0
/
+18
*
[Strings] Initial string execution support (#5491)
Alon Zakai
2023-02-15
1
-0
/
+40
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-3
/
+3
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-9
/
+9
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-31
/
+31
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-1
/
+1
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-1
/
+1
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-1
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-22
/
+36
*
Simplify and fix heap type counting (#5110)
Thomas Lively
2022-10-04
1
-2
/
+4
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-2
/
+2
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+58
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-233
/
+56
*
Print heap types in text format in nominal mode (#4316)
Alon Zakai
2021-11-08
1
-29
/
+29
*
Return the correct flow when an RTT is breaking (#4310)
Thomas Lively
2021-11-05
1
-0
/
+45
*
Fix printing of some unreachable GC instructions (#4281)
Alon Zakai
2021-10-27
1
-8
/
+16
*
Switch from "extends" to M4 nominal syntax (#4248)
Thomas Lively
2021-10-14
1
-2
/
+455
*
Precompute: Track reference identity (#4243)
Alon Zakai
2021-10-14
1
-22
/
+518
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-0
/
+20
*
Test GC lit tests with --nominal as well (#4043)
Thomas Lively
2021-08-02
1
-0
/
+2
*
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] Fix precomputing of incompatible fallthrough values (#3875)
Alon Zakai
2021-05-10
1
-0
/
+110
*
[Wasm GC] Fix precompute on GC data (#3810)
Alon Zakai
2021-04-15
1
-1
/
+358
*
[Wasm GC] Full precompute support for GC (#3803)
Alon Zakai
2021-04-13
1
-0
/
+37