index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
merge-blocks.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
ReFinalize in MergeBlocks so we can optimize unreachable instructions too (#6...
Alon Zakai
2024-10-10
1
-5
/
+4
*
Fix a fuzz issue with #6984 (#6988)
Alon Zakai
2024-10-07
1
-4
/
+5
*
MergeBlocks: Optimize all dropped blocks (#6984)
Alon Zakai
2024-10-04
1
-6
/
+5
*
[NFC] Refactor out the dropped-block optimization code in MergeBlocks (#6982)
Alon Zakai
2024-10-03
1
-3
/
+24
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-8
/
+12
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-13
/
+13
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-1
/
+1
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-1
/
+1
*
[Wasm GC] Stop printing deprecated cast etc. instructions (#5852)
Thomas Lively
2023-08-02
1
-1
/
+1
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-13
/
+13
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-10
/
+10
*
Simplify and fix heap type counting (#5110)
Thomas Lively
2022-10-04
1
-1
/
+2
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-1
/
+1
*
MergeBlocks: Rewrite to use a generic algorithm (#4323)
Alon Zakai
2021-11-12
1
-14
/
+193
*
MergeBlocks: optimize If conditions (#4260)
Alon Zakai
2021-10-19
1
-0
/
+38
*
MergeBlocks: Allow side effects in a ternary's first element (#4238)
Alon Zakai
2021-10-13
1
-0
/
+98
*
Refactor MergeBlocks to use iteration; adds Wasm GC support (#4137)
Alon Zakai
2021-09-09
1
-1
/
+60
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-1
/
+4
*
[Wasm GC] Fix MergeBlocks on BrOn (#3702)
Alon Zakai
2021-03-18
1
-0
/
+31