summaryrefslogtreecommitdiff
path: root/src/ir/ReFinalize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-1/+6
* Implement table.init (#6827)Alon Zakai2024-08-161-0/+1
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-10/+0
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+1
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+1
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+1
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-111-0/+2
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-0/+2
* Implement table.copy (#6078)Alon Zakai2023-11-061-0/+1
* Implement table.fill (#5949)Thomas Lively2023-09-181-0/+1
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Remove handleBranchForVisitBlock (#5760)Heejin Ahn2023-06-091-15/+0
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-2/+4
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-0/+2
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-1/+1
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-1/+1
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-0/+1
* [NFC] Remove an ancient hack in ReFinalize (#5183)Alon Zakai2022-10-241-9/+0
* Remove RTTs (#4848)Thomas Lively2022-08-051-2/+0
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+4
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+6
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+1
* [Strings] string.eq (#4781)Alon Zakai2022-07-081-0/+1
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+1
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-0/+1
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+1
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+1
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-0/+1
* First class Data Segments (#4733)Ashley Nelson2022-06-211-0/+3
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+1
* Add table.size operation (#4224)Max Graey2021-10-081-0/+1
* Add table.set operation (#4215)Max Graey2021-10-071-0/+1
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+1
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+1
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-1/+1
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-1/+1
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-1/+1
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+1
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-2/+0
* LUBs (#3731)Thomas Lively2021-03-291-2/+3
* Remove LUB calculation (#3669)Thomas Lively2021-03-111-11/+9
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-0/+3
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-0/+1
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-1/+1
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-0/+1
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-1/+1
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-8/+0
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+1
* [GC] Add br_on_cast (#3451)Alon Zakai2020-12-171-1/+5
* [TypedFunctionReferences] Implement call_ref (#3396)Alon Zakai2020-11-241-0/+1