summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/WinLinkDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use llvm::sys::Process::GetEnv() instead of ::getenv().Rui Ueyama2013-09-101-6/+9
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-10/+0
* [PECOFF] Add /machine command line option.Rui Ueyama2013-09-061-0/+9
* Remove extraneous parentheses.Rui Ueyama2013-09-061-2/+2
* Return early to simplify.Rui Ueyama2013-09-061-13/+11
* Remove unused identifiers.Rui Ueyama2013-09-051-2/+1
* [PECOFF] Ignore options starting with -?Rui Ueyama2013-09-041-10/+15
* [PECOFF] Allocate storage for .drective in the reader to avoid multiple calls...Rui Ueyama2013-09-031-4/+4
* [PECOFF] Verify parameter in validateImpl() not in the driver.Rui Ueyama2013-09-031-7/+0
* [lld] handle the case of errors from createLinkerInputShankar Easwaran2013-09-031-7/+7
* Cosmetic changesRui Ueyama2013-09-031-5/+8
* [lld][LinkingContext] Atoms created from command line options should be avail...Shankar Easwaran2013-08-311-0/+5
* [PECOFF] Add /force:unresolved command line option as a synonym of /force.Rui Ueyama2013-08-291-1/+3
* [PECOFF] Make command line options case insensitive to match link.exe's behav...Rui Ueyama2013-08-281-1/+5
* [PECOFF] Add the entry symbol and /include symbols to dead strip root set.Rui Ueyama2013-08-271-0/+9
* Fix use of temporary strings.Rui Ueyama2013-08-271-4/+4
* [PECOFF] Enable dead-stripping by default to match link.exe behavior.Rui Ueyama2013-08-271-0/+11
* Treat entry point symbol as an undefined atom.Rui Ueyama2013-08-271-1/+1
* [PECOFF] Add Support for entry point symbol nameRui Ueyama2013-08-261-0/+19
* [PECOFF] support additional subsystem identifiersSaleem Abdulrasool2013-08-241-0/+10
* Separates /fixed (no .reloc section) and /dynamicbase (enable ASLR)Rui Ueyama2013-08-241-0/+13
* Fixes an additional temporary string use.Rui Ueyama2013-08-231-1/+1
* [lld][PECOFF] Fix one more reference to a temporary stringShankar Easwaran2013-08-221-1/+1
* [lld][PECOFF] Fix use of temporary stringsShankar Easwaran2013-08-221-1/+1
* add InputGraph functionalityShankar Easwaran2013-08-211-251/+212
* [PECOFF] Handle "--" option explicitlyHans Wennborg2013-08-131-0/+8
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-53/+56
* [PECOFF] Remove special treatment of "--" option.Rui Ueyama2013-08-021-20/+1
* Remove the SUPPORT_ALIASARGS defineHans Wennborg2013-08-011-2/+0
* Option parsing tables: pick up AliasArgs from the OPTION macro.Hans Wennborg2013-07-311-3/+6
* Revert "[PECOFF][Driver] Remove quotes from command line arguments."Rui Ueyama2013-07-311-21/+12
* [PECOFF][Driver] Remove quotes from command line arguments.Rui Ueyama2013-07-291-12/+21
* [PECOFF][Driver] Add ".lib" extension to the path given with /defaultlib.Rui Ueyama2013-07-261-1/+10
* [PECOFF][Driver] Split WinLinkDriver::parse for readability.Rui Ueyama2013-07-251-19/+32
* [PECOFF][Driver] Allow multiple /include options.Rui Ueyama2013-07-251-2/+5
* [PECOFF] Add /failifmismatch option.Rui Ueyama2013-07-251-0/+38
* [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/+4
* [PECOFF] Support -tsaware:no command line option.Rui Ueyama2013-07-231-0/+4
* [PECOFF] Support -fixed command line option to disable base relocations.Rui Ueyama2013-07-231-4/+8
* [PECOFF][Driver] Add -base command line option.Rui Ueyama2013-07-201-4/+29
* [PECOFF][Driver] Process "LINK" environment variable.Rui Ueyama2013-07-191-5/+37
* [PECOFF][Driver] Add -defaultlib command line option.Rui Ueyama2013-07-191-1/+16
* [PECOFF][Driver] Interpret "LIB" environment variable.Rui Ueyama2013-07-191-0/+20
* [PECOFF] Use library search path when looking for a .lib file.Rui Ueyama2013-07-191-10/+3
* [PECOFF][Driver] Add -libpath command line option.Rui Ueyama2013-07-191-0/+7
* [PECOFF] Use replace_extension() instead of doing it myself.Rui Ueyama2013-07-181-5/+5
* [WinLink] Add /LargeAddressAware command line option.Rui Ueyama2013-07-161-0/+4
* Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...Rafael Espindola2013-07-151-13/+14
* Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.Rafael Espindola2013-07-041-14/+13
OpenPOWER on IntegriCloud