summaryrefslogtreecommitdiff
path: root/lld/wasm/OutputSections.cpp
AgeCommit message (Expand)Author
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-04-25[wasm-ld] Refactor WasmSym from static globals to per-link context (#134970)Anutosh Bhat
2025-03-03[lld][WebAssembly] Do not emit relocs against dead symbols (#129346)Derek Schuff
2025-02-20[lld][WebAssembly] Skip BSS when combining data segments (#127735)Sam Clegg
2025-01-02[lld][WebAssembly] Replace config-> with ctx.arg.Fangrui Song
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito
2024-09-15[lld] Nits on uses of raw_string_ostream (NFC)JOE1994
2024-01-18[lld][WebAssembly] Move linker global state in to context object. NFC (#78629)Sam Clegg
2022-09-03Use llvm::count_if (NFC)Kazu Hirata
2022-06-19[lld] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-05-27[WebAssembly] Consolidate sectionTypeToString in BinaryFormat [NFC]Derek Schuff
2022-03-15[lld][WebAssembly] Take advantage of extended const expressions when availableSam Clegg
2022-03-14[WebAssembly] Second phase of implemented extended const proposalSam Clegg
2021-10-28[lld][WebAssembly] Initialize bss segments using memory.fillSam Clegg
2021-09-10[lld][WebAssembly] Cleanup output of --verboseSam Clegg
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn
2021-05-21[lld][WebAssembly] Fix for PIC output + TLS + non-shared-memorySam Clegg
2021-05-20[WebAssembly] Fix PIC/GOT codegen for wasm64Wouter van Oortmerssen
2021-05-19[lld][WebAssembly] Fix for string tail merging and -r/--relocatableSam Clegg
2021-05-18[lld][WebAssembly] Enable string tail merging in debug sectionsSam Clegg
2021-05-17[lld][WebAssembly] Refactor input chunk class hierarchy. NFCSam Clegg
2021-02-26[lld][WebAssembly] Rename methods/members to match ELF backend. NFC.Sam Clegg
2021-02-01[WebAssembly] fixed wasm64 data segment init exp not 64-bitWouter van Oortmerssen
2021-01-19[WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENTAndy Wingo
2020-12-10[WebAssembly][lld] Exclude COMDAT sectionsDerek Schuff
2020-12-03[lld][WebAssembly] Fix malformed output with -pie + --shared-memorySam Clegg
2020-11-13[WebAssembly] Add new relocation type for TLS data symbolsSam Clegg
2020-09-12[lld][WebAssembly] Add initial support for -Map/--print-mapSam Clegg
2020-08-10[WebAssembly] wasm64: fix memory.init operand typesWouter van Oortmerssen
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-10-15[WebAssembly] Elide data segments for .bss sectionsThomas Lively
2019-10-10[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-10Make functions and member variables distinguishable even after the name style...Rui Ueyama
2019-07-08Add parentheses to silence warnings.Bill Wendling
2019-07-03[WebAssembly] Add option to emit passive segmentsThomas Lively
2019-06-04[WebAssembly] make wasm-ld --verbose show data section startVA and nameThomas Lively
2019-05-21[WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg
2019-05-16[WebAssembly] Move code and data section generation to finalizeContent. NFC.Sam Clegg
2019-04-19[WebAssembly] Emit the DataCount section when bulk memory is enabledThomas Lively
2019-04-17Fix a crash bug caused by a nested call of parallelForEach.Rui Ueyama
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08[WebAssembly] Instruction renamingThomas Lively
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn
2018-11-15[WebAssembly] Import the stack pointer when building shared librariesSam Clegg
2018-11-15[WebAssembly] Initial support for shared objects (-shared)Sam Clegg
2018-05-18[WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg
2018-05-04[WebAssembly] Add support for debug (DWARF) sectionsSam Clegg
2018-04-10[WebAssembly] Add support for custom sectionsSam Clegg