index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-builder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+12
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-4
/
+4
*
Factor IRBuilder utility out of the new wat parser (#5880)
Thomas Lively
2023-08-22
1
-0
/
+15
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-4
/
+1
*
TypeRefining: Add casts when we must (#5840)
Alon Zakai
2023-07-26
1
-1
/
+3
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-15
/
+37
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+28
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-3
/
+3
*
[Wasm GC] Fix CoalesceLocals i31 local.get removal (#5619)
Alon Zakai
2023-04-04
1
-1
/
+6
*
[Wasm GC] wasm-ctor-eval: Handle externalized data (#5582)
Alon Zakai
2023-03-16
1
-0
/
+4
*
[NFC] Templatize `makeBlock` so it can be used with any iterable (#5583)
Thomas Lively
2023-03-16
1
-28
/
+22
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-3
/
+3
*
[Strings] Initial string execution support (#5491)
Alon Zakai
2023-02-15
1
-0
/
+8
*
[Strings] Add experimental StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-3
/
+8
*
[Strings] Add string.compare (#5453)
Alon Zakai
2023-01-25
1
-1
/
+2
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-3
/
+2
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-9
/
+2
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-2
/
+2
*
[Parser] Parse blocks (#5393)
Thomas Lively
2023-01-05
1
-0
/
+8
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-2
/
+2
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-3
/
+2
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-24
/
+0
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-29
/
+0
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-0
/
+29
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-29
/
+0
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+14
*
[Parser] Parse loads and stores (#5174)
Thomas Lively
2022-10-21
1
-6
/
+6
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-14
/
+24
*
Fix multi-memory + C API for MemoryGrow and MemorySize (#4953)
Alon Zakai
2022-08-23
1
-6
/
+18
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-26
/
+76
*
[Strings] string.new.array methods have start:end arguments (#4888)
Alon Zakai
2022-08-09
1
-0
/
+12
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-95
/
+3
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-2
/
+5
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-22
/
+11
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-3
/
+21
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+32
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+7
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+7
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+7
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+9
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+7
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+6
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+9
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-0
/
+15
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
1
-1
/
+4
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-2
/
+0
*
[NominalFuzzing] Fix replaceWithIdenticalType() on nondefaultable tuples (#4605)
Alon Zakai
2022-04-21
1
-1
/
+1
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-3
/
+4
*
Fix RTTs for RTT-less instructions (#4294)
Thomas Lively
2021-11-03
1
-1
/
+1
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+8
[next]