index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
inlining_splitting.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
*
[NFC-ish] Stop creating unneeded blocks around calls when inlining (#6969)
Alon Zakai
2024-09-26
1
-701
/
+569
*
Remove extra space printed in empty structs (#6750)
Thomas Lively
2024-07-16
1
-1
/
+1
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-199
/
+407
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-64
/
+64
*
Print function types on function imports in the text format (#5727)
Alon Zakai
2023-05-17
1
-1
/
+1
*
Generate unique block names when inlining (#5697)
Alon Zakai
2023-05-05
1
-59
/
+59
*
Fallback to direct inlining if the outline will be inlined. (#5698)
Goktug Gokdogan
2023-05-04
1
-36
/
+535
*
Add a name hint to getValidName() (#5653)
Alon Zakai
2023-04-11
1
-12
/
+12
*
Never flip a call from unreachable to reachable during inlining (#5493)
Alon Zakai
2023-02-16
1
-1
/
+0
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-3
/
+3
*
Update tests ahead of transition from `data` to `struct` (#5320)
Thomas Lively
2022-12-07
1
-4
/
+4
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-69
/
+69
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-18
/
+18
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-1
/
+1
*
Separate `func` into a separate type hierarchy (#4955)
Thomas Lively
2022-08-22
1
-4
/
+4
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
1
-16
/
+10
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-19
/
+23
*
Disable partial inlining by default and add a flag for it. (#4191)
Alon Zakai
2021-09-27
1
-1
/
+1
*
Partial inlining via function splitting (#4152)
Alon Zakai
2021-09-17
1
-0
/
+1702