index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)
Derek Schuff
2024-12-06
1
-0
/
+2
*
[NFC] Encapsulate source map reader state (#7132)
Thomas Lively
2024-12-03
1
-2
/
+2
*
Make more Ifs unreachable (#7094)
Thomas Lively
2024-11-27
1
-19
/
+11
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-10
/
+0
*
Module splitting: don't create new tables when splitting with Emscripten (#7050)
Derek Schuff
2024-11-02
1
-1
/
+1
*
[EH][GC] Send a non-nullable exnref from TryTable (#7013)
Alon Zakai
2024-10-17
1
-1
/
+5
*
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
1
-1
/
+4
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+4
*
Improve types for null accesses and remove hacks (#6954)
Thomas Lively
2024-09-18
1
-3
/
+31
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+7
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
1
-0
/
+1
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+8
*
Save build ID in a source map (#6799)
Marcin Kolny
2024-08-15
1
-0
/
+1
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+2
*
Validate RefAsNonNull (#6785)
Alon Zakai
2024-07-24
1
-1
/
+7
*
[NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)
Thomas Lively
2024-07-18
1
-2
/
+1
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-1
/
+2
*
[threads] Shared polymorphism for extern conversions (#6730)
Thomas Lively
2024-07-11
1
-3
/
+6
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-2
/
+2
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
1
-0
/
+1
*
Add table64 lowering pass (#6595)
Sam Clegg
2024-05-15
1
-2
/
+0
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-5
/
+4
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-53
/
+0
*
Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)
Sam Clegg
2024-05-15
1
-5
/
+1
*
[Strings] Fix finalize() of StringNew on arrays (#6511)
Alon Zakai
2024-04-18
1
-1
/
+3
*
Handle return calls correctly
Thomas Lively
2024-04-08
1
-0
/
+1
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-5
/
+28
*
Check for unreachable in `Select::finalize(Type)` (#6389)
Thomas Lively
2024-03-08
1
-1
/
+9
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+2
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+2
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-0
/
+1
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+50
*
Unify method pairs with and without Type param (#6184)
Heejin Ahn
2023-12-20
1
-65
/
+56
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+41
*
wasm-metadce all the things (#6142)
Alon Zakai
2023-11-30
1
-0
/
+47
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+8
*
Typed Continuations: Add cont type (#5998)
Frank Emrich
2023-10-24
1
-0
/
+1
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
1
-0
/
+1
*
Refine ref.test's castType during refinalization (#5985)
Thomas Lively
2023-10-02
1
-0
/
+2
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+9
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-1
/
+1
*
Fix finalization of call_ref to handle refined target types (#5883)
Thomas Lively
2023-08-21
1
-6
/
+11
*
Further improve ref.cast during finalization (#5882)
Thomas Lively
2023-08-17
1
-16
/
+11
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-0
/
+7
*
[Wasm GC] Automatically make RefCast heap types more precise (#5704)
Alon Zakai
2023-05-05
1
-1
/
+15
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-2
/
+17
*
[NFC] Assert that module maps are the right size (#5687)
Alon Zakai
2023-04-25
1
-0
/
+8
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+18
[next]