index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
2
-35
/
+37
*
Remove FeaturePrefix::FeatureRequired (NFC) (#7034)
Heejin Ahn
2024-11-04
1
-6
/
+2
*
Module splitting: don't create new tables when splitting with Emscripten (#7050)
Derek Schuff
2024-11-02
1
-1
/
+1
*
Require reference-types in addition to bulk-memory for table.fill (#7040)
daxpedda
2024-10-31
1
-2
/
+4
*
Remove closed world validation checks (#7019)
Alon Zakai
2024-10-18
1
-50
/
+1
*
[EH][GC] Send a non-nullable exnref from TryTable (#7013)
Alon Zakai
2024-10-17
3
-5
/
+11
*
Optimize Module::get_* family of functions with std::string_view in getModule...
Petr Makhnev
2024-10-10
1
-1
/
+1
*
Source Maps: Support 5 segment mappings (#6795)
Ömer Sinan Ağacan
2024-10-01
2
-14
/
+65
*
[NFC] Move a TypeInfo constructor out of a header (#6979)
Alon Zakai
2024-10-01
1
-0
/
+2
*
Binary parser: Lift the limit on the number of locals (#6973)
Jérôme Vouillon
2024-09-30
1
-6
/
+14
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
5
-0
/
+83
*
[NFC] Eagerly create segments when parsing datacount (#6958)
Thomas Lively
2024-09-19
1
-3
/
+21
*
[NFC] Eagerly create Functions in binary parser (#6957)
Thomas Lively
2024-09-19
1
-11
/
+11
*
Improve types for null accesses and remove hacks (#6954)
Thomas Lively
2024-09-18
1
-3
/
+31
*
[NFC] Make the GCData constructor a move constructor (#6946)
Alon Zakai
2024-09-17
1
-1
/
+1
*
[NFC] Move enough of wasm-type.cpp into wasm-type.h to inline core is*() meth...
Alon Zakai
2024-09-16
1
-112
/
+12
*
Remove open "ignorable public" array types (#6940)
Thomas Lively
2024-09-16
1
-9
/
+1
*
[NFC] Remove excessive debug logging from binary reading (#6927)
Alon Zakai
2024-09-10
1
-177
/
+6
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-1
/
+6
*
[NFC] LazyLocalGraph: Add getSetInfluences() (#6909)
Alon Zakai
2024-09-09
1
-8
/
+8
*
[FP16] Fix replace lane for F16x8. (#6906)
Brendan Dahl
2024-09-06
1
-1
/
+4
*
[EH] Rename Catch(All)_P3 to Catch(All)_Legacy (NFC) (#6901)
Heejin Ahn
2024-09-04
2
-8
/
+9
*
[NFC] Convert LocalGraph influences accesses to function calls (#6899)
Alon Zakai
2024-09-04
1
-1
/
+1
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
3
-6
/
+35
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-1
/
+1
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
3
-30
/
+34
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
5
-7
/
+97
*
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
1
-18
/
+0
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
3
-14
/
+33
*
[NFC] Avoid quadratic time in StackIROptimizer::removeUnneededBlocks() (#6859)
Alon Zakai
2024-08-21
1
-5
/
+15
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
4
-5
/
+110
*
Support `ref.extern n` in spec tests (#6858)
Thomas Lively
2024-08-21
1
-0
/
+3
*
Fix encoding of heap type definitions (#6856)
Thomas Lively
2024-08-20
1
-13
/
+13
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
3
-2
/
+21
*
Validate array.init_elem segment in IRBuilder (#6852)
Thomas Lively
2024-08-19
1
-0
/
+10
*
[NFC] Use HeapType::getKind more broadly (#6846)
Thomas Lively
2024-08-19
2
-96
/
+116
*
Add a pass for minimizing recursion groups (#6832)
Thomas Lively
2024-08-17
1
-0
/
+1
*
Fix direct comparisons with unshared basic heap types (#6845)
Thomas Lively
2024-08-16
2
-2
/
+2
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
5
-3
/
+75
*
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
2
-1
/
+27
*
Heap type `none` requires GC (#6840)
Thomas Lively
2024-08-14
1
-1
/
+1
*
Add a TypeBuilder API for copying a heap type (#6828)
Thomas Lively
2024-08-12
1
-2
/
+2
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
4
-0
/
+66
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
5
-0
/
+53
*
Add a utility for comparing and hashing rec group shapes (#6808)
Thomas Lively
2024-08-07
2
-0
/
+349
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
3
-22
/
+78
*
Restore isString type methods (#6815)
Thomas Lively
2024-08-06
2
-1
/
+3
[next]