index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
remove-unused-brs.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
RemoveUnusedBrs: Avoid an error on loops with unreachable ifs (#7156)
Alon Zakai
2024-12-17
1
-16
/
+50
*
Do not sink blocks into ifs with unreachable conditions (#7129)
Thomas Lively
2024-12-02
1
-0
/
+30
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-1
/
+0
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-59
/
+121
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-4
/
+4
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-4
/
+4
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-3
/
+3
*
RemoveUnusedBrs: Allow less unconditional work and in particular division (#5...
Alon Zakai
2023-10-03
1
-8
/
+2
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-2
/
+2
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-17
/
+17
*
Update tests ahead of transition from `data` to `struct` (#5320)
Thomas Lively
2022-12-07
1
-4
/
+6
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-17
/
+17
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-3
/
+3
*
Separate `func` into a separate type hierarchy (#4955)
Thomas Lively
2022-08-22
1
-10
/
+5
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
1
-9
/
+9
*
[Selectify] Increase TooCostlyToRunUnconditionally from 7 to 9 (#4228)
Max Graey
2021-10-13
1
-3
/
+50
*
RemoveUnusedBrs: Optimize if-of-if pattern (#4180)
Alon Zakai
2021-09-23
1
-0
/
+160
*
RemoveUnusedBrs: Do not create a select with a multivalue result (#4005)
Alon Zakai
2021-07-19
1
-0
/
+47
*
Generate FileCheck checks for all module items (#3957)
Thomas Lively
2021-06-28
1
-0
/
+6
*
Implement missing if restructuring (#3819)
Alon Zakai
2021-04-20
1
-0
/
+256
*
LUBs (#3731)
Thomas Lively
2021-03-29
1
-0
/
+29