summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-stack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix binary emitting of br_if with a refined value by emitting a cast (#6510)Alon Zakai2024-05-161-2/+157
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-63/+2
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-74/+92
* Simplify scratch local calculation (#6583)Thomas Lively2024-05-131-52/+66
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+56
* Allow DWARF and multivalue together (#6570)Heejin Ahn2024-05-061-9/+29
* Source map fixes (#6550)Jérôme Vouillon2024-05-021-0/+5
* [StackIR] Support source maps and DWARF with StackIR (#6564)Alon Zakai2024-05-011-0/+12
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-291-0/+18
* [Strings] Emit unreachable when a string instruction cannot be emitted proper...Alon Zakai2024-03-211-0/+13
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+4
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+6
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+5
* [EH] Support Stack IR for try_table (#6231)Heejin Ahn2024-01-221-8/+15
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-111-0/+12
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-2/+28
* Implement table.copy (#6078)Alon Zakai2023-11-061-0/+6
* Reuse existing function types for blocks (#6022)Thomas Lively2023-10-181-1/+1
* Reland "Optimize tuple.extract of gets in BinaryInstWriter" (#5955)Thomas Lively2023-09-181-1/+42
* Implement table.fill (#5949)Thomas Lively2023-09-181-0/+5
* Revert "Optimize tuple.extract of gets in BinaryInstWriter (#5941)" (#5945)Thomas Lively2023-09-141-42/+1
* Optimize tuple.extract of gets in BinaryInstWriter (#5941)Thomas Lively2023-09-141-1/+42
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-2/+2
* Ensure br_on_cast* target type is subtype of input type (#5881)Thomas Lively2023-08-171-0/+1
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-9/+4
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-11/+8
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-8/+11
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-11/+8
* [Strings] Adopt new instruction binary encoding (#5714)Jérôme Vouillon2023-05-121-24/+19
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-29/+25
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-0/+31
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-7/+10
* [Wasm GC] Stop emitted deprecated cast etc. instructions (#5614)Alon Zakai2023-03-311-46/+0
* [Wasm GC] Remove RefIsFunc and RefIsI31 from the binary format (#5574)Alon Zakai2023-03-151-14/+0
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-1/+1
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-2/+2
* [Strings] Add experimental string.hash instruction (#5480)Alon Zakai2023-02-031-0/+3
* Fix issues with ref.cast_nop (#5473)Alon Zakai2023-02-031-1/+1
* [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