summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/UniversalDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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