summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Validate RefAsNonNull (#6785)Alon Zakai2024-07-241-1/+7
* [NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)Thomas Lively2024-07-181-2/+1
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-1/+2
* [threads] Shared polymorphism for extern conversions (#6730)Thomas Lively2024-07-111-3/+6
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-2/+2
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-0/+1
* Add table64 lowering pass (#6595)Sam Clegg2024-05-151-2/+0
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-5/+4
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-53/+0
* Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)Sam Clegg2024-05-151-5/+1
* [Strings] Fix finalize() of StringNew on arrays (#6511)Alon Zakai2024-04-181-1/+3
* Handle return calls correctlyThomas Lively2024-04-081-0/+1
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-5/+28
* Check for unreachable in `Select::finalize(Type)` (#6389)Thomas Lively2024-03-081-1/+9
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+2
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+2
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-0/+1
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-111-0/+50
* Unify method pairs with and without Type param (#6184)Heejin Ahn2023-12-201-65/+56
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-0/+41
* wasm-metadce all the things (#6142)Alon Zakai2023-11-301-0/+47
* Implement table.copy (#6078)Alon Zakai2023-11-061-0/+8
* Typed Continuations: Add cont type (#5998)Frank Emrich2023-10-241-0/+1
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-0/+1
* Refine ref.test's castType during refinalization (#5985)Thomas Lively2023-10-021-0/+2
* Implement table.fill (#5949)Thomas Lively2023-09-181-0/+9
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-1/+1
* Fix finalization of call_ref to handle refined target types (#5883)Thomas Lively2023-08-211-6/+11
* Further improve ref.cast during finalization (#5882)Thomas Lively2023-08-171-16/+11
* Ensure br_on_cast* target type is subtype of input type (#5881)Thomas Lively2023-08-171-0/+7
* [Wasm GC] Automatically make RefCast heap types more precise (#5704)Alon Zakai2023-05-051-1/+15
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-2/+17
* [NFC] Assert that module maps are the right size (#5687)Alon Zakai2023-04-251-0/+8
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-0/+18
* Only update functions in optimizeAfterInlining() (#5624)Alon Zakai2023-04-051-4/+8
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-1/+1
* [Strings] Add experimental StringNew variants (#5459)Alon Zakai2023-01-261-1/+1
* [Wasm GC] Handle an unreachable br_on_cast_fail in DCE (#5418)Alon Zakai2023-01-111-1/+4
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-9/+0
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-1/+1
* Consolidate br_on* operations (#5399)Thomas Lively2023-01-061-25/+0
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-12/+34
* Allow non-nullable ref.cast of nullable references (#5386)Thomas Lively2023-01-041-0/+1
* Update RefCast representation to drop extra HeapType (#5350)Thomas Lively2022-12-201-4/+4
* Rename UserSection -> CustomSection. NFC (#5288)Sam Clegg2022-11-221-2/+2
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-1/+6
* [Parser] Parse `local.get` (#5137)Thomas Lively2022-10-131-0/+1
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-3/+6
* Remove some unused constants. NFC (#5072)Sam Clegg2022-09-221-3/+0