aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/Driver.cpp
AgeCommit message (Expand)AuthorFilesLines
4 days[ELF] Add a dummySym member to CtxJessica Clarke1-0/+1
11 days[lld][ELF] Allow `data.rel.ro.hot` and `.data.rel.ro.unlikely` to be RELRO (#...Mingming Liu1-0/+2
2025-07-14[LLD] Merge .hexagon.attributes sections (#148098)Brian Cain1-0/+4
2025-07-02[DTLTO][LLD][ELF] Add support for Integrated Distributed ThinLTO (#142757)bd1976bris1-0/+5
2025-06-24Reapply "ELF: Add branch-to-branch optimization."Peter Collingbourne1-0/+2
2025-06-23Revert "ELF: Add branch-to-branch optimization."Hans Wennborg1-2/+0
2025-06-20ELF: Add branch-to-branch optimization.Peter Collingbourne1-0/+2
2025-06-16[LLD][ELF][RISCV][Zicfilp][Zicfiss] Support `-z zicfilp=` and `-z zicfiss=` t...Ming-Yi Lai1-0/+77
2025-06-13[lld] Refactor storage of PAuth ABI core info (#141920)SivanShani-Arm1-10/+17
2025-06-12[ELF] Implement -z dynamic-undefined-weakFangrui Song1-0/+8
2025-06-06[LLD][ELF][RISCV][Zicfilp] Handle .note.gnu.property sections for Zicfilp/Zic...Ming-Yi Lai1-4/+48
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata1-2/+0
2025-05-14Support,lld: Rename misnamed F_no_mmap to F_mmapFangrui Song1-1/+1
2025-05-04[lld] Remove unused local variables (NFC) (#138470)Kazu Hirata1-2/+1
2025-04-19[PAC][ThinLTO] Fix auth key for GOT entries of function symbols (#131467)Daniil Kovalev1-0/+12
2025-04-08[LLD][ELF] Allow merging XO and RX sections, and add `--[no-]xosegment` flag ...Csanád Hajdú1-0/+1
2025-03-29[lld] Use *Set::insert_range (NFC) (#133565)Kazu Hirata1-2/+1
2025-03-28[PAC][lld] Support `-z nopac-plt` flag (#132973)Daniil Kovalev1-1/+1
2025-03-26[lld][ELF] Add --why-live flag (inspired by Mach-O) (#127112)Daniel Thornburgh1-0/+9
2025-03-15[AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (#127787)Jack Styles1-1/+28
2025-03-11[ELF] Introduce ReportPolicy to handle -z *-report options. NFCFangrui Song1-22/+18
2025-03-01[LLD][ELF] Add `-z execute-only-report` that checks PURECODE section flags (#...Csanád Hajdú1-4/+11
2025-02-28[ELF] Make -z *-report=unknown error message conventionalFangrui Song1-2/+2
2025-02-16[ELF] Refine ctx.arg.exportDynamic conditionFangrui Song1-2/+2
2025-02-10[ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F]Fangrui Song1-1/+22
2025-02-08[ELF] Reorder target-specific error messaesFangrui Song1-39/+36
2025-02-05[ELF] Refine isExported/isPreemptible conditionFangrui Song1-9/+2
2025-02-04[ELF] Add BPSectionOrderer options (#125559)Fangrui Song1-0/+48
2025-02-03Revert "[ELF] Add BPSectionOrderer options (#120514)"Hans Wennborg1-48/+0
2025-02-03Revert "[ELF] Refine isExported/isPreemptible condition"Nikita Popov1-2/+9
2025-02-02[ELF] Add BPSectionOrderer options (#120514)Pengying Xu1-0/+48
2025-01-31[ELF] Refine isExported/isPreemptible conditionFangrui Song1-9/+2
2025-01-30[ELF] Merge exportDynamic/isExported and remove Symbol::includeInDynsymFangrui Song1-1/+2
2025-01-30[ELF] ICF: replace includeInDynsym with isExportedFangrui Song1-1/+1
2025-01-27[ELF] Refine includeInDynsym conditionFangrui Song1-2/+6
2025-01-26[ELF] Make isExported accurate earlyFangrui Song1-5/+14
2025-01-25[ELF] Ignore --time-trace if disableOutputFangrui Song1-1/+2
2025-01-25[ELF] Replace some Fatal with ErrFangrui Song1-2/+4
2025-01-25[ELF] openAuxiliaryFile: open /dev/null if disableOutput and filename is "-"Fangrui Song1-0/+7
2025-01-05[ELF] Allow --symbol-ordering-file and call graph profile to be used togetherFangrui Song1-6/+1
2025-01-05[LLD] Do not combine cg_profile from obj and ordering file (#121325)Haohai Wen1-2/+3
2024-12-22[ELF] Move PT_OPENBSD_NOBTCFI check to readConfigs() (#120678)Brad Smith1-3/+1
2024-12-19[ELF] Add support for PT_OPENBSD_NOBTCFI (#120005)Brad Smith1-0/+3
2024-12-13ELF: Introduce --randomize-section-padding option.Peter Collingbourne1-0/+3
2024-12-08[ELF] Introduce Symbol::isExported to cache includeInDynsymFangrui Song1-1/+1
2024-12-08[ELF] Merge parseSymbolVersion and computeIspreemptibleFangrui Song1-0/+2
2024-11-24[ELF] Remove unneeded Twine in ELFSyncStreamFangrui Song1-4/+2
2024-11-23[ELF] Simplify reportMissingFeature. NFCFangrui Song1-39/+39
2024-11-23[ELF] Reorder SectionBase/InputSectionBase membersFangrui Song1-3/+5
2024-11-17[ELF] Make elfHeader/programHeaders unique_ptrFangrui Song1-1/+1