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
*
[NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...
Alon Zakai
2024-09-03
5
-193
/
+250
*
[NFC] Refactor LocalGraph to split up flow() for future laziness work (#6880)
Alon Zakai
2024-09-03
3
-93
/
+165
*
[NFC] Avoid repeated work in DeadArgumentElimination scanning (#6869)
Alon Zakai
2024-09-03
3
-61
/
+141
*
[FP16] Fix max opcode typo. (#6894)
Brendan Dahl
2024-09-03
1
-1
/
+1
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
10
-11
/
+80
*
[NFC] Change topological sort utilities to functions (#6889)
Thomas Lively
2024-09-03
3
-75
/
+76
*
Simplify ReorderGlobals using new topological sort utils (#6885)
Thomas Lively
2024-08-29
1
-141
/
+62
*
Add a utility for finding minimal topological sorts (#6884)
Thomas Lively
2024-08-29
2
-9
/
+115
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
13
-56
/
+72
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
13
-120
/
+124
*
Check for required actions when parsing wast (#6874)
Thomas Lively
2024-08-27
1
-3
/
+11
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
14
-40
/
+263
*
[NFC] Optimize ParamUtils::getUsedParams() (#6866)
Alon Zakai
2024-08-26
4
-18
/
+43
*
Fix null dereference in FunctionValidator (#6849)
mtb
2024-08-26
1
-2
/
+11
*
Support more reference constants in wast scripts (#6865)
Thomas Lively
2024-08-26
4
-22
/
+49
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
7
-132
/
+171
*
[NFC] Avoid quadratic time when precomputing blocks (#6862)
Alon Zakai
2024-08-21
1
-0
/
+67
*
[NFC] Avoid quadratic time in StackIROptimizer::removeUnneededBlocks() (#6859)
Alon Zakai
2024-08-21
1
-5
/
+15
*
Add a string lowering mode disallowing non-UTF-8 strings (#6861)
Thomas Lively
2024-08-21
3
-2
/
+24
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
13
-10
/
+275
*
[NFC] hash constant string as void* (#6863)
Thomas Lively
2024-08-21
1
-1
/
+1
*
Support `ref.extern n` in spec tests (#6858)
Thomas Lively
2024-08-21
4
-10
/
+21
*
Fix encoding of heap type definitions (#6856)
Thomas Lively
2024-08-20
2
-22
/
+22
*
Add the upstream spec testsuite as a submodule (#6853)
Thomas Lively
2024-08-20
1
-0
/
+3
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
15
-29
/
+218
*
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
[next]