summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2025-01-21[LLD][COFF] Separate EC and native exports for ARM64X (#123652)Jacek Caban
2025-01-20[LLD][COFF] Simplify creation of .edata chunks (NFC) (#123651)Jacek Caban
2025-01-20[LLD][COFF] Add support for custom DOS stub (#122561)kkent030315
2025-01-20[LLD][COFF] Add support for alternate entry point in CHPE metadata on ARM64X ...Jacek Caban
2025-01-17[WebAssembly][Object] Support more elem segment flags (#123427)Derek Schuff
2025-01-17[lld][InstrProf][NFC] Fix typo in help message (#123390)Ellis Hoag
2025-01-17[lld-macho] Document '-icf' flag options (#123372)alx32
2025-01-17[LLD][COFF] Process bitcode files separately for each symbol table on ARM64X ...Jacek Caban
2025-01-16[lld-macho,BalancedPartition] Simplify relocation hash and avoid xxHashFangrui Song
2025-01-16[LLD][COFF] Move getChunk to LinkerDriver (NFC) (#123103)Jacek Caban
2025-01-16[LLD][COFF] Add support for hybrid ARM64X entry points (#123096)Jacek Caban
2025-01-15[lld-macho] Reduce memory usage of printing thunks in map file (#122785)alx32
2025-01-15[lld] Initialize SingleStringMatcher::ExactMatch (#123138)Vitaly Buka
2025-01-16[LLD] [COFF] Fix linking import libraries with -wholearchive: (#122806)Martin Storsjö
2025-01-15[LLD][COFF] Infer subsystem from EC symbol table for ARM64X (#122838)Jacek Caban
2025-01-15[LLD][COFF] Pull _load_config_used symbol from both symbol tables on ARM64X (...Jacek Caban
2025-01-15[LLD][COFF] Move symbol mangling and lookup helpers to SymbolTable class (NFC...Jacek Caban
2025-01-14[LLD][COFF] Skip sections marked as IMAGE_SCN_LNK_INFO in the output image (#...Jacek Caban
2025-01-13[LLD][COFF] Use appropriate symbol table for -include argument on ARM64X (#12...Jacek Caban
2025-01-12[ELF] Avoid repeated hash lookups (NFC) (#122628)Kazu Hirata
2025-01-12[wasm] Avoid repeated hash lookups (NFC) (#122626)Kazu Hirata
2025-01-10[ThinLTO] Skip opt pipeline and summary wrapper pass on empty modules (#120143)Teresa Johnson
2025-01-10[lld][ELF] Handle archive special casing in Input Sections (#119293)amosher-nvidia
2025-01-10[LLD][COFF] Use EC load config for ARM64X relocations of load config director...Jacek Caban
2025-01-10[lld-macho,NFC] Switch to increasing prioritiesFangrui Song
2025-01-10[LLD][COFF] Silence GCC warning in Arm64XDynamicRelocEntry::getSize (NFC) (#1...Jacek Caban
2025-01-09[lld-macho] Fix branch extension thunk estimation logic (#120529)alx32
2025-01-09[LLD][COFF] Emit base relocation for native CHPE metadata pointer on ARM64X (...Jacek Caban
2025-01-09[LLD][COFF] Sort base relocations (#121699)Jacek Caban
2025-01-07[lld-macho] Include branch extension thunks in linker map (#120496)alx32
2025-01-06[lld,NFC] Fix stale comments related to config->Fangrui Song
2025-01-05[ELF] Allow --symbol-ordering-file and call graph profile to be used togetherFangrui Song
2025-01-05[ELF] Internalize computeCacheDirectedSortOrder. NFCFangrui Song
2025-01-05[lld-macho] Remove redundant hasValidData. NFCFangrui Song
2025-01-05[lld][MachO] Fix warning while building for wasm (#120889)Anutosh Bhat
2025-01-05[LLD] Add CHECK-NEXT for cgprofile-obj.s tests (#121677)Haohai Wen
2025-01-05[LLD] Do not combine cg_profile from obj and ordering file (#121325)Haohai Wen
2025-01-05[LLD] Track cg_profile from combination of obj and ordering file (#121324)Haohai Wen
2025-01-03[NFC] Fix a typo (#121545)Mingming Liu
2025-01-03[lld/COFF] Support thin archives in /reproduce: files (#121512)Nico Weber
2025-01-02[lld][WebAssembly] Fix non-pie dynamic-linking executable (#108146)YAMAMOTO Takashi
2025-01-02[ELF] Fix .gnu.version crash when .dynsym is discardedFangrui Song
2025-01-02[lld][WebAssembly] Replace config-> with ctx.arg.Fangrui Song
2025-01-02[lld/COFF] Fix comment typo to cycle botsNico Weber
2025-01-02[LLD][COFF] Emit warnings for missing load config on EC targets (#121339)Jacek Caban
2025-01-01[LLD][COFF] Move addFile implementation to LinkerDriver (NFC) (#121342)Jacek Caban
2024-12-31[lld][MachO] Allow separate --irpgo-profile flag (#121354)Ellis Hoag
2024-12-29[LLD][COFF] Use EC symbol table for CHPE metadata (#120328)Jacek Caban
2024-12-29[LLD][COFF] Prepare both load configs on ARM64X (#120326)Jacek Caban
2024-12-29[LLD][COFF] Store and validate load config in SymbolTable (#120324)Jacek Caban