aboutsummaryrefslogtreecommitdiff
path: root/lld/wasm/Config.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-25[wasm-ld] Refactor WasmSym from static globals to per-link context (#134970)Anutosh Bhat1-0/+110
2025-03-04[lld][WebAssembly] Support for the custom-page-sizes WebAssembly proposal (#1...Nick Fitzgerald1-0/+1
2025-02-28[lld][WebAssembly] Add RUNTIME_PATH support to wasm-ld (#129050)Hood Chatham1-0/+1
2025-01-02[lld][WebAssembly] Replace config-> with ctx.arg.Fangrui Song1-9/+1
2024-12-13[lld][WebAssembly] Introduce Ctx::argFangrui Song1-2/+10
2024-11-08[lld][WebAssemlby] Implement --thinlto-object-suffix-replace/--thinlto-prefix...Sam Clegg1-0/+4
2024-11-01[lld][WebAssembly] Implement various thinlto flags (#114327)Sam Clegg1-1/+7
2024-09-04[lld][WebAssembly] Add allow-multiple-definition flag (#97699)mzukovec1-0/+5
2024-07-12[lld][WebAssembly] Report undefined symbols in -shared/-pie builds (#75242)Sam Clegg1-0/+1
2024-06-11[lld][WebAssembly] Always search *.so for -Bdynamic (#84288)YAMAMOTO Takashi1-1/+3
2024-02-25[lld][WebAssembly] Add `--no-growable-memory` (#82890)SingleAccretion1-0/+1
2024-01-19[lld][WebAssembly] Reset context object after each link (#78770)Sam Clegg1-1/+3
2024-01-18[lld][WebAssembly] Move input vectors from symtab to ctx. NFC (#78640)Sam Clegg1-0/+15
2024-01-18[lld][WebAssembly] Move linker global state in to context object. NFC (#78629)Sam Clegg1-11/+11
2023-12-15[lld][WebAssembly] Add an `--initial-heap` option (#75594)SingleAccretion1-0/+1
2023-11-02[lld][WebAssembly] Add --keep-section flagSam Clegg1-0/+1
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks1-4/+4
2023-08-15[lld][WebAssembly] Add support for -sonameSam Clegg1-0/+1
2023-05-10fix typos to cycle botsNico Weber1-1/+1
2023-03-09[lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFCSam Clegg1-4/+2
2023-03-06[lld][WebAssembly] Implement --why-extract flag from the ELF backendSam Clegg1-1/+11
2023-03-03Reapply: [WebAssembly] Implement build-id featureDerek Schuff1-0/+5
2023-03-02Revert "[WebAssembly] Implement build-id feature"Derek Schuff1-5/+0
2023-03-02[WebAssembly] Implement build-id featureDerek Schuff1-0/+5
2023-02-15[LLD] Add --lto-CGO[0-3] optionScott Linder1-0/+5
2023-01-02[lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-5/+6
2022-10-31[wasm-ld] Allow importing/exporting the output module's memory with arbitrary...Dan Gohman1-1/+2
2022-10-13[lld][WebAssembly] Add `--extra-features` flag to add addional featuresSam Clegg1-0/+1
2022-10-03[lld][WebAssemlby] Improve support for -L / -l and add testingSam Clegg1-0/+1
2022-07-30[lld] Change vector to SmallVector. NFCFangrui Song1-1/+2
2022-04-07[lld] Remove support for legacy pass managerNikita Popov1-1/+0
2022-03-15[lld][WebAssembly] Take advantage of extended const expressions when availableSam Clegg1-0/+1
2022-03-15[lld][WebAssembly] Add --unresolved-symbols=import-dynamicSam Clegg1-1/+1
2021-10-28[lld][WebAssembly] Initialize bss segments using memory.fillSam Clegg1-0/+4
2021-10-27fix comment typos to cycle botsNico Weber1-1/+1
2021-06-17[lld][WebAssembly] Add new `--import-undefined` optionSam Clegg1-4/+2
2021-04-29[lld][WebAssembly] Add `--export-if-defined`Sam Clegg1-0/+1
2021-02-12[WebAssembly][lld] Preassign table number 0 to indirect function table for MV...Andy Wingo1-0/+4
2020-12-01[LTO][wasm][NewPM] Allow using new pass manager for wasm LTOArthur Eubanks1-0/+2
2020-11-17[lld][WebAssembly] Implement --unresolved-symbolsSam Clegg1-1/+7
2020-10-12[lld][WebAssembly] Add support for -Bsymbolic flagSam Clegg1-0/+1
2020-09-12[lld][WebAssembly] Add initial support for -Map/--print-mapSam Clegg1-0/+1
2020-07-16[WebAssembly] Triple::wasm64 related cleanupWouter van Oortmerssen1-1/+1
2020-06-25[WebAssembly] Add warnings for -shared and -pieDan Gohman1-0/+1
2020-06-25[WebAssembly] Adding 64-bit versions of __stack_pointer and other globalsWouter van Oortmerssen1-0/+1
2020-04-09[lld][WebAssembly] Handle 4gb max memoriesThomas Lively1-4/+4
2020-03-27[ThinLTO] Allow usage of all hardware threads in the systemAlexandre Ganea1-1/+1
2020-01-06[lld] Fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2019-09-04[WebAssembly] Initialize memory in start functionThomas Lively1-1/+0
2019-08-27[lld][WebAssembly] Support for growable tablesJacob Gravelle1-0/+1