summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/WinLinkDriverTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PECOFF] Add /dllexport option.Rui Ueyama2013-12-121-0/+7
* [PECOFF] Add /alternatename option parser.Rui Ueyama2013-12-091-0/+6
* [PECOFF] Handle .lib files as if they are grouped by --{start,end}-group.Rui Ueyama2013-12-051-17/+16
* [PECOFF] Ignore /functionpadmin option.Rui Ueyama2013-12-041-1/+1
* [PECOFF] Fix /debug option.Rui Ueyama2013-12-011-1/+0
* [PECOFF] Improve /merge option handling.Rui Ueyama2013-11-271-30/+28
* Refactor tests by using short identifiers.Rui Ueyama2013-11-271-22/+21
* [PECOFF] Rename getFinalSectionName -> getOutputSectionName.Rui Ueyama2013-11-271-3/+3
* [PECOFF] Fix parameter mapping for /section.Rui Ueyama2013-11-261-23/+45
* [PECOFF] Do not set the entry address if /noentry option is given.Rui Ueyama2013-11-221-0/+15
* [PECOFF] Move files with ".lib" extension to the end of the input file list.Rui Ueyama2013-11-211-0/+15
* [PECOFF] Do not check if library is already added.Rui Ueyama2013-11-211-1/+2
* [PECOFF] Recognize but ignore /implib and /safeseh for now.Rui Ueyama2013-11-201-1/+2
* [PECOFF] Ignore /tlbid, /tlbout, /idlout and /ignoreigl for now.Rui Ueyama2013-11-191-1/+2
* [PECOFF] Rename getSectionAlignment -> getSectionDefaultAlignment.Rui Ueyama2013-11-061-2/+2
* [PECOFF] Add /section option.Rui Ueyama2013-11-061-0/+32
* [PECOFF] Make /disallowlib an alias for /nodefaultlib.Rui Ueyama2013-11-061-0/+9
* [PECOFF] Do not add the same library to the input graph more than once.Rui Ueyama2013-11-061-0/+8
* [PECOFF] Ignore /disallowlib.Rui Ueyama2013-11-061-3/+3
* [PECOFF] Parse /merge command line option.Rui Ueyama2013-10-261-0/+13
* [PECOFF] Add /manifestdependency command line option.Rui Ueyama2013-10-221-1/+8
* [PECOFF] Add /manifestfile command line option.Rui Ueyama2013-10-221-1/+8
* [PECOFF] Fix /manifestuac handling.Rui Ueyama2013-10-221-9/+9
* [PECOFF] Add /manifestuac command line option.Rui Ueyama2013-10-221-1/+22
* [PECOFF] Parse /manifest command line option.Rui Ueyama2013-10-221-0/+40
* Make undefines check into an assertion.Rui Ueyama2013-10-161-2/+0
* [PECOFF] Enable input file logging if /debug is given.Rui Ueyama2013-09-261-0/+2
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-73/+72
* [PECOFF] Ignore /verbose and /wx (warnings as errors) options.Rui Ueyama2013-09-241-1/+2
* [PECOFF] Add /swaprun:{cd,net} options.Rui Ueyama2013-09-241-0/+12
* [PECOFF] Ignore /pdbaltpath option.Rui Ueyama2013-09-241-1/+2
* [PECOFF] Ignore /pdb option.Rui Ueyama2013-09-241-1/+1
* [PECOFF] Ignore /debug option.Rui Ueyama2013-09-241-0/+5
* Try to fix test failure on buildbot.Rui Ueyama2013-09-241-1/+1
* [PECOFF] Add /nodefaultlib command line option.Rui Ueyama2013-09-241-9/+30
* [PECOFF] Do not allow space to separate command line option and its value.Rui Ueyama2013-09-231-3/+3
* [PECOFF] Ignore /delay and /delayload options.Rui Ueyama2013-09-231-1/+2
* [PECOFF] Add more tests for /machine, /base, /stack, /heap and /align.Rui Ueyama2013-09-231-0/+29
* [PECOFF] Add comments to unit tests and reorder them if necessary.Rui Ueyama2013-09-231-13/+41
* [PECOFF] Add /allowisolation command line option.Rui Ueyama2013-09-231-0/+11
* [PECOFF] Add /allowbind command line option.Rui Ueyama2013-09-231-0/+11
* [PECOFF] Add /align command line option.Rui Ueyama2013-09-231-0/+6
* [PECOFF] Ignore /incremental option.Rui Ueyama2013-09-201-2/+2
* [PECOFF] Ignore /errorReport command line option.Rui Ueyama2013-09-191-3/+5
* [PECOFF][Driver] Support /version command line optionRui Ueyama2013-09-191-0/+12
* [PECOFF] Add a field for machine type to PECOFFLinkingContext.Rui Ueyama2013-09-121-5/+2
* Remove hard-coded leading underscore from entry symbol.Rui Ueyama2013-09-121-1/+1
* [PECOFF] Add /machine command line option.Rui Ueyama2013-09-061-0/+8
* [lld][LinkingContext] Atoms created from command line options should be avail...Shankar Easwaran2013-08-311-2/+0
* [PECOFF] Add /force:unresolved command line option as a synonym of /force.Rui Ueyama2013-08-291-0/+5
OpenPOWER on IntegriCloud