summaryrefslogtreecommitdiff
path: root/lld/ELF/DriverUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Add --remap-inputs= and --remap-inputs-file=Fangrui Song2023-04-261-0/+1
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille2023-01-121-1/+1
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-271-1/+4
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka2022-12-251-4/+1
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-241-1/+4
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille2022-12-231-3/+2
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-231-2/+3
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille2022-12-231-3/+2
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-231-2/+3
* Store OptTable::Info::Name as a StringRefserge-sans-paille2022-12-081-1/+1
* [ELF] Change most llvm::Optional to std::optionalFangrui Song2022-11-261-12/+13
* [ELF] Move driver into ctx and remove indirection. NFCFangrui Song2022-10-011-1/+1
* [ELF] --reproduce: strip directories for --print-archive-stats= and --why-ext...Fangrui Song2022-08-011-2/+6
* [ELF] Strip directories for -Map when emitting reproducer rspAlex Brachet2022-07-291-3/+5
* [ELF] --reproduce: support --export-dynamic-symbol-listFangrui Song2022-07-251-0/+1
* [ELF] Simplify --build-id/--color-diagnostics with AliasArgs. NFCFangrui Song2022-07-251-13/+6
* [ELF] Clean up headers. NFCFangrui Song2022-02-071-3/+1
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-4/+3
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-3/+4
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-4/+3
* [ELF] Update comments/diagnostics for some long options to use the canonical ...Fangrui Song2021-10-251-7/+6
* [OptTable] Rename PrintHelp to printHelpFangrui Song2021-06-241-1/+1
* [ELF] Rewriting the path of sample profile file for --reproduce response.txtHongtao Yu2021-02-091-0/+3
* lld/ELF: Make three rarely-used flags work with --reproduceNico Weber2020-12-011-0/+3
* [lld/mac] Add --reproduce optionNico Weber2020-11-301-1/+1
* [lld/mac] Implement basic typo correction for flagsNico Weber2020-11-241-1/+1
* [lld][ELF] Add additional time trace categoriesJames Henderson2020-11-101-0/+2
* [ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song2020-05-151-12/+8
* Remove unused Endian.h includes, NFCReid Kleckner2020-03-111-0/+1
* [lld][WebAssembly] Add support for --rsp-quotingSam Clegg2020-03-041-1/+1
* [lld] Replace SmallStr.str().str() with std::string conversion operator.Jonas Devlieghere2020-01-291-1/+1
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-2/+2
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-4/+4
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-4/+4
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-11/+14
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-4/+4
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-5/+4
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-4/+5
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-6/+6
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-90/+90
* lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber2019-07-051-3/+3
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-051-1/+1
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-5/+9
* Add typo correction for command-line flags to ELF and COFF lld driversNico Weber2019-05-071-2/+8
* Remove a function from header and move the implementation to a .cpp file. NFC.Rui Ueyama2019-02-221-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Eliminate dependency to formatv(). NFC.Rui Ueyama2018-10-101-4/+3
* Adapt OptTable::PrintHelp change in D51009Fangrui Song2018-10-101-2/+4