summaryrefslogtreecommitdiff
path: root/src/wasm2js.h
Commit message (Expand)AuthorAgeFilesLines
* [wasm2js] Run LLVM nontrapping fptoint lowering when running for emscripten (...Derek Schuff2024-11-261-0/+3
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-1/+0
* [wasm2js] Properly handle loops without labels (#7100)Alon Zakai2024-11-211-2/+7
* Implement table.init (#6827)Alon Zakai2024-08-161-0/+4
* wasm2js: Fix the names of temp vars with named reference types (#6689)Alon Zakai2024-06-211-0/+1
* wasm2js: Support arbitrary temp variable types (#6661)Alon Zakai2024-06-171-20/+18
* wasm2js: Generalize global initializer code to use the main codegen logic (#6...Alon Zakai2024-06-131-48/+19
* wasm2js: Fix null handling and RefAsNonNull (#6656)Alon Zakai2024-06-121-19/+27
* wasm2js: Add Table operations (#6650)Alon Zakai2024-06-111-16/+57
* wasm2js: Add basic reference operations (#6648)Alon Zakai2024-06-101-15/+15
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-20/+0
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+4
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+4
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+4
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-111-0/+5
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-0/+8
* Implement table.copy (#6078)Alon Zakai2023-11-061-0/+4
* Implement table.fill (#5949)Thomas Lively2023-09-181-0/+4
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-2/+10
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-0/+8
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-7/+23
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-1/+1
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-1/+1
* [wasm2js] Fix atomic notify to take an unsigned count (#5525)Thomas Lively2023-02-271-2/+3
* [wasm2js] Support nonzero offsets in memory.atomic.wait32 (#5489)Thomas Lively2023-02-141-2/+3
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-1/+1
* wasm2js: Stop emitting nan and infinity (#5391)Will Cohen2023-01-041-9/+0
* wasm2js: Avoid emitting non-JS code during opt (#5378)Will Cohen2023-01-041-0/+3
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-0/+4
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-20/+20
* wasm2js: Support for flexible module import naming (#5114)Sam Clegg2022-10-051-40/+75
* wasm2js: Don't assume that `env.abort` can always be impored. (#5049)Sam Clegg2022-09-161-18/+30
* wasm2js: Have instantiate function take standard import object (#5018)Sam Clegg2022-09-141-3/+19
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-18/+20
* Remove RTTs (#4848)Thomas Lively2022-08-051-8/+0
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+8
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+16
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+4
* [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/+4
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+4
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+4
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-0/+4
* First class Data Segments (#4733)Ashley Nelson2022-06-211-15/+15
* [wasm2js] Support exports of Globals (#4523)magic-akari2022-03-171-3/+34
* Allow fractional timeouts in wasm2js Atomics.wait. Followup to #4385 (#4387)Alon Zakai2021-12-141-1/+1
* Implement timeout argument in wasm2js_atomic_wait_i32 (#4385)Sam Clegg2021-12-111-2/+7
* wasm2js: Don't assume the existence of js assert function (#4357)Sam Clegg2021-11-241-1/+1