summaryrefslogtreecommitdiff
path: root/lld/ELF/DriverUtils.cpp
AgeCommit message (Expand)Author
2018-07-25[ELF] Use search paths for --version-script=Fangrui Song
2018-05-22Handle --plugin-opt= options as alias options.Rui Ueyama
2018-05-10lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...Nico Weber
2018-02-07Simplify libtool compatibility hack.Rafael Espindola
2018-02-06Store just argv[0] in Config.Rafael Espindola
2018-02-06Hide the --full-shutdown option.Rafael Espindola
2017-12-11Remove redundant local variables.Rui Ueyama
2017-12-05toString function take a const refs where possibleSam Clegg
2017-11-28Move Memory.{h,cpp} to Common.Rui Ueyama
2017-11-20[ELF] Fix rewriting of --sysroot in reproducer tarsAlexander Richardson
2017-11-20[ELF] Fall back to search dirs for linker scripts specified with -TAlexander Richardson
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-09-06[ELF] Rewrite --symbol-ordering-file path in reproducerJames Henderson
2017-07-26[ELF] - Print options aliases in --helpGeorge Rimar
2017-07-21[ELF] - Introduce multiclass Eq helper for Options.tdGeorge Rimar
2017-07-20Add the --chroot option for --reproduce.Rui Ueyama
2017-07-19Fix one more occurrence of getOption().getID().Rui Ueyama
2017-06-20Fix argument numbersing in OPTION macroSam Clegg
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-03-27Sort.Rui Ueyama
2017-03-24Use raw_fd_ostream::has_colors instead of StandardErrHasColors().Rui Ueyama
2017-03-23[ELF] Print two more MIPS targets "supported" by LLDSimon Atanasyan
2017-03-23Refine comment.Rui Ueyama
2017-03-23Print out "suppoted targets".Rui Ueyama
2017-02-01Strip file path from the -o option while creating reproduce.txt.Rafael Espindola
2017-01-26Remove unused #include.Rui Ueyama
2017-01-06Rename lld::stringize -> lld::toString.Rui Ueyama
2016-12-22Make -color-diagnostics an alias to -color-diagnostics=always.Rui Ueyama
2016-12-20Set Config->ColorDiagnostics early so that all error messages are colored.Rui Ueyama
2016-12-18Remove lld/Support/Memory.h.Rui Ueyama
2016-12-08Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama
2016-12-08Change the implementation of --dynamic-list to use linker script parsing.Rafael Espindola
2016-11-21[ELF] Better error reporting for linker scriptsEugene Leviant
2016-11-20Simplify. NFC.Rui Ueyama
2016-11-19Remove a file that is too short to be an independent file.Rui Ueyama
2016-11-19Restore a comment that was accidentally changed.Rui Ueyama
2016-11-19Use Optional<std::string> instead of "" to represent a failure.Rui Ueyama
2016-11-19Make buildSysrootedPath file-scoped.Rui Ueyama
2016-11-19Simplify "missing argument" error message.Rui Ueyama
2016-11-14[ELF] - format. NFC.George Rimar
2016-10-28Consolidate BumpPtrAllocators.Rui Ueyama
2016-10-19Move getVersionString to Core and simplify Version.cpp.Rui Ueyama
2016-07-26COFF: Implement /linkrepro flag.Peter Collingbourne
2016-07-16Attempt to unbreak Windows bot.Rui Ueyama
2016-07-16Remove redundant namespace specifiers.Rui Ueyama
2016-07-07Do not call warning() from ELFOptTable::parse().Rui Ueyama
2016-07-07Fix indentation.Rui Ueyama
2016-07-06[ELF] Introduce a flag to parse response files according to windows rules.Davide Italiano
2016-07-06Use / instead of \ on windows created cpio filesRafael Espindola