aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/DriverUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-6/+8
2024-11-24[ELF] --reproduce: strip directories for --dependency-file=Fangrui Song1-0/+1
2024-11-16[ELF] Replace functions bAlloc/saver/uniqueSaver with member accessFangrui Song1-2/+2
2024-11-16[ELF] Make Ctx inherit from CommonLinkerContextFangrui Song1-3/+3
2024-11-16[ELF] Remove unneeded Twine()Fangrui Song1-2/+1
2024-11-16[lld] Use context-aware outs() and errs()Fangrui Song1-6/+7
2024-11-16[ELF] Pass ctx &Fangrui Song1-2/+3
2024-11-16[ELF] Pass ctx to bAlloc/saver/uniqueSaverFangrui Song1-2/+2
2024-11-14[ELF] Migrate away from global ctxFangrui Song1-2/+2
2024-11-14[ELF] Migrate away from global ctxFangrui Song1-3/+4
2024-11-06[ELF] Replace error(...) with ErrAlways or ErrFangrui Song1-6/+7
2024-10-11[ELF] Pass Ctx &Fangrui Song1-4/+5
2024-10-06[ELF] Pass Ctx & to InputFilesFangrui Song1-7/+8
2024-09-25[ELF] Pass Ctx & to DriverFangrui Song1-1/+1
2024-09-21[ELF] Replace config-> with ctx.arg.Fangrui Song1-6/+6
2024-04-19[ELF] Add --default-script/-dTFangrui Song1-0/+1
2024-01-22[lld] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-3/+1
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song1-2/+2
2023-04-26[ELF] Add --remap-inputs= and --remap-inputs-file=Fangrui Song1-0/+1
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-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-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-11-26[ELF] Change most llvm::Optional to std::optionalFangrui Song1-12/+13
2022-10-01[ELF] Move driver into ctx and remove indirection. NFCFangrui Song1-1/+1
2022-08-01[ELF] --reproduce: strip directories for --print-archive-stats= and --why-ext...Fangrui Song1-2/+6
2022-07-29[ELF] Strip directories for -Map when emitting reproducer rspAlex Brachet1-3/+5
2022-07-25[ELF] --reproduce: support --export-dynamic-symbol-listFangrui Song1-0/+1
2022-07-25[ELF] Simplify --build-id/--color-diagnostics with AliasArgs. NFCFangrui Song1-13/+6
2022-02-07[ELF] Clean up headers. NFCFangrui Song1-3/+1
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-4/+3
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-3/+4
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-4/+3
2021-10-25[ELF] Update comments/diagnostics for some long options to use the canonical ...Fangrui Song1-7/+6
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2021-02-09[ELF] Rewriting the path of sample profile file for --reproduce response.txtHongtao Yu1-0/+3
2020-12-01lld/ELF: Make three rarely-used flags work with --reproduceNico Weber1-0/+3
2020-11-30[lld/mac] Add --reproduce optionNico Weber1-1/+1
2020-11-24[lld/mac] Implement basic typo correction for flagsNico Weber1-1/+1
2020-11-10[lld][ELF] Add additional time trace categoriesJames Henderson1-0/+2
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song1-12/+8
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner1-0/+1