summaryrefslogtreecommitdiff
path: root/lld/ELF/LinkerScript.cpp
AgeCommit message (Expand)Author
2025-09-20[ELF] -r/--emit-relocs: Fix crash when processing .rela.text before .text (#1...mykouHW
2025-08-22[ELF][LoongArch] -r: Synthesize R_LARCH_ALIGN at input section start (#153935)Zhaoxin Yang
2025-08-12[ELF] -r: Synthesize R_RISCV_ALIGN at input section start" (#151639)Fangrui Song
2025-08-12Revert "[ELF] -r: Synthesize R_RISCV_ALIGN at input section start" (#151639)Fangrui Song
2025-08-08[ELF] -r: Synthesize R_RISCV_ALIGN at input section startFangrui Song
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-03-31[LLD][ELF] Allow memory region in OVERLAY (#133540)Daniel Thornburgh
2025-03-22[lld] Use *Set::insert_range (NFC) (#132590)Kazu Hirata
2025-03-11Reland "[LLD][ELF] Don't spill to same memory region" (#130851)Daniel Thornburgh
2025-03-11Revert "[LLD][ELF] Don't spill to same memory region" (#130815)Daniel Thornburgh
2025-03-11[LLD][ELF] Don't spill to same memory region (#129795)Daniel Thornburgh
2025-01-10[lld][ELF] Handle archive special casing in Input Sections (#119293)amosher-nvidia
2024-12-16[ELF] Remove unneeded sec->file checkFangrui Song
2024-11-24[ELF] Remove unneeded Twine in ELFSyncStreamFangrui Song
2024-11-23[ELF] Make OutputDesc unique_ptrFangrui Song
2024-11-19[ELF] Avoid make<PhdrEntry>Fangrui Song
2024-11-17[ELF] Make elfHeader/programHeaders unique_ptrFangrui Song
2024-11-16[ELF] Replace functions bAlloc/saver/uniqueSaver with member accessFangrui Song
2024-11-16[ELF] Pass ctx to bAlloc/saver/uniqueSaverFangrui Song
2024-11-14[ELF] Migrate away from global ctxFangrui Song
2024-11-07[ELF] Replace log with Log(ctx)Fangrui Song
2024-11-06[ELF] Replace errorOrWarn(...) with ErrFangrui Song
2024-11-06[ELF] Replace warn(...) with WarnFangrui Song
2024-11-06[ELF] Replace error(...) with ErrAlways or ErrFangrui Song
2024-10-20[ELF] Pass Ctx & to Defined & CommonSymbolFangrui Song
2024-10-15[ELF] Fix PROVIDE_HIDDEN -shared regression with bitcode file referencesFangrui Song
2024-10-12[ELF] Pass Ctx &Fangrui Song
2024-10-11[ELF] Pass Ctx & to OutputSectionFangrui Song
2024-10-11[ELF] Pass Ctx &Fangrui Song
2024-10-11[ELF] Make shouldAddProvideSym return values consistent when demoted to Undef...Fangrui Song
2024-10-10[ELF] Revert Ctx & parameters from SyntheticSectionFangrui Song
2024-10-10[ELF] Pass Ctx &Fangrui Song
2024-10-06[ELF] Pass Ctx & to some free functionsFangrui Song
2024-10-06[ELF] Pass Ctx & to InputFileFangrui Song
2024-10-06[ELF] Pass Ctx & to SyntheticSectionsFangrui Song
2024-10-03[ELF] Pass Ctx & to OutputSectionsFangrui Song
2024-09-29[ELF] Pass Ctx & to WriterFangrui Song
2024-09-23[ELF] Move elf::symtab into CtxFangrui Song
2024-09-22[ELF] Replace remnant config-> with ctx.arg.Fangrui Song
2024-09-21[ELF] Replace config-> with ctx.arg. in LinkerScriptFangrui Song
2024-09-21[ELF] Pass Ctx to LinkerScript. NFCFangrui Song
2024-09-15[ELF] Move InStruct into Ctx. NFCFangrui Song
2024-09-15[ELF] Move partitions into ctx. NFCFangrui Song
2024-08-21[ELF] Move target to Ctx. NFCFangrui Song
2024-08-21[ELF] Move script into Ctx. NFCFangrui Song
2024-08-21[ELF] Remove unneeded script->. NFCFangrui Song
2024-08-19[lld][ELF] Combine uniqued small data sections (#104485)Sam Elliott
2024-08-05[LLD] Add CLASS syntax to SECTIONS (#95323)Daniel Thornburgh
2024-08-03[ELF] Move outputSections into Ctx. NFCFangrui Song
2024-08-03[ELF] Move Out into Ctx. NFCFangrui Song