summaryrefslogtreecommitdiffstats
path: root/lld/ELF/DriverUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ELF] Use search paths for --version-script=Fangrui Song2018-07-251-4/+4
* Handle --plugin-opt= options as alias options.Rui Ueyama2018-05-221-0/+24
* lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...Nico Weber2018-05-101-4/+4
* Simplify libtool compatibility hack.Rafael Espindola2018-02-071-7/+1
* Store just argv[0] in Config.Rafael Espindola2018-02-061-4/+4
* Hide the --full-shutdown option.Rafael Espindola2018-02-061-0/+1
* Remove redundant local variables.Rui Ueyama2017-12-111-3/+2
* toString function take a const refs where possibleSam Clegg2017-12-051-1/+1
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-281-1/+1
* [ELF] Fix rewriting of --sysroot in reproducer tarsAlexander Richardson2017-11-201-0/+1
* [ELF] Fall back to search dirs for linker scripts specified with -TAlexander Richardson2017-11-201-0/+9
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-20/+19
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-2/+2
* [ELF] Rewrite --symbol-ordering-file path in reproducerJames Henderson2017-09-061-0/+1
* [ELF] - Print options aliases in --helpGeorge Rimar2017-07-261-1/+2
* [ELF] - Introduce multiclass Eq helper for Options.tdGeorge Rimar2017-07-211-1/+1
* Add the --chroot option for --reproduce.Rui Ueyama2017-07-201-0/+1
* Fix one more occurrence of getOption().getID().Rui Ueyama2017-07-191-2/+1
* Fix argument numbersing in OPTION macroSam Clegg2017-06-201-3/+3
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-2/+2
* Sort.Rui Ueyama2017-03-271-5/+5
* Use raw_fd_ostream::has_colors instead of StandardErrHasColors().Rui Ueyama2017-03-241-4/+2
* [ELF] Print two more MIPS targets "supported" by LLDSimon Atanasyan2017-03-231-1/+2
* Refine comment.Rui Ueyama2017-03-231-2/+2
* Print out "suppoted targets".Rui Ueyama2017-03-231-0/+13
* Strip file path from the -o option while creating reproduce.txt.Rafael Espindola2017-02-011-0/+7
* Remove unused #include.Rui Ueyama2017-01-261-1/+0
* Rename lld::stringize -> lld::toString.Rui Ueyama2017-01-061-1/+1
* Make -color-diagnostics an alias to -color-diagnostics=always.Rui Ueyama2016-12-221-2/+5
* Set Config->ColorDiagnostics early so that all error messages are colored.Rui Ueyama2016-12-201-3/+27
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-1/+1
* Change the implementation of --dynamic-list to use linker script parsing.Rafael Espindola2016-12-081-26/+0
* [ELF] Better error reporting for linker scriptsEugene Leviant2016-11-211-2/+2
OpenPOWER on IntegriCloud