summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-emscripten.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move --separate-data-segments into a pass so it can be run from wasm-opt (#6088)Sam Clegg2023-11-081-32/+0
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-4/+4
* Strip em_js_deps exports (#5109)Sam Clegg2022-10-041-2/+0
* Remove metadata generation from wasm-emscripten-finalize (#4863)Sam Clegg2022-08-071-236/+0
* wasm-emscripten-finalize: Remove em_js/em_asm start/stop symbols when strippi...Sam Clegg2022-08-051-0/+9
* Cleanup em_asm/em_js strings as part of PostEmscripten (#4871)Sam Clegg2022-08-041-90/+5
* wasm-emscripten-finalize: Remove __start/__stop_em_js exports (#4870)Sam Clegg2022-08-031-0/+3
* First class Data Segments (#4733)Ashley Nelson2022-06-211-22/+22
* wasm-emscripten-finalize: Improve detection of mainReadsParams (#4701)Sam Clegg2022-05-311-6/+10
* Remove renameMainArgcArgv from wasm-emscripten-finalize (#4700)Sam Clegg2022-05-311-12/+0
* [EH] Export tags (#4691)Heejin Ahn2022-05-261-1/+1
* Update heuristic for finding `__stack_pointer` to allow exports. NFC (#4467)Sam Clegg2022-01-201-6/+7
* Escape \t as well as \n when writing JSON output. (#4437)Sam Clegg2022-01-101-0/+5
* Remove tableSize from emscripten metadata (#4415)Sam Clegg2021-12-281-6/+0
* Modernize code to C++17 (#3104)Max Graey2021-11-221-3/+1
* [Memory64] Fixed atomics / bulk memory support. (#3992)Wouter van Oortmerssen2021-07-191-2/+2
* Rename emscripten metadata key to reflect new unmangled names (#3813)Sam Clegg2021-04-151-1/+1
* Remove final remnants of name mangling from wasm-emscripten (#3785)Sam Clegg2021-04-151-1/+1
* wasm-emscripten: Remove unused EM_ASM_PREFIX and STACK_INIT (#3786)Sam Clegg2021-04-081-6/+1
* Fixed reading 64-bit memories and output of globals (#3709)Wouter van Oortmerssen2021-03-191-2/+2
* Remove old AsmConstWalker code (#3685)Sam Clegg2021-03-121-127/+9
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-1/+0
* Support 64-bit data segment init-exps in Memory64 (#3593)Wouter van Oortmerssen2021-02-251-6/+6
* Allow em_js strings to be exported as globals (#3577)Sam Clegg2021-02-181-14/+27
* Fix removal of em_js strings (#3570)Sam Clegg2021-02-161-1/+1
* finalize: strip segments that contain only EM_ASM/EM_JS data (#3557)Sam Clegg2021-02-121-47/+142
* Simplify asmConst handling. NFC. (#3558)Sam Clegg2021-02-091-76/+9
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-1/+5
* finalize: Refactor C string extraction code. NFC. (#3555)Sam Clegg2021-02-081-82/+84
* Fix removal of EM_JS functions (#3552)Sam Clegg2021-02-081-9/+5
* Simplfy getExpressionName (#3522)Alon Zakai2021-01-271-1/+1
* finalize: remove initializers from metadata output (#3479)Sam Clegg2021-01-111-8/+1
* finalize: there can only ever be a single initializer function. NFC. (#3452)Sam Clegg2020-12-181-8/+4
* Fixed wasm-emscripten-finalize AsmConstWalker not handling 64-bit pointers (#...Wouter van Oortmerssen2020-12-141-6/+15
* wasm-emscripten-finalize: Support PIC + threads (#3427)Sam Clegg2020-12-041-4/+12
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-16/+0
* wasm-emscripten-finalize: Remove staticBump from metadata (#3300)Sam Clegg2020-10-291-2/+1
* Remove support for emscripten legacy PIC ABI (#3299)Sam Clegg2020-10-291-42/+0
* Remove now-redundant stack pointer manipulation passes (#3251)Sam Clegg2020-10-181-26/+0
* Rename Emscripten EHSjLj functions in wasm backend (#3191)Heejin Ahn2020-10-101-129/+1
* Let GenerateDynCalls generate dynCalls for invokes (#3192)Heejin Ahn2020-10-021-66/+0
* Stop generating __growWasmMemory (#3180)Sam Clegg2020-10-011-13/+0
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-1/+1
* Stop renaming longjmp in wasm-emscripten-finalize (#3111)Alon Zakai2020-09-111-8/+1
* wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)Sam Clegg2020-08-261-0/+20
* Remove old EM_ASM handling method (#3069)Alon Zakai2020-08-211-63/+6
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-2/+2
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-11/+10
* wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044)Alon Zakai2020-08-191-13/+27
* Move generateDynCallThunks into its own pass. NFC. (#3000)Sam Clegg2020-08-041-11/+0