summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/WinLinkDriverTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PECOFF] Make command line options case insensitive to match link.exe's behav...Rui Ueyama2013-08-281-0/+9
* [PECOFF] Enable dead-stripping by default to match link.exe behavior.Rui Ueyama2013-08-271-0/+1
* Treat entry point symbol as an undefined atom.Rui Ueyama2013-08-271-1/+2
* [PECOFF] Add Support for entry point symbol nameRui Ueyama2013-08-261-0/+10
* Separates /fixed (no .reloc section) and /dynamicbase (enable ASLR)Rui Ueyama2013-08-241-0/+12
* [PECOFF] Handle "--" option explicitlyHans Wennborg2013-08-131-0/+11
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-50/+49
* Revert "[PECOFF][Driver] Remove quotes from command line arguments."Rui Ueyama2013-07-311-11/+1
* [PECOFF][Driver] Remove quotes from command line arguments.Rui Ueyama2013-07-291-1/+11
* [PECOFF][Driver] Add ".lib" extension to the path given with /defaultlib.Rui Ueyama2013-07-261-2/+4
* [PECOFF][Driver] Add a library file even if it does not exist.Rui Ueyama2013-07-261-0/+7
* [PECOFF][Driver] Fix a bug that -mllvm does not take any arguments.Rui Ueyama2013-07-261-0/+7
* [PECOFF][Driver] Add /nologo command line option.Rui Ueyama2013-07-251-0/+8
* [PECOFF] Add /failifmismatch option.Rui Ueyama2013-07-251-0/+11
* [PECOFF] Use Windows style options instead of Unix style as primary options.Rui Ueyama2013-07-241-22/+22
* [PECOFF] Add /include command line option.Rui Ueyama2013-07-241-0/+10
* Avoid using C-style cast and remove unnecessary LL prefix.Rui Ueyama2013-07-231-13/+13
* [PECOFF] Support -tsaware:no command line option.Rui Ueyama2013-07-231-2/+13
* [PECOFF] Support -fixed command line option to disable base relocations.Rui Ueyama2013-07-231-0/+12
* Fix -Wsign-compare warnings.Rui Ueyama2013-07-221-2/+2
* [PECOFF][Driver] Show error message if no input file is given.Rui Ueyama2013-07-221-10/+16
* [PECOFF][Driver] Add -base command line option.Rui Ueyama2013-07-201-0/+6
* [PECOFF][Driver] Add -libpath command line option.Rui Ueyama2013-07-191-1/+13
* Fix Driver tests to check return value of parse(), simplify subclassing, and ...Nick Kledzik2013-07-161-61/+59
* [WinLink] Add /LargeAddressAware command line option.Rui Ueyama2013-07-161-0/+11
* [WinLink] Support /nxcompat command line option.Rui Ueyama2013-06-161-1/+7
* [WinLink] Add -force command line option to allow undefined symbols.Rui Ueyama2013-06-111-0/+7
* [PECOFF][Driver] Add -heap command line option.Rui Ueyama2013-06-081-0/+12
* [PECOFF][Driver] Add -stack command line option.Rui Ueyama2013-06-081-0/+13
* [WinLink][Driver] Add -entry command line option.Rui Ueyama2013-05-311-1/+2
* [WinLink][Driver] Add support for -subsystem optional OS version number.Rui Ueyama2013-05-311-0/+16
* [Driver] Add unit tests for GnuLdDriver.Rui Ueyama2013-05-311-65/+33
* [WinLink] Add a test for Windows-style command line options.Rui Ueyama2013-05-301-1/+12
* [lld][WinLink] Fix use-after-return and add unit tests.Rui Ueyama2013-05-301-0/+90
OpenPOWER on IntegriCloud