summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-stack.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Strings] Add experimental StringNew variants (#5459)Alon Zakai2023-01-261-3/+14
* [Strings] Add string.compare (#5453)Alon Zakai2023-01-251-1/+11
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-14/+0
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-9/+17
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-17/+19
* Consolidate br_on* operations (#5399)Thomas Lively2023-01-061-28/+51
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-3/+11
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-2/+6
* Update RefCast representation to drop extra HeapType (#5350)Thomas Lively2022-12-201-4/+3
* 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