index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
Commit message (
Expand
)
Author
Age
Files
Lines
*
EffectAnalyzer: Do not clear break targets before walk()/visit() (#5723)
Alon Zakai
2023-05-17
1
-0
/
+41
*
Reintroduce wasm-merge (#5709)
Alon Zakai
2023-05-16
23
-0
/
+1322
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
2
-4
/
+98
*
Extend drop.h and use it in Directize (#5713)
Alon Zakai
2023-05-10
1
-75
/
+12
*
Gate all partial inlining behind the partial-inlining-ifs flag (#5710)
Alon Zakai
2023-05-10
1
-0
/
+207
*
Add a "mayNotReturn" effect (#5711)
Alon Zakai
2023-05-10
1
-3
/
+10
*
Remove TypeUpdater in Vacuum and always ReFinalize (#5707)
Alon Zakai
2023-05-09
2
-5
/
+63
*
Port vacuum_all-features test to lit (#5708)
Thomas Lively
2023-05-09
1
-0
/
+1300
*
Fix optimizeAddedConstants on GC-introduced unreachability (#5706)
Alon Zakai
2023-05-09
1
-0
/
+44
*
[Wasm GC] wasm-ctor-eval: Handle cycles of data (#5685)
Alon Zakai
2023-05-05
3
-0
/
+1480
*
Generate unique block names when inlining (#5697)
Alon Zakai
2023-05-05
8
-121
/
+121
*
[Wasm GC] Automatically make RefCast heap types more precise (#5704)
Alon Zakai
2023-05-05
11
-26
/
+71
*
Fix DeadArgumentElimination return value opts on nesting+recursion (#5701)
Alon Zakai
2023-05-04
1
-0
/
+34
*
Fallback to direct inlining if the outline will be inlined. (#5698)
Goktug Gokdogan
2023-05-04
1
-36
/
+535
*
Emit memory segment index for data segments (#5699)
Alon Zakai
2023-05-03
1
-2
/
+5
*
[Wasm GC] Always refinalize in SignatureRefining (#5694)
Alon Zakai
2023-05-01
1
-0
/
+38
*
Fix name deduplication with partial names sections (#5689)
Alon Zakai
2023-04-28
2
-0
/
+22
*
[Wasm GC] Ignore GC cycle leaks in LSan (#5686)
Alon Zakai
2023-04-24
1
-0
/
+28
*
[Wasm GC] ReFinalize when needed in SimplifyGlobals (#5682)
Alon Zakai
2023-04-20
1
-0
/
+33
*
[Wasm GC] Fix a trapsNeverHappen corner case with if/select of a trapping arm...
Alon Zakai
2023-04-20
1
-23
/
+127
*
Remove the ability to construct basic types in a TypeBuilder (#5678)
Thomas Lively
2023-04-19
1
-41
/
+41
*
Disable the memory64 feature in Memory64Lowering.cpp (#5679)
Thomas Lively
2023-04-19
1
-0
/
+9
*
Disable sign extension in SignExtLowering.cpp (#5676)
Thomas Lively
2023-04-19
3
-2
/
+13
*
[Wasm GC] Fix GUFA on array.init of a bottom type (#5675)
Alon Zakai
2023-04-19
1
-0
/
+29
*
[Wasm GC] OptimizeInstructions: Don't turn ref.test into unreachable immediat...
Alon Zakai
2023-04-17
1
-1
/
+34
*
[Wasm GC] Fix SignatureRefining on a call_ref to a bottom type (#5670)
Alon Zakai
2023-04-17
1
-0
/
+20
*
Remove the --hybrid and --nominal command line options (#5669)
Thomas Lively
2023-04-14
31
-297
/
+18
*
Port the remaining test/lit/passes tests off of --nominal (#5668)
Thomas Lively
2023-04-14
13
-315
/
+409
*
Port a few more tests off of --nominal (#5666)
Thomas Lively
2023-04-14
8
-203
/
+271
*
Remove --nominal from more tests (#5664)
Thomas Lively
2023-04-13
17
-4055
/
+83
*
Update lit tests and remove stale checks (#5662)
Thomas Lively
2023-04-13
3
-61
/
+6
*
Convert some tests off of --nominal (#5660)
Thomas Lively
2023-04-13
15
-337
/
+286
*
[Wasm GC] Casts of a non-nullable bottom type to non-null fail (#5645)
Alon Zakai
2023-04-12
2
-16
/
+157
*
Add a name hint to getValidName() (#5653)
Alon Zakai
2023-04-11
12
-117
/
+117
*
[GUFA] Fix packed field filtering (#5652)
Alon Zakai
2023-04-10
1
-0
/
+64
*
Do not flatten memory when array.new_data is present (#5650)
Alon Zakai
2023-04-10
1
-0
/
+38
*
[Wasm GC] Update struct.get types in TypeRefining (#5649)
Alon Zakai
2023-04-10
1
-0
/
+49
*
Fix MemoryPacking handling of array.init_data (#5644)
Thomas Lively
2023-04-07
1
-0
/
+28
*
Fix and simplify refinalization in OptimizeInstructions (#5642)
Alon Zakai
2023-04-07
1
-0
/
+89
*
[Wasm GC] Handle packed fields in GUFA and CFP (#5640)
Alon Zakai
2023-04-07
2
-0
/
+146
*
[Wasm GC] Fix an assertion in array.set processing in OptimizeInstructions (#...
Alon Zakai
2023-04-07
1
-4
/
+57
*
[Wasm GC] Fix GUFA on ArrayInit (#5638)
Alon Zakai
2023-04-07
1
-0
/
+59
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
2
-0
/
+119
*
[Wasm GC] OptimizeInstructions: ref.as_non_null of null will trap (#5635)
Alon Zakai
2023-04-06
2
-112
/
+110
*
[Wasm GC] Handle another unreachability case in trapOnNull() (#5634)
Alon Zakai
2023-04-05
1
-0
/
+42
*
RemoveUnusedModuleElements: Add SIMD support for memory operations (#5632)
Alon Zakai
2023-04-05
1
-0
/
+39
*
Wasm GC] Handle unreachability in a select child in trapOnNull() (#5630)
Alon Zakai
2023-04-05
1
-0
/
+45
*
Fix a crash in MemoryPacking due to an unreachable pointer (#5623)
Thomas Lively
2023-04-05
1
-0
/
+42
*
Support multiple memories in RemoveUnusedModuleElements (#5604)
Thomas Lively
2023-04-04
1
-28
/
+167
*
[Wasm GC] Fix CoalesceLocals ineffective tee removal with type changes (#5621)
Alon Zakai
2023-04-04
1
-0
/
+28
[next]