aboutsummaryrefslogtreecommitdiff
path: root/lld/MachO/DriverUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-10-06[llvm] Add subcommand support for OptTable (#155026)Prabhu Rajasekaran1-2/+3
2025-06-17[lld] check cache in loadDylib before real_path (#143595)Richard Howell1-6/+34
2025-06-10Revert "[lld] check cache before real_path in loadDylib (#140791)"Hans Wennborg1-20/+6
2025-05-29[lld] check cache before real_path in loadDylib (#140791)Richard Howell1-6/+20
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata1-2/+0
2025-05-23[lld] Use llvm::any_of (NFC) (#141316)Kazu Hirata1-3/+2
2025-04-29[lld] resolve dylib paths before caching (#137649)Richard Howell1-1/+6
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-6/+8
2024-11-20[lld][MachO] Respect dylibs linked with `-allowable_client` (#114638)Carlo Cabrera1-0/+20
2024-11-16[lld] Use context-aware outs() and errs()Fangrui Song1-11/+15
2024-04-05Reland "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett1-5/+15
2024-04-05Revert "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett1-15/+5
2024-04-05[flang][clang] Add Visibility specific help text for options (#81869)David Spickett1-5/+15
2024-01-22[lld] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-3/+7
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-7/+3
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner1-3/+7
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song1-1/+1
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-1/+1
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-15[lld-macho] Don't rewrite -rpath arguments in response fileJez Ng1-1/+0
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-11-27[lld-macho] Change most Optional to std::optionalFangrui Song1-4/+4
2022-07-28[lld/mac] Add support for $ld$previous symbols with explicit symbol nameNico Weber1-1/+1
2022-07-25Reland "[lld-macho] Implement -load_hidden"Daniel Bertalan1-0/+1
2022-07-25Revert "[lld-macho] Implement -load_hidden"Daniel Bertalan1-1/+0
2022-07-25[lld-macho] Implement -load_hiddenDaniel Bertalan1-0/+1
2022-06-11[lld-macho] Add support for -wKeith Smiley1-0/+1
2022-04-23[lld/mac] For catalyst outputs, tolerate implicitly linking against mac-only ...Nico Weber1-4/+8
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-6/+5
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-5/+6
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-6/+5
2021-10-31[MachO] Properly reset global stateShoaib Meenai1-0/+2
2021-10-20[lld-macho] Fix dangling string reference when adding frameworksKaining Zhong1-3/+3
2021-09-14[lld/mac] Search .tbd before binary for framework files tooNico Weber1-5/+5
2021-08-26[lld-macho] Refactor archive loadingJez Ng1-25/+0
2021-07-22[lld-macho] Disambiguate bitcode files with the same name by archive name/off...Leonard Grey1-2/+3
2021-07-11[lld-macho][nfc] Remove unnecessary llvm:: namespace prefixesJez Ng1-4/+4
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-2/+3
2021-06-18Revert "[lld-macho] Have path-related functions return std::string, not Strin...Jez Ng1-6/+6
2021-06-18[lld-macho] Have path-related functions return std::string, not StringRefJez Ng1-6/+6
2021-06-09[lld/mac] Print dylib search details with --print-dylib-search or RC_TRACE_DY...Nico Weber1-15/+22
2021-06-07[lld/mac] Implement support for searching dylibs with @rpath/ in install nameNico Weber1-4/+4
2021-06-03[lld-macho] Parse re-exports of nested TAPI documentsJez Ng1-1/+1