index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not optimize atomic gets in GUFA (#7161)
Thomas Lively
2024-12-19
1
-0
/
+24
*
Support atomic struct accessors (#7155)
Thomas Lively
2024-12-18
1
-0
/
+15
*
Fix GUFA on calls to function refs in open world (#7135)
Alon Zakai
2024-12-04
1
-13
/
+30
*
[NFC] Encapsulate source map reader state (#7132)
Thomas Lively
2024-12-03
1
-24
/
+12
*
Fixup block-nested pops even when EH is not enabled (#7130)
Thomas Lively
2024-12-03
2
-4
/
+11
*
Make more Ifs unreachable (#7094)
Thomas Lively
2024-11-27
1
-1
/
+1
*
Remove AutoDrop (#7106)
Thomas Lively
2024-11-22
1
-88
/
+0
*
Propagate public visibility through all types (#7105)
Thomas Lively
2024-11-21
1
-11
/
+8
*
LocalGraph::canMoveSet (#7039)
Alon Zakai
2024-11-11
2
-41
/
+203
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
3
-7
/
+7
*
[wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)
Alon Zakai
2024-11-07
1
-0
/
+1
*
[wasm64] Fix wasm-ctor-eval + utils on 64-bit indexes for memory64 (#7059)
Alon Zakai
2024-11-06
1
-2
/
+7
*
Module splitting: don't create new tables when splitting with Emscripten (#7050)
Derek Schuff
2024-11-02
1
-6
/
+18
*
[NFC] Use more precise types for Expression IDs (#7038)
Alon Zakai
2024-10-30
1
-1
/
+1
*
[EH][GC] Add missing subtyping constraints from TryTable (#7012)
Alon Zakai
2024-10-16
1
-1
/
+7
*
Fix BranchUtils::operateOnScopeNameUsesAndSentValues() on BrOn (#6995)
Alon Zakai
2024-10-10
1
-1
/
+2
*
Source Maps: Support 5 segment mappings (#6795)
Ömer Sinan Ağacan
2024-10-01
2
-13
/
+69
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
2
-0
/
+8
*
[NFC] Use an unordered map in Parents (#6970)
Alon Zakai
2024-09-26
1
-1
/
+1
*
[NFC] Eagerly create Functions in binary parser (#6957)
Thomas Lively
2024-09-19
1
-1
/
+4
*
[NFC] Add isSSA to LazyLocalGraph, and use it in OptimizeAddedConstants (#6952)
Alon Zakai
2024-09-18
2
-0
/
+47
*
[NFC + bugfix] Remove BreakTargetLocation from GUFA (#6956)
Alon Zakai
2024-09-18
2
-52
/
+34
*
Improve types for null accesses and remove hacks (#6954)
Thomas Lively
2024-09-18
1
-19
/
+0
*
[wasm-split] Minimize non-function export names (#6951)
Thomas Lively
2024-09-17
1
-2
/
+5
*
[wasm-split] Configure split functions rather than kept functions (#6949)
Thomas Lively
2024-09-17
2
-4
/
+4
*
[wasm-split] Run RemoveUnusedElements on secondary modules (#6945)
Thomas Lively
2024-09-17
1
-0
/
+11
*
[wasm-split] Add an option to skip importing placeholders (#6942)
Thomas Lively
2024-09-16
2
-22
/
+39
*
Remove open "ignorable public" array types (#6940)
Thomas Lively
2024-09-16
1
-0
/
+4
*
[NFC] Make Precompute use a lazy LocalGraph (#6934)
Alon Zakai
2024-09-12
2
-6
/
+72
*
Replace the old topological sort everywhere (#6902)
Thomas Lively
2024-09-10
2
-131
/
+75
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
3
-36
/
+156
*
[NFC] Make LazyLocalGraph even lazier (#6919)
Alon Zakai
2024-09-10
2
-6
/
+26
*
[NFC] LazyLocalGraph: Add getSetInfluences() (#6909)
Alon Zakai
2024-09-09
2
-17
/
+92
*
[NFC] Rename topological_orders.h to topological_sort.h (#6915)
Thomas Lively
2024-09-07
1
-1
/
+1
*
[NFC] Rename the old topological sort utility (#6914)
Thomas Lively
2024-09-06
2
-3
/
+2
*
Fix supertype counts when collecting heap types (#6905)
Thomas Lively
2024-09-05
1
-12
/
+1
*
[NFC] Add a more powerful API for collecting heap types (#6904)
Thomas Lively
2024-09-05
2
-116
/
+177
*
[NFC] Add a lazy mode to LocalGraph (#6895)
Alon Zakai
2024-09-05
2
-56
/
+207
*
Use TopologicalSort::minSort to order rec groups (#6892)
Thomas Lively
2024-09-04
1
-73
/
+59
*
[NFC] Convert LocalGraph influences accesses to function calls (#6899)
Alon Zakai
2024-09-04
1
-5
/
+25
*
[NFC] Refactor LocalGraph to split up flow() for future laziness work (#6880)
Alon Zakai
2024-09-03
2
-93
/
+164
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+2
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
3
-33
/
+49
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-4
/
+4
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
2
-0
/
+14
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
2
-0
/
+24
*
[NFC] hash constant string as void* (#6863)
Thomas Lively
2024-08-21
1
-1
/
+1
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
5
-3
/
+86
*
[NFC] Use HeapType::getKind more broadly (#6846)
Thomas Lively
2024-08-19
2
-11
/
+23
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
6
-0
/
+20
[next]