summaryrefslogtreecommitdiff
path: root/src/abi
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-1/+1
* wasm2js: Add Table operations (#6650)Alon Zakai2024-06-111-1/+12
* Remove "minimal" JS import/export legalization (#6428)Sam Clegg2024-03-221-10/+0
* Fix --spill-pointers for the stack growing down (#6294)YAMAMOTO Takashi2024-02-131-11/+11
* [wasm2js] Support nonzero offsets in memory.atomic.wait32 (#5489)Thomas Lively2023-02-141-2/+3
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-2/+0
* [NFC] Remove `cashew::` namespace from IString (#5126)Thomas Lively2022-10-101-17/+18
* wasm2js: Don't assume that `env.abort` can always be impored. (#5049)Sam Clegg2022-09-161-1/+3
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-1/+2
* Restore and fix SpillPointers pass (#4570)Alon Zakai2022-06-061-0/+115
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-3/+2
* Remove unused wasm-object.h (#3319)Thomas Lively2020-11-031-40/+0
* Remove old/non-working SpillPointers pass (#3261)Sam Clegg2020-10-202-177/+0
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-1/+1
* wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926)Alon Zakai2020-06-231-5/+0
* wasm2js: Bulk memory support (#2923)Alon Zakai2020-06-221-7/+29
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-072-12/+12
* Remove FunctionType (#2510)Thomas Lively2019-12-112-18/+16
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Fix stack pointer identification for wasm::ABI::getStackSpace(). (#2243)William Maddox2019-07-281-0/+34
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-10/+10
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-263-81/+65
* wasm2js: use scratch memory properly (#2033)Alon Zakai2019-04-221-0/+52
* Massive renaming (#1855)Thomas Lively2019-01-071-1/+1
* Partial legalization (#1824) review followup (#1832)Alon Zakai2018-12-171-2/+2
* Minimal JS legalization (#1824)Alon Zakai2018-12-141-0/+43
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* First pass at LLD support for Emscripten (#1346)Jacob Gravelle2018-01-221-0/+40
* SpillPointers pass (#1339)Alon Zakai2017-12-302-0/+157