summaryrefslogtreecommitdiff
path: root/src/wasm-builder.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Make MemoryOrder parameters non-optional (#7171)Thomas Lively2024-12-211-3/+3
* Support atomic struct accessors (#7155)Thomas Lively2024-12-181-3/+11
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-21/+12
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-6/+6
* Fix direct comparisons with unshared basic heap types (#6845)Thomas Lively2024-08-161-2/+4
* Implement table.init (#6827)Alon Zakai2024-08-161-0/+14
* Restore isString type methods (#6815)Thomas Lively2024-08-061-21/+19
* [NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)Thomas Lively2024-08-061-19/+21
* [NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)Thomas Lively2024-07-181-2/+1
* [threads] Validate all features required by ref.null (#6758)Thomas Lively2024-07-171-2/+4
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-1/+2
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-1/+1
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-171-1/+0
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-22/+9
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-44/+2
* Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)Sam Clegg2024-05-151-2/+2
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-101-1/+11
* Handle return calls correctlyThomas Lively2024-04-081-0/+1
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-4/+9
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+7
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+12
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+7
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-071-0/+1
* Make blockifyWithName correctly use name and type (#6223)Heejin Ahn2024-01-161-2/+5
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-111-0/+15
* [EH] Misc. fixes for EH (#6195)Heejin Ahn2024-01-021-0/+6
* Unify method pairs with and without Type param (#6184)Heejin Ahn2023-12-201-94/+40
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-0/+25
* [Parser] Parse tags and throw (#6126)Thomas Lively2023-11-201-1/+1
* [Parser] Parse array.new_fixed (#6102)Thomas Lively2023-11-151-2/+7
* Implement table.copy (#6078)Alon Zakai2023-11-061-0/+14
* Implement table.fill (#5949)Thomas Lively2023-09-181-0/+12
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-4/+4
* Factor IRBuilder utility out of the new wat parser (#5880)Thomas Lively2023-08-221-0/+15
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-4/+1
* TypeRefining: Add casts when we must (#5840)Alon Zakai2023-07-261-1/+3
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-15/+37
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-0/+28
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-3/+3
* [Wasm GC] Fix CoalesceLocals i31 local.get removal (#5619)Alon Zakai2023-04-041-1/+6
* [Wasm GC] wasm-ctor-eval: Handle externalized data (#5582)Alon Zakai2023-03-161-0/+4
* [NFC] Templatize `makeBlock` so it can be used with any iterable (#5583)Thomas Lively2023-03-161-28/+22
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-3/+3
* [Strings] Initial string execution support (#5491)Alon Zakai2023-02-151-0/+8
* [Strings] Add experimental StringNew variants (#5459)Alon Zakai2023-01-261-3/+8
* [Strings] Add string.compare (#5453)Alon Zakai2023-01-251-1/+2
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-3/+2
* Consolidate br_on* operations (#5399)Thomas Lively2023-01-061-9/+2
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-2/+2
* [Parser] Parse blocks (#5393)Thomas Lively2023-01-051-0/+8