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