aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/Config.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-31[ELF] Fix IRELATIVE addend if the resolver address is updated by linker relax...Fangrui Song1-0/+3
2025-10-23[DTLTO][Clang][LLD] Fix DTLTO for multi-call LLVM driver toolchain (#162456)Andrew Ng1-0/+1
2025-09-19[ELF] Add --print-gc-sections=<file> (#159706)Fangrui Song1-1/+1
2025-07-30[ELF] Add a dummySym member to CtxJessica Clarke1-0/+2
2025-07-23[lld][ELF] Allow `data.rel.ro.hot` and `.data.rel.ro.unlikely` to be RELRO (#...Mingming Liu1-0/+1
2025-07-14[LLD] Merge .hexagon.attributes sections (#148098)Brian Cain1-0/+1
2025-07-02[DTLTO][LLD][ELF] Add support for Integrated Distributed ThinLTO (#142757)bd1976bris1-0/+4
2025-06-24Reapply "ELF: Add branch-to-branch optimization."Peter Collingbourne1-0/+1
2025-06-23Revert "ELF: Add branch-to-branch optimization."Hans Wennborg1-1/+0
2025-06-20ELF: Add branch-to-branch optimization.Peter Collingbourne1-0/+1
2025-06-16[LLD][ELF][RISCV][Zicfilp][Zicfiss] Support `-z zicfilp=` and `-z zicfiss=` t...Ming-Yi Lai1-0/+8
2025-06-13[lld] Refactor storage of PAuth ABI core info (#141920)SivanShani-Arm1-1/+18
2025-06-12[ELF] Implement -z dynamic-undefined-weakFangrui Song1-0/+1
2025-06-06[LLD][ELF][RISCV][Zicfilp] Handle .note.gnu.property sections for Zicfilp/Zic...Ming-Yi Lai1-0/+3
2025-04-08[LLD][ELF] Allow merging XO and RX sections, and add `--[no-]xosegment` flag ...Csanád Hajdú1-0/+1
2025-03-26[lld][ELF] Add --why-live flag (inspired by Mach-O) (#127112)Daniel Thornburgh1-0/+1
2025-03-15[AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (#127787)Jack Styles1-0/+1
2025-03-11[ELF] Introduce ReportPolicy to handle -z *-report options. NFCFangrui Song1-5/+16
2025-03-01[LLD][ELF] Add `-z execute-only-report` that checks PURECODE section flags (#...Csanád Hajdú1-0/+1
2025-02-10[ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F]Fangrui Song1-1/+1
2025-02-05[ELF] Refine isExported/isPreemptible conditionFangrui Song1-2/+0
2025-02-04[ELF] Add BPSectionOrderer options (#125559)Fangrui Song1-0/+6
2025-02-03Revert "[ELF] Add BPSectionOrderer options (#120514)"Hans Wennborg1-6/+0
2025-02-03Revert "[ELF] Refine isExported/isPreemptible condition"Nikita Popov1-0/+2
2025-02-02[ELF] Add BPSectionOrderer options (#120514)Pengying Xu1-0/+6
2025-01-31[ELF] Refine isExported/isPreemptible conditionFangrui Song1-2/+0
2025-01-27[ELF] Remove redundant isExported computationFangrui Song1-0/+1
2025-01-27[ELF] Refine includeInDynsym conditionFangrui Song1-0/+2
2025-01-27Revert "[ELF] Remove redundant isExported computation"Jorge Gorbe Moya1-1/+0
2025-01-26[ELF] Remove redundant isExported computationFangrui Song1-0/+1
2024-12-22[ELF] Move PT_OPENBSD_NOBTCFI check to readConfigs() (#120678)Brad Smith1-1/+1
2024-12-19[ELF] Add support for PT_OPENBSD_NOBTCFI (#120005)Brad Smith1-0/+1
2024-12-13ELF: Introduce --randomize-section-padding option.Peter Collingbourne1-0/+1
2024-11-17[ELF] Avoid list initialization with incomplete unique_ptr<OutputSection> mem...Fangrui Song1-4/+4
2024-11-17[ELF] Make elfHeader/programHeaders unique_ptrFangrui Song1-2/+2
2024-11-17[ELF] createSyntheticSections: replace some make<> with unique_ptrFangrui Song1-0/+2
2024-11-16[ELF] Move InputFile storage from make<> to LinkerDriver::filesFangrui Song1-2/+2
2024-11-16[ELF] Replace functions bAlloc/saver/uniqueSaver with member accessFangrui Song1-6/+0
2024-11-16[ELF] Make Ctx inherit from CommonLinkerContextFangrui Song1-10/+5
2024-11-16[ELF] Move global relocMutex/undefs into CtxFangrui Song1-0/+17
2024-11-16[ELF] Remove global ctxFangrui Song1-5/+0
2024-11-16[ELF] Move SharedFile::vernauxNum to CtxFangrui Song1-0/+2
2024-11-16[ELF] Initialize Ctx membersFangrui Song1-7/+7
2024-11-16[ELF] Replace message(...) with Msg(ctx)Fangrui Song1-0/+3
2024-11-16[ELF] Pass ctx to bAlloc/saver/uniqueSaverFangrui Song1-0/+10
2024-11-16[ELF] Remove unneeded toString(Error) when using ELFSyncStreamFangrui Song1-1/+0
2024-11-16[ELF] Replace internalLinkerError(getErrorLoc(ctx, buf) + ...) with InternalE...Fangrui Song1-4/+2
2024-11-16[ELF] Replace contex-less toString(x) with toStr(ctx, x)Fangrui Song1-0/+2
2024-11-15[ELF] Remove errorOrWarnFangrui Song1-4/+1
2024-11-06[ELF] Replace error(...) with ErrAlways or ErrFangrui Song1-0/+5