summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/WinLinkDriver.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* [WinLink] Support /nxcompat command line option.Rui Ueyama2013-06-161-0/+4
| | | | llvm-svn: 184050
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-111-1/+1
| | | | | | I am about to move PathV2.h to Path.h. llvm-svn: 183796
* [WinLink] Add -force command line option to allow undefined symbols.Rui Ueyama2013-06-111-0/+4
| | | | llvm-svn: 183724
* [PECOFF][Driver] Add -heap command line option.Rui Ueyama2013-06-081-11/+40
| | | | llvm-svn: 183622
* [PECOFF][Driver] Add -stack command line option.Rui Ueyama2013-06-081-15/+36
| | | | llvm-svn: 183604
* [WinLink] Fix use-after-return.Rui Ueyama2013-06-081-7/+7
| | | | llvm-svn: 183603
* Fix typo in comment.Rui Ueyama2013-05-311-1/+1
| | | | llvm-svn: 183050
* [WinLink][Driver] Add -entry command line option.Rui Ueyama2013-05-311-0/+4
| | | | llvm-svn: 183034
* [WinLink][Driver] Add support for -subsystem optional OS version number.Rui Ueyama2013-05-311-11/+58
| | | | llvm-svn: 182988
* [lld][WinLink] Fix use-after-return and add unit tests.Rui Ueyama2013-05-301-5/+6
| | | | llvm-svn: 182970
* [WinLink][Driver] Handle file extensions and defualt output file name.Rui Ueyama2013-05-301-2/+28
| | | | llvm-svn: 182912
* [WinLink] Add -subsystem and -out command line option parsing.Rui Ueyama2013-05-291-0/+32
| | | | | | The code to actually consume these flags will be added soon. llvm-svn: 182824
* [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.Rui Ueyama2013-05-281-0/+127
Add WinLinkDriver and connect it to the existing COFF reader. Remaining parts are still stubs, so while it can now read a COFF file, it still cannot link or output PE/COFF files yet. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D865 llvm-svn: 182784
OpenPOWER on IntegriCloud