aboutsummaryrefslogtreecommitdiff
path: root/lld/wasm/SymbolTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-07[lld][WebAssembly] Fix reported names of LTO output files (#138789)Sam Clegg1-2/+2
2025-03-04[lld][WebAssembly] Support for the custom-page-sizes WebAssembly proposal (#1...Nick Fitzgerald1-2/+2
2025-01-28[lld][WebAssembly] Fix for shared library symbols WRT replacing lazy symbols ...Sam Clegg1-2/+10
2025-01-12[wasm] Avoid repeated hash lookups (NFC) (#122626)Kazu Hirata1-2/+2
2025-01-02[lld][WebAssembly] Replace config-> with ctx.arg.Fangrui Song1-14/+14
2024-11-01[lld][WebAssembly] Implement various thinlto flags (#114327)Sam Clegg1-3/+1
2024-09-04[lld][WebAssembly] Add allow-multiple-definition flag (#97699)mzukovec1-3/+6
2024-07-12[lld][WebAssembly] Report undefined symbols in -shared/-pie builds (#75242)Sam Clegg1-16/+108
2024-07-02[lld][WebAssembly] Fix for --import-table when combined with reference types ...Sam Clegg1-3/+6
2024-01-19[lld][WebAssembly] Fix regression in function signature checking (#78831)Sam Clegg1-1/+1
2024-01-19[lld][WebAssembly] Match the ELF linker in transitioning away from archive in...Sam Clegg1-10/+13
2024-01-18[lld][WebAssembly] Move input vectors from symtab to ctx. NFC (#78640)Sam Clegg1-12/+12
2024-01-18[lld][WebAssembly] Move linker global state in to context object. NFC (#78629)Sam Clegg1-3/+2
2024-01-18[lld][WebAssembly] Rename fetch() to extract() to match ELF linker. NFC (#78625)Sam Clegg1-5/+5
2024-01-17[WebAssembly] Use ValType instead of integer types to model wasm tables (#78012)Derek Schuff1-2/+2
2023-11-28[lld][WebAssembly] Fix bitcode LTO order in archive parsing (#73095)Heejin Ahn1-1/+3
2023-10-03[WebAssembly] Allow absolute symbols in the linking section (symbol table) (#...Sam Clegg1-2/+4
2023-09-18[lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (...Sam Clegg1-2/+2
2023-03-23[lld][WebAssembly] Initial support for stub librariesSam Clegg1-0/+7
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-0/+6
2023-02-27[lld][WebAssembly] Fix handling of mixed strong and weak referencesSam Clegg1-0/+10
2023-01-02[lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-10/+12
2022-09-17[lld] Don't include SetVector.h (NFC)Kazu Hirata1-1/+0
2022-08-31[lld][WebAssembly] Rename SymbolTable::getSymbols to match ELF backend. NFCSam Clegg1-1/+1
2022-07-29[lld][WebAssemby] Demote LazySymbols back to undefined symbols if they are no...Sam Clegg1-0/+1
2022-05-27[lld][WebAssembly] Fix crash on undefined+weak function syms in LTO objectsSam Clegg1-1/+1
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-4/+4
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-4/+4
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-4/+4
2021-10-28[lld] Rename addCombinedLTOObjects to match ELF driver. NFCSam Clegg1-1/+1
2021-10-27fix comment typos to cycle botsNico Weber1-1/+1
2021-10-12[WebAssembly] Make EH work with dynamic linkingHeejin Ahn1-0/+24
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn1-7/+1
2021-10-05[lld][WebAssembly] Create optional internal symbols only after LTO object as ...Sam Clegg1-2/+2
2021-08-18[WebAssembly] Avoid unused function imports in PIC modeSam Clegg1-1/+4
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-15/+15
2021-05-17[lld][WebAssembly] Refactor input chunk class hierarchy. NFCSam Clegg1-1/+1
2021-03-04[lld][WebAssembly] -Bsymbolic creates indirect function table if neededAndy Wingo1-0/+65
2021-02-26[lld][WebAssembly] Rename methods/members to match ELF backend. NFC.Sam Clegg1-1/+1
2021-02-11[lld][WebAssembly] Common superclass for input globals/events/tablesAndy Wingo1-3/+1
2021-02-08[lld][WebAssembly] Fix typo in function nameSam Clegg1-5/+5
2021-01-18[WebAssembly] Add support for table linking to wasm-ldAndy Wingo1-0/+12
2021-01-15Revert "[WebAssembly] Add support for table linking to wasm-ld"Derek Schuff1-12/+0
2021-01-15[WebAssembly] Add support for table linking to wasm-ldAndy Wingo1-0/+12
2021-01-14[lld][WebAssembly] Add support for handling table symbolsAndy Wingo1-0/+65
2020-11-25[lld][WebAssembly] Ensure stub symbols always get address 0Sam Clegg1-3/+3
2020-11-17[lld][WebAssembly] Implement --unresolved-symbolsSam Clegg1-21/+39
2020-11-10[lld][WebAssembly] Allow references to __tls_base without shared memorySam Clegg1-1/+13
2020-08-10[WebAssembly] wasm64: fix memory.init operand typesWouter van Oortmerssen1-1/+1