Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [WinLink] Support /nxcompat command line option. | Rui Ueyama | 2013-06-16 | 1 | -0/+4 | |
| | | | | llvm-svn: 184050 | |||||
* | Include Path.h instead of PathV2.h. | Rafael Espindola | 2013-06-11 | 1 | -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 Ueyama | 2013-06-11 | 1 | -0/+4 | |
| | | | | llvm-svn: 183724 | |||||
* | [PECOFF][Driver] Add -heap command line option. | Rui Ueyama | 2013-06-08 | 1 | -11/+40 | |
| | | | | llvm-svn: 183622 | |||||
* | [PECOFF][Driver] Add -stack command line option. | Rui Ueyama | 2013-06-08 | 1 | -15/+36 | |
| | | | | llvm-svn: 183604 | |||||
* | [WinLink] Fix use-after-return. | Rui Ueyama | 2013-06-08 | 1 | -7/+7 | |
| | | | | llvm-svn: 183603 | |||||
* | Fix typo in comment. | Rui Ueyama | 2013-05-31 | 1 | -1/+1 | |
| | | | | llvm-svn: 183050 | |||||
* | [WinLink][Driver] Add -entry command line option. | Rui Ueyama | 2013-05-31 | 1 | -0/+4 | |
| | | | | llvm-svn: 183034 | |||||
* | [WinLink][Driver] Add support for -subsystem optional OS version number. | Rui Ueyama | 2013-05-31 | 1 | -11/+58 | |
| | | | | llvm-svn: 182988 | |||||
* | [lld][WinLink] Fix use-after-return and add unit tests. | Rui Ueyama | 2013-05-30 | 1 | -5/+6 | |
| | | | | llvm-svn: 182970 | |||||
* | [WinLink][Driver] Handle file extensions and defualt output file name. | Rui Ueyama | 2013-05-30 | 1 | -2/+28 | |
| | | | | llvm-svn: 182912 | |||||
* | [WinLink] Add -subsystem and -out command line option parsing. | Rui Ueyama | 2013-05-29 | 1 | -0/+32 | |
| | | | | | | The code to actually consume these flags will be added soon. llvm-svn: 182824 | |||||
* | [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo. | Rui Ueyama | 2013-05-28 | 1 | -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 |