summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/WinLinkDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PECOFF] Suppress startup message of background processes.Rui Ueyama2013-10-291-0/+1
* Rather than rendering an argument to a std::string (which is primarilyChandler Carruth2013-10-271-1/+1
* [PECOFF] Parse /merge command line option.Rui Ueyama2013-10-261-0/+14
* [PECOFF] Fix use-after-return.Rui Ueyama2013-10-251-1/+1
* [PECOFF] Fix XML output bug.Rui Ueyama2013-10-251-1/+1
* [PECOFF] Do not create a temporary std::string.Rui Ueyama2013-10-251-12/+10
* Make sure the string is NUL-terminated.Rui Ueyama2013-10-251-2/+2
* [PECOFF] Fix doublequote escaping.Rui Ueyama2013-10-251-4/+3
* [PECOFF] Output error message to diagnostics.Rui Ueyama2013-10-251-1/+1
* Concatenate strings at compile time.Rui Ueyama2013-10-251-14/+16
* [PECOFF] Fix spelling in manifest XML.Rui Ueyama2013-10-241-2/+2
* [PECOFF] Support embedding resource file into executable.Rui Ueyama2013-10-241-22/+168
* [PECOFF] Emit the side-by-side manifest file.Rui Ueyama2013-10-221-0/+46
* [PECOFF] Add /manifestdependency command line option.Rui Ueyama2013-10-221-0/+8
* [PECOFF] Add /manifestfile command line option.Rui Ueyama2013-10-221-0/+12
* Factor out into a separate function. No functionality change.Rui Ueyama2013-10-221-4/+9
* [PECOFF] /manifestuac option is case insensitive.Rui Ueyama2013-10-221-3/+10
* [PECOFF] Fix /manifestuac handling.Rui Ueyama2013-10-221-10/+7
* Fix typo in variable nameAlp Toker2013-10-221-4/+4
* [PECOFF] Add /manifestuac command line option.Rui Ueyama2013-10-221-0/+48
* [PECOFF] Better error handling for /manifest.Rui Ueyama2013-10-221-10/+8
* [PECOFF] Return false on error. No functionality change.Rui Ueyama2013-10-221-11/+11
* [PECOFF] Parse /manifest command line option.Rui Ueyama2013-10-221-0/+44
* Revert "Initialize some members where they are declared."Rui Ueyama2013-10-211-2/+0
* Initialize some members where they are declared. No functionality change.Rui Ueyama2013-10-211-0/+2
* Simplify WinLinkDriver. No functionality change.Rui Ueyama2013-10-191-10/+5
* Make undefines check into an assertion.Rui Ueyama2013-10-161-3/+8
* Fix a bug that the empty string could be added to dead strip root.Rui Ueyama2013-10-161-1/+2
* [PECOFF] Add files appear in .drectve to input graphRui Ueyama2013-10-101-15/+27
* Rename path() -> getPath().Rui Ueyama2013-10-081-3/+3
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-6/+1
* [PECOFF] Enable input file logging if /debug is given.Rui Ueyama2013-09-261-0/+3
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-16/+16
* [PECOFF] Add /swaprun:{cd,net} options.Rui Ueyama2013-09-241-0/+12
* Expand auto to improve code readability.Rui Ueyama2013-09-241-1/+1
* [PECOFF] Use macro for the repeating pattern of the Driver code.Rui Ueyama2013-09-241-41/+19
* [PECOFF] Remove redundant comments.Rui Ueyama2013-09-241-23/+12
* [PECOFF] Ignore /debug option.Rui Ueyama2013-09-241-0/+6
* [PECOFF] Add /nodefaultlib command line option.Rui Ueyama2013-09-241-7/+24
* [PECOFF] Add /allowisolation command line option.Rui Ueyama2013-09-231-0/+10
* [PECOFF] Add /allowbind command line option.Rui Ueyama2013-09-231-0/+10
* [PECOFF] Simplify WinLinkOptions.td.Rui Ueyama2013-09-231-3/+3
* [PECOFF] Add /align command line option.Rui Ueyama2013-09-231-0/+10
* Whitespace and extra parentheses.Rui Ueyama2013-09-231-1/+1
* [lld][WinLink] Fix typoRon Ofir2013-09-201-2/+2
* Remove extraneous parentheses.Rui Ueyama2013-09-201-1/+1
* [PECOFF][Driver] Support /version command line optionRui Ueyama2013-09-191-9/+24
* Revert "[PECOFF] Allocate storage for .drective in the reader ..."Rui Ueyama2013-09-131-4/+4
* [PECOFF] Add a field for machine type to PECOFFLinkingContext.Rui Ueyama2013-09-121-4/+14
* Remove hard-coded leading underscore from entry symbol.Rui Ueyama2013-09-121-3/+3
OpenPOWER on IntegriCloud