summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/WinLinkDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PECOFF] Emit the delay-import tableRui Ueyama2014-10-091-2/+0
* [PECOFF] Remember DLL names given with /delayload option.Rui Ueyama2014-10-081-0/+1
* [PECOFF] Infer machine type from input object fileRui Ueyama2014-10-071-3/+39
* [PECOFF] Resolve __delayLoadHelper2 if /delayload is givenRui Ueyama2014-10-031-0/+5
* [PECOFF] Allow /export:<symbol>,PRTVATE.Rui Ueyama2014-09-301-3/+7
* [PECOFF] Fix /export option.Rui Ueyama2014-09-301-3/+12
* [PECOFF] Keep unmangled name in the export table descriptorRui Ueyama2014-09-241-0/+1
* [PECOFF] Simplify /machine option handlingRui Ueyama2014-09-241-1/+0
* Driver: accept /machine:arm for Windows linkerSaleem Abdulrasool2014-09-191-1/+3
* [PECOFF] Run cvtres.exe with /machine:x64.Rui Ueyama2014-09-051-3/+4
* [PECOFF] Add /HighEntropyVA.Rui Ueyama2014-08-251-0/+1
* Use LLD naming style.Rui Ueyama2014-08-251-8/+8
* Update for LLVM api changeRafael Espindola2014-08-251-9/+8
* [PECOFF] Fix PE+ relocationsRui Ueyama2014-08-221-1/+1
* [PECOFF] Fix /profile option.Rui Ueyama2014-08-111-2/+2
* [PECOFF] Fix /include option in .drectve section.Rui Ueyama2014-08-041-3/+10
* [PECOFF] Add /profile command line option.Rui Ueyama2014-07-251-0/+7
* [PECOFF] Add the entry point file at the right place.Rui Ueyama2014-07-231-1/+7
* [PECOFF] Fix entry point functions selectionRui Ueyama2014-07-231-23/+0
* [PECOFF] Remember /noentry option so that later passes can handle it.Rui Ueyama2014-07-221-1/+5
* [PECOFF] s/context/ctx/ for consistency.Rui Ueyama2014-07-101-16/+16
* [PECOFF] Invoke cvtres.exe in the driver.Rui Ueyama2014-07-101-38/+99
* [all]: Use range-based ArgList adapter instead of filtered_begin/filtered_endTim Northover2014-07-091-11/+6
* Update for llvm api change.Rafael Espindola2014-07-061-7/+7
* Revert "temporary commit."Rui Ueyama2014-05-091-16/+0
* temporary commit.Rui Ueyama2014-05-091-0/+16
* [PECOFF] Add a test for lib.exe subcommand.Rui Ueyama2014-05-011-0/+4
* [PECOFF] Allow multiple directives in one module-definition file.Rui Ueyama2014-04-261-30/+30
* [PECOFF] Add /IMPLIB command line option.Rui Ueyama2014-04-251-0/+4
* [PECOFF] Better handling of /OPT option.Rui Ueyama2014-04-221-7/+16
* [PECOFF] Win64 DLL entry function name is _DllMainCRTStartup.Rui Ueyama2014-04-181-4/+7
* [PECOFF] Support LIBRARY directive.Rui Ueyama2014-04-181-0/+5
* [PECOFF] Support /manifestuac:NO.Rui Ueyama2014-04-181-20/+26
* Add missing includes.Benjamin Kramer2014-04-121-0/+1
* Rename getInputGraph() and getNextFile().Rui Ueyama2014-04-041-3/+3
* Expand 'auto' that's hard for human to deduce its real type.Rui Ueyama2014-04-031-1/+1
* Greatly simplify InputGraph.Rui Ueyama2014-04-011-1/+1
* s/dyn_cast/cast/ where return value should never be null.Rui Ueyama2014-04-011-1/+1
* [PECOFF] Treat .imp as an import library file.Rui Ueyama2014-04-011-1/+1
* [PECOFF] Avoid C-style cast.Rui Ueyama2014-03-261-1/+1
* [PECOFF] Use RAII object for mutex.Rui Ueyama2014-03-261-15/+8
* [PECOFF] Print out command line if we have expanded response files.Rui Ueyama2014-03-251-3/+15
* [PECOFF] Fix possible response file buffer overrun.Rui Ueyama2014-03-211-1/+2
* [PECOFF] Fix link order.Rui Ueyama2014-03-141-20/+16
* [PECOFF] Fix arguments passed to lib.exe.Rui Ueyama2014-03-141-1/+1
* [PECOFF] Make WinLinkDriver::parse() and allocate*() functions thread-safe.Rui Ueyama2014-03-141-3/+15
* [PECOFF] Implement /lib option.Rui Ueyama2014-03-141-2/+30
* Use short identifier, s/diagnostics/diag/.Rui Ueyama2014-03-141-67/+62
* [PECOFF] Support response files.Rui Ueyama2014-03-141-4/+66
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-4/+4
OpenPOWER on IntegriCloud