summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-1/+0
* [Wasm GC] Fix GlobalTypeOptimization fuzz bug on replacing unreachable struct...Alon Zakai2022-09-061-1/+1
* Add JavaScript promise integration (JSPI) pass. (#4961)Brendan Dahl2022-09-021-0/+4
* Implement `extern.externalize` and `extern.internalize` (#4975)Thomas Lively2022-08-291-0/+6
* Adding Multi-Memories Wasm Feature (#4968)Ashley Nelson2022-08-251-0/+1
* [Wasm GC] Fix TypeRefining on fallthrough values via tee (#4900)Alon Zakai2022-08-181-0/+6
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-3/+29
* LegalizeJSInterface: Look for get/setTempRet0 as exports (#4881)Sam Clegg2022-08-151-2/+0
* Remove RTTs (#4848)Thomas Lively2022-08-051-59/+7
* [Strings] GC variants for string.encode (#4817)Alon Zakai2022-07-211-1/+2
* Remove basic reference types (#4802)Thomas Lively2022-07-201-6/+6
* [Strings] Add string.new GC variants (#4813)Alon Zakai2022-07-191-1/+2
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+17
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+33
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+20
* [Strings] string.eq (#4781)Alon Zakai2022-07-081-0/+8
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+8
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-0/+8
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+8
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+2
* [Strings] Add feature flag for Strings proposal (#4766)Alon Zakai2022-06-301-0/+1
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-0/+8
* First class Data Segments (#4733)Ashley Nelson2022-06-211-0/+23
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+1
* Turn an assertion on not colliding with an internal name into an error (#4422)Alon Zakai2022-01-051-2/+2
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-25/+1
* Add support for relaxed-simd instructions (#4320)Ng Zhi An2021-11-151-0/+4
* Add table.grow operation (#4245)Max Graey2021-10-181-2/+10
* Add table.size operation (#4224)Max Graey2021-10-081-0/+4
* Emit heap types for call_indirect that match the table (#4221)Alon Zakai2021-10-081-0/+24
* Add table.set operation (#4215)Max Graey2021-10-071-0/+8
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+7
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-0/+1
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-6/+19