aboutsummaryrefslogtreecommitdiff
path: root/lld/MachO/InputFiles.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-13[LLD][MachO][NFC] Rename Reloc to Relocation (#175586)Alexis Engelke1-1/+1
2025-04-10[lld-macho] Support archives without index (#132942)Leonard Grey1-0/+3
2024-11-20[lld][MachO] Respect dylibs linked with `-allowable_client` (#114638)Carlo Cabrera1-0/+1
2023-12-22lld/MachO: Fix two typos to cycle botsNico Weber1-1/+1
2023-08-22[lld-macho] Stricter Bitcode Symbol ResolutionKyungwoo Lee1-1/+3
2023-08-13[lld-macho] Postprocess LC Linker OptionKyungwoo Lee1-0/+3
2023-08-04[lld-macho] Fixed crashes when linking with incompatible-arch archives/Vy Nguyen1-2/+5
2023-01-12[lld/mac] Add support for distributed ThinLTONico Weber1-0/+1
2022-12-23[lld-macho] Standardize error messagesJez Ng1-0/+2
2022-11-27[lld-macho] Change most Optional to std::optionalFangrui Song1-1/+1
2022-09-16[lld-macho] Parallelize linker optimization hint processingDaniel Bertalan1-2/+1
2022-09-15[lld-macho][reland] Add support for N_INDR symbolsJez Ng1-1/+3
2022-09-15Revert "[lld-macho] Add support for N_INDR symbols"Nico Weber1-3/+1
2022-09-15[lld-macho] Add support for N_INDR symbolsJez Ng1-1/+3
2022-07-28[lld/mac] Add support for $ld$previous symbols with explicit symbol nameNico Weber1-1/+16
2022-07-25Reland "[lld-macho] Implement -load_hidden"Daniel Bertalan1-3/+9
2022-07-25Revert "[lld-macho] Implement -load_hidden"Daniel Bertalan1-10/+3
2022-07-25[lld-macho] Implement -load_hiddenDaniel Bertalan1-3/+10
2022-07-23[lld-macho] Fold __objc_imageinfo sectionsJez Ng1-0/+1
2022-07-13[lld-macho] Accept dylibs with LC_DYLD_EXPORTS_TRIEDaniel Bertalan1-0/+1
2022-06-30[lld-macho] Initial support for Linker Optimization HintsDaniel Bertalan1-0/+2
2022-06-21Reland "[lld-macho] Show source information for undefined references"Daniel Bertalan1-0/+9
2022-06-20Revert "[lld-macho] Show source information for undefined references"Nico Weber1-9/+0
2022-06-20[lld-macho] Show source information for undefined referencesDaniel Bertalan1-0/+9
2022-06-13[lld-macho][reland] Initial support for EH FramesJez Ng1-2/+19
2022-06-09Revert "[lld-macho] Initial support for EH Frames"Douglas Yung1-19/+2
2022-06-08[lld-macho] Initial support for EH FramesJez Ng1-2/+19
2022-05-03[lld] Implement safe icf for MachOAlex Borcan1-0/+1
2022-04-23[lld/mac] For catalyst outputs, tolerate implicitly linking against mac-only ...Nico Weber1-3/+3
2022-04-22[lld-macho][nfc] Simplify unwind section lookupJez Ng1-3/+1
2022-04-07[lld-macho][nfc] Remove indirection when looking up common section membersJez Ng1-0/+1
2022-03-21[lld-macho][nfc] Have findContainingSubsection take a SectionJez Ng1-1/+1
2022-02-15[lld-macho][nfc] Factor out callgraph parsing codeJez Ng1-0/+3
2022-02-03[lld-macho][nfc] Eliminate InputSection::SharedJez Ng1-3/+16
2022-02-01[lld-macho][nfc] Comments and style fixesJez Ng1-6/+3
2022-01-19[lld-macho] Add --start-lib --end-libFangrui Song1-7/+20
2022-01-12[lld-macho] Port CallGraphSort from COFF/ELFLeonard Grey1-0/+11
2021-12-17[lld-macho] Handle $ld$hide[$os] symbols.Vy Nguyen1-0/+3
2021-12-11[lld-macho][nfc] Simplify LC_DATA_IN_CODE generationJez Ng1-2/+2
2021-11-17[lld-macho][nfc] Factor-out NFC changes from main __eh_frame diffGreg McGary1-1/+5
2021-11-16[lld-macho][nfc] rename parsed-section types & variablesGreg McGary1-9/+15
2021-11-04[lld-macho] Clear resolvedReads cacheKeith Smiley1-0/+2
2021-10-31[MachO] Properly reset global stateShoaib Meenai1-0/+1
2021-10-26[lld-macho] Associate compact unwind entries with function symbolsJez Ng1-0/+1
2021-08-26[lld-macho] Refactor archive loadingJez Ng1-1/+6
2021-07-22[lld-macho] Disambiguate bitcode files with the same name by archive name/off...Leonard Grey1-1/+2
2021-07-12[lld/mac] Implement -application_extensionNico Weber1-0/+1
2021-07-11[lld-macho][nfc] clang-formatJez Ng1-3/+1
2021-07-11[lld-macho][nfc] Avoid using std::map for PlatformKindsJez Ng1-1/+0
2021-06-14[lld][MachO] Add support for LC_DATA_IN_CODEAlexander Shaposhnikov1-0/+2