summaryrefslogtreecommitdiff
path: root/lld/wasm/InputFiles.h
AgeCommit message (Expand)Author
2025-01-02[lld][WebAssembly] Replace config-> with ctx.arg.Fangrui Song
2024-11-08[lld][WebAssemlby] Implement --thinlto-object-suffix-replace/--thinlto-prefix...Sam Clegg
2024-07-12[lld][WebAssembly] Report undefined symbols in -shared/-pie builds (#75242)Sam Clegg
2024-01-22[lld][WebAssembly] Implement `--start-lib`/`--end-lib` (#78821)Sam Clegg
2024-01-19[lld][WebAssembly] Match the ELF linker in transitioning away from archive in...Sam Clegg
2023-09-18[lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (...Sam Clegg
2023-05-10fix typos to cycle botsNico Weber
2023-03-23[lld][WebAssembly] Initial support for stub librariesSam Clegg
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-02[lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2022-02-25[MC][WebAssembly] Fix crash when relocation addend underlows U32Sam Clegg
2021-10-28[lld][WebAssembly] Handle duplicate archive member names in ThinLTOSam Clegg
2021-10-04[Object][WebAssemlby] Report function types (signatures). NFCSam Clegg
2021-09-10[lld][WebAssembly] Cleanup output of --verboseSam Clegg
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn
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-05-11[lld][WebAssembly] Remove relocation target verificationSam Clegg
2021-03-08[WebAssembly] Add new relocation for location relative dataYuta Saito
2021-02-12[WebAssembly][lld] Preassign table number 0 to indirect function table for MV...Andy Wingo
2021-01-18[WebAssembly] Add support for table linking to wasm-ldAndy Wingo
2021-01-15Revert "[WebAssembly] Add support for table linking to wasm-ld"Derek Schuff
2021-01-15[WebAssembly] Add support for table linking to wasm-ldAndy Wingo
2021-01-14[lld][WebAssembly] Add support for handling table symbolsAndy Wingo
2020-12-01[lld] Use -1 as tombstone value for discarded code rangesEric Leese
2020-10-29[WebAssembly] Improved LLD error messages in case of mixed wasm32/wasm64 obje...Wouter van Oortmerssen
2020-10-12[WebAssembly] GC constructor functions in otherwise unused archive objectsDan Gohman
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen
2020-05-29[WebAssembly] Add placeholders for R_WASM_TABLE_INDEX_REL_SLEB relocationsSam Clegg
2020-02-11[lld][WebAssembly] Fail if bitcode objects are pulled in after LTOSam Clegg
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-10[lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg
2019-09-18[lld][WebAssembly] Fix use after free of archive pathSam Clegg
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-06-05[WebAssembly] Handle object parsing more like the ELF backendSam Clegg
2019-05-29[WebAssembly] Move direct call tracking from member to local. NFC.Sam Clegg
2019-05-24[WebAssembly] Relax signature checking for undefined functions that are not c...Sam Clegg
2019-05-24[WebAssebmly] Add support for --wrapSam Clegg
2019-05-21[WebAssembly] Add --reproduce.Rui Ueyama
2019-05-15[WebAssembly] LTO: Honor comdat groups when loading bitcode filesSam Clegg
2019-04-09[WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.Sam Clegg
2019-04-04[WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg
2019-03-20[WebAssembly] Target features sectionThomas Lively
2019-03-13[WebAssembly] Improve support for "needed" list in dylink sectionSam Clegg
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-17[WebAssembly] Merge producers sectionThomas Lively
2019-01-17Revert "[WebAssembly] Merge producers section"Thomas Lively
2019-01-16[WebAssembly] Merge producers sectionThomas Lively
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn
2018-11-27[WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg