aboutsummaryrefslogtreecommitdiff
path: root/lld/wasm/InputFiles.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata1-1/+0
2025-04-28[lld][WebAssembly] Don't mark `--start-lib`/`--end-lib` files as live (#137714)Sam Clegg1-2/+4
2025-01-02[lld][WebAssembly] Replace config-> with ctx.arg.Fangrui Song1-7/+7
2024-12-02[WebAssembly] Define call-indirect-overlong and bulk-memory-opt features (#11...Dan Gohman1-10/+11
2024-11-08[lld][WebAssemlby] Implement --thinlto-object-suffix-replace/--thinlto-prefix...Sam Clegg1-0/+9
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito1-2/+16
2024-08-19[lld][WebAssembly] Ignore local symbols when parsing lazy object files. (#104...Sam Clegg1-1/+1
2024-08-06[lld][WebAssembly] Fix stub library deps causing LTO archive members to be re...Sam Clegg1-2/+2
2024-07-16[lld][WebAssembly] Work around limited architecture detection for wasm64 shar...Sam Clegg1-2/+6
2024-07-12[lld][WebAssembly] Report undefined symbols in -shared/-pie builds (#75242)Sam Clegg1-5/+43
2024-02-02[Object][Wasm] Move WasmSymbolInfo directly into WasmSymbol (NFC) (#80219)Derek Schuff1-10/+10
2024-01-25[Object][Wasm] Allow parsing of GC types in type and table sections (#79235)Derek Schuff1-0/+3
2024-01-19[lld][WebAssembly] Match the ELF linker in transitioning away from archive in...Sam Clegg1-52/+49
2024-01-18[lld][WebAssembly] Move linker global state in to context object. NFC (#78629)Sam Clegg1-1/+1
2024-01-17[WebAssembly] Use ValType instead of integer types to model wasm tables (#78012)Derek Schuff1-1/+1
2023-12-26[wasm] Use StringRef::trim (NFC)Kazu Hirata1-10/+1
2023-09-18[lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (...Sam Clegg1-3/+3
2023-07-11[WebAssembly] Support `annotate` clang attributes for marking functions.Brendan Dahl1-0/+1
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song1-2/+2
2023-04-04[lld][WebAssembly] Fix stub library parsing with windows line endingsSam Clegg1-7/+11
2023-03-23[lld][WebAssembly] Initial support for stub librariesSam Clegg1-0/+43
2023-03-17[WebAssembly] Replace Bugzilla links with Github issuesHeejin Ahn1-2/+3
2023-01-02[lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+2
2022-12-02[lld] Use std::nullopt instead of None (NFC)Kazu Hirata1-3/+3
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-19[lld] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-04-06Fix warnings about variables that are set but only used in debug modeMartin Storsjö1-0/+1
2022-03-14[WebAssembly] Second phase of implemented extended const proposalSam Clegg1-4/+6
2022-03-01[lld][WebAssembly] Improve error reporting for bad ar archive membersSam Clegg1-1/+6
2022-02-25[MC][WebAssembly] Fix crash when relocation addend underlows U32Sam Clegg1-1/+1
2022-01-27[lld][WebAssembly] Handle TLS symbols in older object fileSam Clegg1-7/+7
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-6/+5
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-5/+6
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-6/+5
2021-12-02[lld][WebAssembly] Fix for debug relocations against undefined function symbolsSam Clegg1-0/+3
2021-10-29[lld][WebAssembly] Handle TLS variables in Symbol::getVA. NFCSam Clegg1-14/+2
2021-10-28[lld][WebAssembly] Handle duplicate archive member names in ThinLTOSam Clegg1-5/+32
2021-10-27fix comment typos to cycle botsNico Weber1-1/+1
2021-10-12[WebAssembly] Make EH work with dynamic linkingHeejin Ahn1-0/+8
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn1-4/+3
2021-10-04[Object][WebAssemlby] Report function types (signatures). NFCSam Clegg1-4/+3
2021-09-10[lld][WebAssembly] Cleanup output of --verboseSam Clegg1-9/+0
2021-09-09[WebAssembly] Add explict TLS symbol flagSam Clegg1-1/+11
2021-07-20[LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgoldFangrui Song1-2/+3
2021-07-19[WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64 for wasm64Wouter van Oortmerssen1-0/+2
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-15/+14
2021-06-01[lld][WebAssemlby] Fix for string merging of -dwarf-5 sectionsSam Clegg1-2/+5
2021-05-20[WebAssembly] Fix PIC/GOT codegen for wasm64Wouter van Oortmerssen1-3/+4
2021-05-18[lld][WebAssembly] Enable string tail merging in debug sectionsSam Clegg1-4/+19
2021-05-17[lld][WebAssembly] Refactor input chunk class hierarchy. NFCSam Clegg1-3/+3