summaryrefslogtreecommitdiff
path: root/lld/MachO
AgeCommit message (Expand)Author
2025-11-21[lld:MachO] Allow independent override of weak symbols aliased via .set (#167...Joshua Haberman
2025-11-17[lld][MachO] Read cstring order for non deduped sections (#161879)Ellis Hoag
2025-11-11[lld][macho] Fix segfault while processing malformed object file. (#167025)Prabhu Rajasekaran
2025-11-07[lld][macho] Move unwind logic from equalsVariable to equalsConstant (#165325)Jez Ng
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-11-01[LLD][MachO] Fix warning when building with latest MSVCAlexandre Ganea
2025-11-01[lld][macho] Error out gracefully when offset is outside literal section (#16...Jez Ng
2025-10-31[lld][macho] Ignore cstrings in bp orderer (#165757)Ellis Hoag
2025-10-27[lld-macho] Link against libatomic when necessary (#144259)Sertonix
2025-10-27[lld][macho] Use reloc length correctly in hash computation (#165287)Ellis Hoag
2025-10-27[lld][macho] Support 1-byte branch relocs for x86_64 (#164439)Jez Ng
2025-10-17[lld] Reject --read-workers when lld is built without thread support (#163925)David Spickett
2025-10-16[lld] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163701)Kazu Hirata
2025-10-06[llvm] Add subcommand support for OptTable (#155026)Prabhu Rajasekaran
2025-10-03[lld][MachO] Tail merge strings (#161262)Ellis Hoag
2025-09-30[lld][MachO] Use llvm::Align and remove StringOffset type (#161253)Ellis Hoag
2025-09-30[lld][macho][NFC] Factor count zeros into helper function (#161241)Ellis Hoag
2025-09-26[lld][macho] Rename test to fix spelling (#160938)Ellis Hoag
2025-09-22[LLD][MachO] Option to emit separate cstring sections (#158720)Ellis Hoag
2025-09-21[LLD][MachO] Silence warning when building with MSVCAlexandre Ganea
2025-09-11[lld/mac] Fix comment typos to cycle botsNico Weber
2025-09-11[Support] Rename CTLog2 to ConstantLog2 in MathExtras.h (#158006)Kazu Hirata
2025-09-03[lld][MachO] Silence warnings about --read-workers parsing (#156608)Frederik Harwath
2025-08-29[lld-macho] Avoid infinite recursion when parsing corrupted export tries (#15...Daniel Rodríguez Troitiño
2025-08-27[lld][MachO] Multi-threaded preload of input files into memory (#147134)John Holdsworth
2025-08-07[lld-macho] Process OSO prefix only textually in both input and output (#152063)Daniel Rodríguez Troitiño
2025-07-16[lld-macho] Enable Linker Optimization Hints pass for arm64_32 (#148964)Daniel Bertalan
2025-07-16[lld-macho] Move Linker Optimization Hints pass to a separate fileDaniel Bertalan
2025-06-17[lld] check cache in loadDylib before real_path (#143595)Richard Howell
2025-06-15[lld] Use range-based for loops (NFC) (#144251)Kazu Hirata
2025-06-11[lld] Use std::tie to implement comparison operators (NFC) (#143726)Kazu Hirata
2025-06-10Revert "[lld] check cache before real_path in loadDylib (#140791)"Hans Wennborg
2025-06-05[lld][macho] Support order cstrings with -order_file (#140307)SharonXSharon
2025-06-03[lld][macho] Strip .__uniq. and .llvm. hashes in -order_file (#140670)SharonXSharon
2025-05-29[lld] check cache before real_path in loadDylib (#140791)Richard Howell
2025-05-27[lld-macho] Qualify Reloc with macho namespace (NFC) (#141692)Teresa Johnson
2025-05-27[LLD][MachO][NFC] Refactor LOH code (#141153)Ellis Hoag
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-05-24[lld] Use llvm::less_second (NFC) (#141349)Kazu Hirata
2025-05-23[lld] Use llvm::any_of (NFC) (#141316)Kazu Hirata
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey
2025-05-02[lld] handle re-exports for full framework paths (#137989)Richard Howell
2025-05-01[lld-macho] Fix branch extension logic compatibility with __objc_stubs (#137913)alx32
2025-04-29[lld][InstrProf] Skip BP ordering input sections with null data (#137906)Ellis Hoag
2025-04-29[lld] resolve dylib paths before caching (#137649)Richard Howell
2025-04-28[lld-macho]Fix bug in finding "chained" re-exported libs. (#135241)Vy Nguyen
2025-04-19[lld] Use llvm::unique (NFC) (#136453)Kazu Hirata
2025-04-18[lld] Use llvm::less_first (NFC) (#136397)Kazu Hirata
2025-04-10[lld-macho] Support archives without index (#132942)Leonard Grey
2025-04-10[lld] load rpaths from tbd files (#134925)Richard Howell