summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-stack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-2/+8
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-3/+3
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-5/+5
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-0/+16
* Parse and emit `array.len` without a type annotation (#5151)Thomas Lively2022-10-181-2/+0
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-5/+2
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-1/+28
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-8/+5
* Add a type annotation to return_call_ref (#5068)Thomas Lively2022-09-221-2/+8
* [Wasm64] The binary format offset of load/store should be u64leb in wasm64 (#...Axis2022-09-191-2/+8
* Implement `extern.externalize` and `extern.internalize` (#4975)Thomas Lively2022-08-291-0/+8
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-16/+30
* Revert "[Wasm GC] GC-prefixed opcodes are int8, not LEBs (#4889)" (#4895)Alon Zakai2022-08-161-60/+60
* [Strings] Linear memory string operations should emit a memory index (#4893)Alon Zakai2022-08-101-12/+19
* [Wasm GC] GC-prefixed opcodes are int8, not LEBs (#4889)Alon Zakai2022-08-091-60/+60
* Remove RTTs (#4848)Thomas Lively2022-08-051-63/+16
* [Strings] GC variants for string.encode (#4817)Alon Zakai2022-07-211-0/+11
* Remove basic reference types (#4802)Thomas Lively2022-07-201-15/+0
* [Strings] Add string.new GC variants (#4813)Alon Zakai2022-07-191-0/+15
* [Strings] stringview_wtf16.length (#4809)Alon Zakai2022-07-181-0/+3
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+19
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+29
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+17
* [Strings] string.is_usv_sequence (#4783)Alon Zakai2022-07-081-0/+3
* [Strings] string.eq (#4781)Alon Zakai2022-07-081-0/+4
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+4
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-0/+19
* Group reference types in binary format. (#4774)Alon Zakai2022-07-071-0/+23
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-3/+22
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+5
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-0/+23
* Update relaxed SIMD instructionsThomas Lively2022-06-071-7/+0
* Add ref.cast_nop_static (#4656)Thomas Lively2022-05-111-1/+5
* Remove externref (#4633)Thomas Lively2022-05-041-3/+0
* Implement relaxed SIMD dot product instructions (#4586)Thomas Lively2022-04-111-0/+14
* [SIMD] Make swizzle's opcode name consistent (NFC) (#4585)Heejin Ahn2022-04-091-2/+2
* Implement i16x8.relaxed_q15mulr_s (#4583)Thomas Lively2022-04-071-1/+5
* Modernize code to C++17 (#3104)Max Graey2021-11-221-2/+2
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-2/+1
* Add support for relaxed-simd instructions (#4320)Ng Zhi An2021-11-151-0/+61
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+5
* Add table.size operation (#4224)Max Graey2021-10-081-0/+5
* Emit heap types for call_indirect that match the table (#4221)Alon Zakai2021-10-081-2/+2
* Add table.set operation (#4215)Max Graey2021-10-071-0/+5
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+5
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-10/+31
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-4/+29
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+6
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-2/+2
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-1/+2