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
*
[NFC] Make MemoryOrder parameters non-optional (#7171)
Thomas Lively
2024-12-21
1
-3
/
+3
*
Support atomic struct accessors (#7155)
Thomas Lively
2024-12-18
1
-3
/
+11
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-21
/
+12
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
1
-6
/
+6
*
Fix direct comparisons with unshared basic heap types (#6845)
Thomas Lively
2024-08-16
1
-2
/
+4
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+14
*
Restore isString type methods (#6815)
Thomas Lively
2024-08-06
1
-21
/
+19
*
[NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)
Thomas Lively
2024-08-06
1
-19
/
+21
*
[NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)
Thomas Lively
2024-07-18
1
-2
/
+1
*
[threads] Validate all features required by ref.null (#6758)
Thomas Lively
2024-07-17
1
-2
/
+4
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-1
/
+2
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-1
/
+1
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
1
-1
/
+0
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-22
/
+9
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-44
/
+2
*
Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)
Sam Clegg
2024-05-15
1
-2
/
+2
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-1
/
+11
*
Handle return calls correctly
Thomas Lively
2024-04-08
1
-0
/
+1
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-4
/
+9
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+7
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+12
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+7
*
Get more tests working with the new text parser (#6284)
Thomas Lively
2024-02-07
1
-0
/
+1
*
Make blockifyWithName correctly use name and type (#6223)
Heejin Ahn
2024-01-16
1
-2
/
+5
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+15
*
[EH] Misc. fixes for EH (#6195)
Heejin Ahn
2024-01-02
1
-0
/
+6
*
Unify method pairs with and without Type param (#6184)
Heejin Ahn
2023-12-20
1
-94
/
+40
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+25
*
[Parser] Parse tags and throw (#6126)
Thomas Lively
2023-11-20
1
-1
/
+1
*
[Parser] Parse array.new_fixed (#6102)
Thomas Lively
2023-11-15
1
-2
/
+7
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+14
*
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
[next]