summaryrefslogtreecommitdiff
path: root/src/tools/wasm-emscripten-finalize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't strip target features in wasm-emscripten-finalize (#7043)Derek Schuff2024-10-301-2/+0
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+3
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+1
* Remove "minimal" JS import/export legalization (#6428)Sam Clegg2024-03-221-4/+2
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-271-28/+0
* Move --separate-data-segments into a pass so it can be run from wasm-opt (#6088)Sam Clegg2023-11-081-7/+6
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-1/+0
* Remove metadata generation from wasm-emscripten-finalize (#4863)Sam Clegg2022-08-071-31/+3
* Remove renameMainArgcArgv from wasm-emscripten-finalize (#4700)Sam Clegg2022-05-311-6/+0
* Remove used wasm-emscripten-finalize option `--initial-stack-pointer` (#4490)Sam Clegg2022-02-011-8/+0
* wasm-emscripten-finalize: Remove legacy --new-pic-abi option (#4483)Sam Clegg2022-01-271-6/+0
* Add --no-emit-metadata option to wasm-emscripten-finalize (#4450)Sam Clegg2022-01-191-3/+14
* Add categories to --help text (#4421)Alon Zakai2022-01-051-0/+22
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-2/+1
* Remove renaming of __wasm_call_ctors (#3811)Sam Clegg2021-04-151-9/+0
* wasm-emscripten-finalize: Do not skip the start function body (#3714)Alon Zakai2021-03-221-3/+6
* Revert the effect of #3689 (#3705)Alon Zakai2021-03-181-2/+3
* wasm-emscripten-finalize: Do not read the Names section when not writing outp...Alon Zakai2021-03-181-1/+6
* Skip function bodies in wasm-emscripten-finalize when we don't need them (#3689)Alon Zakai2021-03-171-3/+13
* finalize: remove initializers from metadata output (#3479)Sam Clegg2021-01-111-13/+1
* finalize: there can only ever be a single initializer function. NFC. (#3452)Sam Clegg2020-12-181-3/+3
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-5/+2
* wasm-emscripten-finalize: Remove staticBump from metadata (#3300)Sam Clegg2020-10-291-25/+1
* Remove support for emscripten legacy PIC ABI (#3299)Sam Clegg2020-10-291-24/+6
* Remove now-redundant --mutable-sp flag from finalize (#3273)Sam Clegg2020-10-231-8/+0
* Remove now-redundant stack pointer manipulation passes (#3251)Sam Clegg2020-10-181-7/+0
* finalize: remove legacy support for "table" import (#3249)Sam Clegg2020-10-161-7/+0
* finalize: add --mutable-sp flag (#3250)Sam Clegg2020-10-151-3/+13
* finalize: move more functionality behind legacyPIC (#3248)Sam Clegg2020-10-151-9/+11
* Rename Emscripten EHSjLj functions in wasm backend (#3191)Heejin Ahn2020-10-101-2/+0
* Stop generating __growWasmMemory (#3180)Sam Clegg2020-10-011-1/+0
* wasm-emscripten-finalize: Add --new-pic-abi option (#3118)Sam Clegg2020-09-111-3/+16
* wasm-emscripten-finalize: Don't rename the imported table (#3101)Alon Zakai2020-09-031-9/+4
* wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)Sam Clegg2020-08-261-5/+25
* Remove old EM_ASM handling method (#3069)Alon Zakai2020-08-211-0/+1
* wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044)Alon Zakai2020-08-191-0/+11
* Make wasm-emscripten-finalize's output optional (#3055)Alon Zakai2020-08-171-18/+22
* Refactor wasm-emscripten-finalize to use a single pass runner (#2987)Sam Clegg2020-08-051-47/+41
* Move generateDynCallThunks into its own pass. NFC. (#3000)Sam Clegg2020-08-041-1/+3
* Move stack-check into its own pass (#2994)Sam Clegg2020-07-271-3/+10
* wasm-emscripten-finalize: remove exportWasiStart (#2986)Sam Clegg2020-07-271-4/+1
* Move emscripten PIC ABI conversion to a pass. NFC. (#2985)Sam Clegg2020-07-241-1/+5
* Move ReplaceStackPoint into a pass (#2984)Sam Clegg2020-07-241-1/+3
* Support new clang mangling of main (__main_argc_argv) (#2671)Sam Clegg2020-06-101-0/+3
* Remove stackSave/stackAlloc/stackRestore code generation (#2852)Sam Clegg2020-05-201-1/+0
* JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)Alon Zakai2020-04-071-2/+10
* Avoid fp$ access in MAIN_MODULES (#2704)Alon Zakai2020-03-271-6/+7
* Strip DWARF in finalize, to avoid keeping it around til later unnecessarily (...Alon Zakai2019-12-201-0/+8
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-0/+7
* Support stack overflow checks in standalone mode (#2525)Alon Zakai2019-12-121-0/+2