summaryrefslogtreecommitdiff
path: root/lld/ELF/DriverUtils.cpp
AgeCommit message (Expand)Author
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-11-24[ELF] --reproduce: strip directories for --dependency-file=Fangrui Song
2024-11-16[ELF] Replace functions bAlloc/saver/uniqueSaver with member accessFangrui Song
2024-11-16[ELF] Make Ctx inherit from CommonLinkerContextFangrui Song
2024-11-16[ELF] Remove unneeded Twine()Fangrui Song
2024-11-16[lld] Use context-aware outs() and errs()Fangrui Song
2024-11-16[ELF] Pass ctx &Fangrui Song
2024-11-16[ELF] Pass ctx to bAlloc/saver/uniqueSaverFangrui Song
2024-11-14[ELF] Migrate away from global ctxFangrui Song
2024-11-14[ELF] Migrate away from global ctxFangrui Song
2024-11-06[ELF] Replace error(...) with ErrAlways or ErrFangrui Song
2024-10-11[ELF] Pass Ctx &Fangrui Song
2024-10-06[ELF] Pass Ctx & to InputFilesFangrui Song
2024-09-25[ELF] Pass Ctx & to DriverFangrui Song
2024-09-21[ELF] Replace config-> with ctx.arg.Fangrui Song
2024-04-19[ELF] Add --default-script/-dTFangrui Song
2024-01-22[lld] Use SmallString::operator std::string (NFC)Kazu Hirata
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song
2023-04-26[ELF] Add --remap-inputs= and --remap-inputs-file=Fangrui Song
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille
2022-11-26[ELF] Change most llvm::Optional to std::optionalFangrui Song
2022-10-01[ELF] Move driver into ctx and remove indirection. NFCFangrui Song
2022-08-01[ELF] --reproduce: strip directories for --print-archive-stats= and --why-ext...Fangrui Song
2022-07-29[ELF] Strip directories for -Map when emitting reproducer rspAlex Brachet
2022-07-25[ELF] --reproduce: support --export-dynamic-symbol-listFangrui Song
2022-07-25[ELF] Simplify --build-id/--color-diagnostics with AliasArgs. NFCFangrui Song
2022-02-07[ELF] Clean up headers. NFCFangrui Song
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2021-10-25[ELF] Update comments/diagnostics for some long options to use the canonical ...Fangrui Song
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song
2021-02-09[ELF] Rewriting the path of sample profile file for --reproduce response.txtHongtao Yu
2020-12-01lld/ELF: Make three rarely-used flags work with --reproduceNico Weber
2020-11-30[lld/mac] Add --reproduce optionNico Weber
2020-11-24[lld/mac] Implement basic typo correction for flagsNico Weber
2020-11-10[lld][ELF] Add additional time trace categoriesJames Henderson
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner