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
*
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
*
Only update functions in optimizeAfterInlining() (#5624)
Alon Zakai
2023-04-05
1
-4
/
+8
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[Strings] Add experimental StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-1
/
+1
*
[Wasm GC] Handle an unreachable br_on_cast_fail in DCE (#5418)
Alon Zakai
2023-01-11
1
-1
/
+4
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-9
/
+0
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-1
/
+1
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-25
/
+0
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-12
/
+34
*
Allow non-nullable ref.cast of nullable references (#5386)
Thomas Lively
2023-01-04
1
-0
/
+1
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-4
/
+4
*
Rename UserSection -> CustomSection. NFC (#5288)
Sam Clegg
2022-11-22
1
-2
/
+2
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-1
/
+6
*
[Parser] Parse `local.get` (#5137)
Thomas Lively
2022-10-13
1
-0
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-3
/
+6
*
Remove some unused constants. NFC (#5072)
Sam Clegg
2022-09-22
1
-3
/
+0
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
[Wasm GC] Fix GlobalTypeOptimization fuzz bug on replacing unreachable struct...
Alon Zakai
2022-09-06
1
-1
/
+1
*
Add JavaScript promise integration (JSPI) pass. (#4961)
Brendan Dahl
2022-09-02
1
-0
/
+4
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-0
/
+6
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
1
-0
/
+1
*
[Wasm GC] Fix TypeRefining on fallthrough values via tee (#4900)
Alon Zakai
2022-08-18
1
-0
/
+6
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-3
/
+29
*
LegalizeJSInterface: Look for get/setTempRet0 as exports (#4881)
Sam Clegg
2022-08-15
1
-2
/
+0
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-59
/
+7
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-1
/
+2
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-6
/
+6
*
[Strings] Add string.new GC variants (#4813)
Alon Zakai
2022-07-19
1
-1
/
+2
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+17
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+33
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+20
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+8
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+8
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+8
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+8
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+2
[next]