summaryrefslogtreecommitdiff
path: root/src/wasm-delegations-fields.def
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Track the kinds of items that names refer to in wasm-delegations-fields...Alon Zakai2023-05-051-31/+61
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-16/+32
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-0/+20
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-3/+3
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-4/+4
* Fix issues with ref.cast_nop (#5473)Alon Zakai2023-02-031-0/+1
* [Strings] Add experimental StringNew variants (#5459)Alon Zakai2023-01-261-0/+1
* [Strings] Add string.compare (#5453)Alon Zakai2023-01-251-0/+1
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-5/+4
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-1/+1
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-1/+1
* Update RefCast representation to drop extra HeapType (#5350)Thomas Lively2022-12-201-1/+0
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-0/+9
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-0/+14
* [Strings] string.new.array methods have start:end arguments (#4888)Alon Zakai2022-08-091-0/+2
* Remove RTTs (#4848)Thomas Lively2022-08-051-18/+0
* [Strings] GC variants for string.encode (#4817)Alon Zakai2022-07-211-0/+1
* [Strings] Add string.new GC variants (#4813)Alon Zakai2022-07-191-1/+1
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+16
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+29
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+7
* [Strings] string.eq (#4781)Alon Zakai2022-07-081-0/+7
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+7
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-0/+8
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+7
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+6
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-0/+8
* [memory64] Keep type of memory.size and memory.grow on copy (#4531)Clemens Backes2022-03-171-0/+2
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-8/+1
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+8
* Fix table.size typo in declarations (#4242)Max Graey2021-10-131-1/+1
* Add table.size operation (#4224)Max Graey2021-10-081-0/+6
* Add table.set operation (#4215)Max Graey2021-10-071-0/+8
* Rename field names from "name" to "field" in DELEGATE macros (#4216)Alon Zakai2021-10-061-45/+45
* Fix RefNull in wasm-delegations-fields.def (#4210)Alon Zakai2021-10-041-1/+0
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+7
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-3/+4
* Tiny code cleanups. NFC (#4171)Alon Zakai2021-09-201-1/+1
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-2/+11
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+7
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-3/+3
* Rename wasm-delegations[-fields].h to def files (NFC) (#3941)Heejin Ahn2021-06-181-0/+695