index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
OptimizeInstructions: Simplify tuple.extract of tuple.make (#5938)
Alon Zakai
2023-09-14
1
-32
/
+71
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
31
-121
/
+139
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
6
-23
/
+23
*
Fix stacky-nn-tuple.test.wasm (#5934)
Thomas Lively
2023-09-13
1
-0
/
+0
*
Use standard GC encodings by default (#5873)
Thomas Lively
2023-09-12
2
-0
/
+0
*
Remove legacy GC text syntax (#5929)
Thomas Lively
2023-09-12
3
-204
/
+2
*
Fix printing of types for imported functions (#5927)
Thomas Lively
2023-09-11
3
-3
/
+3
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
66
-695
/
+680
*
DebugInfo: Don't trample in replaceCurrent() (#5915)
Alon Zakai
2023-08-31
1
-0
/
+32
*
DebugInfo: Fix loss of debug info in replaceCurrent() (#5914)
Alon Zakai
2023-08-31
1
-0
/
+40
*
Remove the GCNNLocals feature (#5080)
Thomas Lively
2023-08-31
22
-128
/
+71
*
Parse non-nullable tuple elements without special handling (#5910)
Thomas Lively
2023-08-30
1
-5
/
+3
*
Source maps: Fix locations without debug info between ones that do (#5906)
Alon Zakai
2023-08-30
1
-0
/
+122
*
Validate and fix up tuples with non-nullable elements (#5909)
Thomas Lively
2023-08-30
3
-12
/
+200
*
Print all debug annotations when BINARYEN_PRINT_FULL (#5904)
Alon Zakai
2023-08-29
1
-0
/
+67
*
Improve debug info printing with depth (#5903)
JesseChen
2023-08-28
1
-0
/
+5
*
Refactor IRBuilder to build blocks internally (#5901)
Thomas Lively
2023-08-28
1
-97
/
+126
*
GlobalStructInference: Add missing ReFinalize (#5898)
Alon Zakai
2023-08-24
1
-0
/
+47
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
528
-16570
/
+16569
*
Fix merging of unrelated types in TypeMerging (#5897)
Thomas Lively
2023-08-23
1
-0
/
+74
*
Fix a merge conflict on main (#5899)
Alon Zakai
2023-08-23
1
-1
/
+1
*
SignatureRefining: Handle updates to call.without.effects (#5884)
Alon Zakai
2023-08-23
1
-1
/
+98
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
56
-1200
/
+1203
*
Fix assertion failure in RemoveUnusedBrs (#5895)
Thomas Lively
2023-08-23
1
-0
/
+39
*
wasm-ctor-eval: Limit memory to a reasonable amount (#5896)
Alon Zakai
2023-08-23
1
-0
/
+42
*
Update stringref text format (#5891)
Jérôme Vouillon
2023-08-22
3
-54
/
+230
*
Make the legacy parser follow more closely the standard GC text format (#5889)
Jérôme Vouillon
2023-08-22
3
-0
/
+257
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
18
-32
/
+32
*
Improve br_on* optimizations (#5887)
Thomas Lively
2023-08-22
2
-73
/
+497
*
Fix finalization of call_ref to handle refined target types (#5883)
Thomas Lively
2023-08-21
1
-0
/
+70
*
Fix SSA on null refinement (#5886)
Alon Zakai
2023-08-17
1
-0
/
+28
*
ReFinalize in TypeSSA (#5885)
Alon Zakai
2023-08-17
1
-0
/
+33
*
Further improve ref.cast during finalization (#5882)
Thomas Lively
2023-08-17
6
-15
/
+19
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
6
-34
/
+34
*
Improve cast optimizations (#5876)
Thomas Lively
2023-08-17
3
-26
/
+563
*
Heap2Local: Refinalize if we end up refining (#5879)
Alon Zakai
2023-08-17
1
-1
/
+51
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
21
-1776
/
+149
*
LinearExecutionWalker: Optionally connect blocks for Br and BrOn (#5869)
Alon Zakai
2023-08-09
9
-78
/
+134
*
OptimizeCasts: Connect adjacent blocks in LinearExecutionWalker (#5866)
Alon Zakai
2023-08-08
2
-21
/
+80
*
LocalCSE: Connect adjacent blocks in LinearExecutionWalker (#5867)
Alon Zakai
2023-08-08
2
-4
/
+53
*
SimplifyGlobals: Connect adjacent blocks in LinearExecutionWalker (#5865)
Alon Zakai
2023-08-08
1
-0
/
+55
*
LinearExecutionTraversal: Add an option to connect adjacent code, use in Simp...
Alon Zakai
2023-08-08
7
-20
/
+116
*
Delete test without use (#5858)
Ashley Nelson
2023-08-07
1
-80
/
+0
*
Fix LinearExecutionWalker on calls (#5857)
Alon Zakai
2023-08-07
4
-2
/
+205
*
Lattice to model Stack (#5849)
Bruce He
2023-08-03
2
-34
/
+215
*
[Outlining] Integration test for suffix_tree and stringify (#5839)
Ashley Nelson
2023-08-03
1
-3
/
+40
*
[NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)
Alon Zakai
2023-08-02
1
-0
/
+1
*
Fix a fuzz bug in TypeMapper (#5851)
Thomas Lively
2023-08-02
1
-0
/
+35
*
GUFA: Infer using TrapsNeverHappen (#5850)
Alon Zakai
2023-08-02
4
-3
/
+3136
*
[Wasm GC] Stop printing deprecated cast etc. instructions (#5852)
Thomas Lively
2023-08-02
10
-25
/
+25
[next]