summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/UniversalDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move functionality of UniversalDriver to the entry point file.Rui Ueyama2016-02-281-220/+0
* Rename elf2 to elf.Rafael Espindola2016-02-281-1/+1
* Remove the old ELF linker.Rafael Espindola2016-02-281-4/+0
* ELF: Make link() to take an output stream to which error messages are written.Rui Ueyama2016-02-021-1/+1
* ELF: Rename error -> fatal and redefine error as a non-noreturn function.Rui Ueyama2016-01-281-2/+1
* Rename ld.lld2 to ld.lld since it is the default.Rafael Espindola2015-11-181-1/+1
* Make ELF2 the default.Rafael Espindola2015-11-171-2/+2
* Rename gnu2 to gnu.Rafael Espindola2015-11-161-4/+4
* Rename the gnu flavour to gnu old.Rafael Espindola2015-11-161-9/+9
* Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....Craig Topper2015-10-211-1/+1
* Use ld.lld2 as a argv[0] alias.Rafael Espindola2015-10-021-1/+4
* COFF: Remove lld-link2 alias.Rui Ueyama2015-08-071-2/+0
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-061-5/+2
* Port the error functions from ELF to COFF.Rafael Espindola2015-08-061-1/+2
* [ELF2] Add a new ELF linker based on the new PE/COFF linker.Michael J. Spencer2015-07-241-0/+5
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-4/+0
* Initial ELF port.Michael J. Spencer2015-07-131-0/+4
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-8/+8
* Fix missed formatting in prior commit (mostly 80 cols violation and some whit...David Blaikie2015-06-221-5/+5
* ArrayRef-ify Driver::parse and related functions.David Blaikie2015-06-211-20/+18
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-2/+2
* COFF: Add a new PE/COFF port.Rui Ueyama2015-05-281-0/+5
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* Fix typo in commentRui Ueyama2014-10-081-1/+1
* Add support to print version.Shankar Easwaran2014-10-081-0/+8
* Make -core/-flavor options have higher priority than linker nameRui Ueyama2014-09-231-16/+26
* Make getFlavor function.Rui Ueyama2014-09-111-24/+28
* If lld is renamed (or symlinked) to "ld" automatically pick the right flavor.Nick Kledzik2014-09-111-6/+11
* If lld binary is named 'ld' on darwin, use darwin driver modeNick Kledzik2014-09-041-1/+7
* Add missing includes.Benjamin Kramer2014-04-121-0/+1
* Make anonymous namespace as small as possible.Rui Ueyama2014-03-271-14/+16
* [PECOFF] Rename link.exe -> lld-link.exe.Rui Ueyama2014-03-211-0/+1
* [Driver] Change UniversalDriver to use TD file.Shankar Easwaran2013-10-241-32/+79
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-1/+1
* Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...Rafael Espindola2013-07-151-11/+12
* Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.Rafael Espindola2013-07-041-12/+11
* [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.Rui Ueyama2013-05-281-3/+3
* [lld] Add help text for -flavor option.Rui Ueyama2013-05-111-1/+2
* [lld] Fix wrong comment.Rui Ueyama2013-05-091-1/+2
* Distinguish between unsupported and unrecognised flavours.Andy Gibbs2013-04-161-2/+2
* Moved llvm_unreachable out of switch blocks to avoid the "control reaches end...Andy Gibbs2013-04-161-1/+2
* [Driver] Fix symlinked universal driver behavior and add a test.Michael J. Spencer2013-04-041-60/+84
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-0/+109
OpenPOWER on IntegriCloud