summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/WinLinkDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Cleanup] Sort includes.Ahmed Charles2014-03-121-5/+5
* [C++11] Add #include's for OwningPtr.Ahmed Charles2014-03-031-0/+1
* [C++11] Work around an incompatibility between llvm::tie and std::tie.Benjamin Kramer2014-03-021-13/+13
* Update for LLVM api change.Rafael Espindola2014-02-241-2/+2
* Don't assume that F_None is the default. It is about to change.Rafael Espindola2014-02-241-2/+4
* [PECOFF] Driver support for /SAFESEH option.Rui Ueyama2014-02-211-0/+1
* [PECOFF] Add a TODO.Rui Ueyama2014-02-011-0/+3
* [PECOFF] Handle /machine option before handling all the other options.Rui Ueyama2014-01-311-11/+13
* [PECOFF] Support VERSION directive.Rui Ueyama2014-01-111-0/+3
* Make anonymous namespace as small as possible.Rui Ueyama2014-01-111-45/+53
* [PECOFF] Support NAME directive.Rui Ueyama2014-01-111-0/+5
* [PECOFF] Support HEAPSIZE directive.Rui Ueyama2014-01-111-0/+3
* [PECOFF] Refactor module-defintion file parser.Rui Ueyama2014-01-111-10/+18
* [PECOFF] Support module-definition file.Rui Ueyama2014-01-101-2/+27
* [PECOFF] Simplify: Replace two-value enum with bool.Rui Ueyama2014-01-061-2/+2
* Use scoped enum.Rui Ueyama2014-01-031-2/+2
* [PECOFF] Change the DLL entry symbol.Rui Ueyama2013-12-271-1/+1
* Fix comment.Rui Ueyama2013-12-271-4/+4
* [PECOFF] Fix /export option in the .drectve section.Rui Ueyama2013-12-241-0/+9
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-0/+8
* [PECOFF] Export ordinal must be in the range 1 through 65535.Rui Ueyama2013-12-161-1/+4
* [PECOFF] Parse /export optional arguments.Rui Ueyama2013-12-131-2/+43
* [PECOFF] Parse /dll command line option.Rui Ueyama2013-12-121-0/+8
* [PECOFF] Add /dllexport option.Rui Ueyama2013-12-121-0/+4
* [PECOFF] Add /alternatename option parser.Rui Ueyama2013-12-091-0/+20
* [PECOFF] Handle .lib files as if they are grouped by --{start,end}-group.Rui Ueyama2013-12-051-19/+45
* [PECOFF] Print input file names if /verbose is specified.Rui Ueyama2013-12-031-0/+4
* [PECOFF] Make /subsystem option parser a separate function.Rui Ueyama2013-12-021-18/+29
* [PECOFF] Fix /debug option.Rui Ueyama2013-12-011-3/+0
* [PECOFF] Improve /merge option handling.Rui Ueyama2013-11-271-2/+2
* [PECOFF] Fix parameter mapping for /section.Rui Ueyama2013-11-261-6/+6
* [PECOFF] Do not set the entry address if /noentry option is given.Rui Ueyama2013-11-221-1/+7
* [PECOFF] Move files with ".lib" extension to the end of the input file list.Rui Ueyama2013-11-211-2/+15
* [PECOFF] Do not check if library is already added.Rui Ueyama2013-11-211-7/+3
* Rename allocateString -> allocate.Rui Ueyama2013-11-211-13/+13
* Move member functions to its own cpp file.Rui Ueyama2013-11-201-14/+0
* [PECOFF] Avoid using statically initialized std::vector.Rui Ueyama2013-11-151-4/+8
* [PECOFF] Add /stub option.Rui Ueyama2013-11-151-0/+19
* Re-submit r194551: Use empty() instead of size() == 0.Rui Ueyama2013-11-131-1/+1
* Revert "Use empty() instead of size() == 0."Rui Ueyama2013-11-131-1/+1
* Use empty() instead of size() == 0.Rui Ueyama2013-11-131-1/+1
* [PECOFF] Fix use-after-return.Rui Ueyama2013-11-131-4/+6
* [PECOFF] Rename getSectionAlignment -> getSectionDefaultAlignment.Rui Ueyama2013-11-061-1/+1
* [PECOFF] Add /section option.Rui Ueyama2013-11-061-0/+70
* [PECOFF] Do not expose _noDefaultLibs. No functionality change.Rui Ueyama2013-11-061-2/+1
* [PECOFF] Do not add the same library to the input graph more than once.Rui Ueyama2013-11-061-7/+11
* [PECOFF] Report error if there's unknown flag in .drectveRui Ueyama2013-11-051-2/+2
* Remove redundant std::move().Rui Ueyama2013-11-011-3/+3
* [PECOFF] File extension is case-insensitive on Windows.Rui Ueyama2013-10-311-2/+2
* Use StringRef::startswith_lower().Rui Ueyama2013-10-301-17/+9
OpenPOWER on IntegriCloud