aboutsummaryrefslogtreecommitdiff
path: root/lld/MachO
AgeCommit message (Expand)AuthorFilesLines
2025-12-31[lld][dtlto] Invert dependency edge from LTO->DTLTO to DTLTO->LTOBenjamin Kramer1-1/+0
2025-12-31[DTLTO][ELF][COFF] Add archive support for DTLTO. (#157043)Konstantin Belochapka1-0/+1
2025-12-16[lld][MachO] Add --lto-emit-llvm command line optionTarun Prabhu4-4/+18
2025-12-04[lld-macho]Define a flag for adjusting slop scale (#164295)Vy Nguyen4-2/+21
2025-12-02[lld-macho] Remove cuIndices indirection in UnwindInfoSection. NFC (#170252)Fangrui Song1-43/+32
2025-11-26[lld][MachO] Follow-up to use madvise() for threaded file page-in. (#157917)John Holdsworth2-14/+35
2025-11-25[lld] macho: Support section branch relocations, including the 1-byte form (#...Jez Ng2-3/+4
2025-11-21[lld:MachO] Allow independent override of weak symbols aliased via .set (#167...Joshua Haberman1-17/+18
2025-11-17[lld][MachO] Read cstring order for non deduped sections (#161879)Ellis Hoag3-103/+117
2025-11-11[lld][macho] Fix segfault while processing malformed object file. (#167025)Prabhu Rajasekaran1-0/+11
2025-11-07[lld][macho] Move unwind logic from equalsVariable to equalsConstant (#165325)Jez Ng1-26/+37
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski2-15/+15
2025-11-01[LLD][MachO] Fix warning when building with latest MSVCAlexandre Ganea1-1/+1
2025-11-01[lld][macho] Error out gracefully when offset is outside literal section (#16...Jez Ng1-0/+3
2025-10-31[lld][macho] Ignore cstrings in bp orderer (#165757)Ellis Hoag1-0/+4
2025-10-27[lld-macho] Link against libatomic when necessary (#144259)Sertonix1-0/+1
2025-10-27[lld][macho] Use reloc length correctly in hash computation (#165287)Ellis Hoag1-2/+3
2025-10-27[lld][macho] Support 1-byte branch relocs for x86_64 (#164439)Jez Ng3-25/+38
2025-10-17[lld] Reject --read-workers when lld is built without thread support (#163925)David Spickett1-2/+9
2025-10-16[lld] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163701)Kazu Hirata1-1/+1
2025-10-06[llvm] Add subcommand support for OptTable (#155026)Prabhu Rajasekaran1-2/+3
2025-10-03[lld][MachO] Tail merge strings (#161262)Ellis Hoag4-3/+64
2025-09-30[lld][MachO] Use llvm::Align and remove StringOffset type (#161253)Ellis Hoag2-48/+29
2025-09-30[lld][macho][NFC] Factor count zeros into helper function (#161241)Ellis Hoag1-28/+29
2025-09-26[lld][macho] Rename test to fix spelling (#160938)Ellis Hoag1-0/+3
2025-09-22[LLD][MachO] Option to emit separate cstring sections (#158720)Ellis Hoag7-20/+50
2025-09-21[LLD][MachO] Silence warning when building with MSVCAlexandre Ganea1-1/+3
2025-09-11[lld/mac] Fix comment typos to cycle botsNico Weber2-2/+2
2025-09-11[Support] Rename CTLog2 to ConstantLog2 in MathExtras.h (#158006)Kazu Hirata1-1/+1
2025-09-03[lld][MachO] Silence warnings about --read-workers parsing (#156608)Frederik Harwath1-5/+6
2025-08-29[lld-macho] Avoid infinite recursion when parsing corrupted export tries (#15...Daniel Rodríguez Troitiño3-17/+34
2025-08-27[lld][MachO] Multi-threaded preload of input files into memory (#147134)John Holdsworth3-10/+172
2025-08-07[lld-macho] Process OSO prefix only textually in both input and output (#152063)Daniel Rodríguez Troitiño1-16/+10
2025-07-16[lld-macho] Enable Linker Optimization Hints pass for arm64_32 (#148964)Daniel Bertalan2-4/+2
2025-07-16[lld-macho] Move Linker Optimization Hints pass to a separate fileDaniel Bertalan6-512/+546
2025-06-17[lld] check cache in loadDylib before real_path (#143595)Richard Howell1-6/+34
2025-06-15[lld] Use range-based for loops (NFC) (#144251)Kazu Hirata1-3/+1
2025-06-11[lld] Use std::tie to implement comparison operators (NFC) (#143726)Kazu Hirata1-5/+3
2025-06-10Revert "[lld] check cache before real_path in loadDylib (#140791)"Hans Wennborg1-20/+6
2025-06-05[lld][macho] Support order cstrings with -order_file (#140307)SharonXSharon3-33/+103
2025-06-03[lld][macho] Strip .__uniq. and .llvm. hashes in -order_file (#140670)SharonXSharon2-3/+4
2025-05-29[lld] check cache before real_path in loadDylib (#140791)Richard Howell1-6/+20
2025-05-27[lld-macho] Qualify Reloc with macho namespace (NFC) (#141692)Teresa Johnson1-1/+1
2025-05-27[LLD][MachO][NFC] Refactor LOH code (#141153)Ellis Hoag1-62/+27
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata15-30/+0
2025-05-24[lld] Use llvm::less_second (NFC) (#141349)Kazu Hirata1-4/+1
2025-05-23[lld] Use llvm::any_of (NFC) (#141316)Kazu Hirata1-3/+2
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey1-3/+2
2025-05-02[lld] handle re-exports for full framework paths (#137989)Richard Howell1-5/+10
2025-05-01[lld-macho] Fix branch extension logic compatibility with __objc_stubs (#137913)alx322-31/+61