index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validate array.init_elem segment in IRBuilder (#6852)
Thomas Lively
2024-08-19
1
-0
/
+10
*
Print explicit typeuses for non-MVP function types (#6851)
Thomas Lively
2024-08-19
1
-2
/
+11
*
[NFC] Use HeapType::getKind more broadly (#6846)
Thomas Lively
2024-08-19
10
-263
/
+363
*
Add a pass for minimizing recursion groups (#6832)
Thomas Lively
2024-08-17
5
-0
/
+808
*
Fix direct comparisons with unshared basic heap types (#6845)
Thomas Lively
2024-08-16
6
-12
/
+21
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
27
-32
/
+276
*
Simplify validation of stale types (#6842)
Thomas Lively
2024-08-15
1
-24
/
+9
*
[NFC] Clean up Literal copy constructor (#6841)
Alon Zakai
2024-08-15
1
-30
/
+27
*
Save build ID in a source map (#6799)
Marcin Kolny
2024-08-15
3
-1
/
+28
*
Heap type `none` requires GC (#6840)
Thomas Lively
2024-08-14
1
-1
/
+1
*
Count supertypes when collecting module types (#6838)
Thomas Lively
2024-08-14
1
-5
/
+1
*
Monomorphization: Add a flag to control the required improvement (#6837)
Alon Zakai
2024-08-14
1
-9
/
+50
*
Heap2Local: Track interactions in detail (#6834)
Alon Zakai
2024-08-13
1
-70
/
+105
*
Add missing parser error check in makeArrayInitElem (#6835)
Sofi Aberegg
2024-08-13
1
-0
/
+1
*
[NFC] Separate out GlobalTypeRewriter::mapTypeNames (#6829)
Thomas Lively
2024-08-12
2
-25
/
+32
*
Add a TypeBuilder API for copying a heap type (#6828)
Thomas Lively
2024-08-12
4
-59
/
+105
*
GlobalTypeOptimization: Reorder fields in order to remove them (#6820)
Alon Zakai
2024-08-12
3
-55
/
+151
*
Set hasExplicitName for thunks generated in FuncCastEmulation. NFC (#6826)
Sam Clegg
2024-08-09
1
-0
/
+1
*
Typed continuations: update syntax of handler clauses (#6824)
Frank Emrich
2024-08-09
2
-5
/
+3
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
13
-3
/
+187
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
14
-0
/
+107
*
Simplify TopologicalOrders (#6811)
Thomas Lively
2024-08-07
2
-28
/
+22
*
Add a utility for comparing and hashing rec group shapes (#6808)
Thomas Lively
2024-08-07
5
-0
/
+519
*
GTO: Remove minor optimization of avoiding ChildLocalizer sometimes (#6818)
Alon Zakai
2024-08-07
1
-21
/
+7
*
[NFC][parser] Rename deftype and subtype (#6819)
Thomas Lively
2024-08-07
4
-36
/
+43
*
[parser] Fix bug when printing type builder errors (#6817)
Thomas Lively
2024-08-06
1
-1
/
+1
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
7
-41
/
+166
*
Restore isString type methods (#6815)
Thomas Lively
2024-08-06
9
-35
/
+31
*
[Source maps] Handle single-segment entries in source map header decoder (#6794)
Ömer Sinan Ağacan
2024-08-06
1
-6
/
+13
*
Fix sharedness bug in inhabitable type fuzzer (#6807)
Thomas Lively
2024-08-06
1
-1
/
+2
*
[NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)
Thomas Lively
2024-08-06
9
-144
/
+134
*
Make source parser consistent with binary parser when naming things. NFC (#6813)
Sam Clegg
2024-08-06
1
-2
/
+3
*
WasmBinaryReader: Use helper function to create names for items. NFC (#6810)
Sam Clegg
2024-08-05
1
-14
/
+15
*
[NFC] Remove unused `isException` type methods (#6802)
Thomas Lively
2024-08-05
2
-8
/
+0
*
Add a utility for iterating over all topological orders (#6801)
Thomas Lively
2024-08-05
4
-2
/
+225
*
[LegalizeJSInterface] Use explicit names for stub functions (#6806)
Sam Clegg
2024-08-05
1
-0
/
+2
*
Fix shareability handling in TypeSSA collision logic (#6798)
Alon Zakai
2024-08-01
1
-0
/
+1
*
Add a disjoint sets (union-find) utility (#6797)
Thomas Lively
2024-08-01
1
-0
/
+87
*
[NFC] Avoid a temp local (#6800)
Alon Zakai
2024-08-01
1
-3
/
+3
*
Use Names::getValidNameGivenExisting in binary reading (#6793)
Alon Zakai
2024-07-31
1
-8
/
+3
*
Fix shareability of externalized nulls (#6791)
Alon Zakai
2024-07-30
1
-2
/
+3
*
Add a customizable title to Metrics reporting (#6792)
Alon Zakai
2024-07-30
2
-1
/
+10
*
Add a Tarjan's Strongly Connected Component utilty (#6790)
Thomas Lively
2024-07-30
1
-0
/
+262
*
Fix shareability of internalized nulls (#6789)
Alon Zakai
2024-07-29
1
-2
/
+3
*
Generalize Literal::externalize/internalize for strings and shareability (#6784)
Alon Zakai
2024-07-29
1
-18
/
+12
*
[wasm-reduce] Do not crash on non-func element segments (#6778)
Thomas Lively
2024-07-26
1
-10
/
+5
*
Cost analysis: Remove "Unacceptable" hack (#6782)
Alon Zakai
2024-07-25
2
-27
/
+37
*
TupleOptimization: Properly handle subtyping in copies (#6786)
Alon Zakai
2024-07-25
1
-2
/
+7
*
Validate RefAsNonNull (#6785)
Alon Zakai
2024-07-24
2
-3
/
+18
*
Properly validate ref.cast when lacking a common supertype (#6741)
Alon Zakai
2024-07-23
1
-0
/
+15
[next]