summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Driver.h
Commit message (Expand)AuthorAgeFilesLines
* lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars.Nico Weber2019-09-131-4/+4
* reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman2019-09-031-2/+3
* Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich2019-08-301-3/+2
* [lld-link] implement -start-lib and -end-libBob Haarman2019-08-301-2/+3
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-301-1/+6
* lld-link: Demangle symbols from archives in diagnosticsNico Weber2019-07-191-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-48/+48
* llvm-lib: Implement /machine: argumentNico Weber2019-06-111-4/+0
* [COFF] Fix /export:foo=bar when bar is a weak aliasReid Kleckner2019-06-071-0/+2
* Re-land [LLD][COFF] Early load PDB type server filesAlexandre Ganea2019-06-031-2/+2
* Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-finish.testAlexandre Ganea2019-05-281-2/+2
* [LLD][COFF] Early load PDB type server filesAlexandre Ganea2019-05-281-2/+2
* lld-link: Implement /swaprun: flagNico Weber2019-04-251-0/+3
* [LLD][COFF] use offset in archive to disambiguate archive membersBob Haarman2019-04-151-1/+1
* [LLD][COFF] Improve checkFailIfMismatch()Alexandre Ganea2019-03-291-1/+1
* [LLD][COFF] More detailed information for /failifmismatchAlexandre Ganea2019-03-061-2/+2
* [LLD][COFF] Add support for /FUNCTIONPADMIN command-line optionAlexandre Ganea2019-02-231-0/+3
* Move MinGW-specific code out of LinkerDriver::link. NFC.Rui Ueyama2019-02-191-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] Look for libfoo.a if foo.lib is specified, for MinGWMartin Storsjo2018-10-101-0/+1
* lld-link: Fix subsystem inference for non-console apps on 32-bit, and fix ent...Nico Weber2018-08-031-1/+0
* lld-link: Remove /msvclto optionNico Weber2018-08-011-2/+0
* Fix /WholeArchive bug.Rui Ueyama2018-06-121-1/+6
* Consistent use of header file for ICF and MarkLiveSam Clegg2018-02-201-6/+0
* [COFF] Add minimal support for /guard:cfReid Kleckner2018-02-061-0/+2
* [COFF] Process /EXPORT option in fastpathRui Ueyama2018-01-091-2/+4
* Do not parse the same /export string more than once.Rui Ueyama2017-12-281-0/+3
* [COFF] Do not parse args twice if no rsp files existsRui Ueyama2017-12-271-0/+4
* Prefer `ArrayRef` over `const std::vector&`Sam Clegg2017-12-081-3/+3
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-1/+1
* COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne2017-10-201-1/+2
* COFF: Add resource files to linkrepro instead of the cvtres object file.Peter Collingbourne2017-10-161-4/+2
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-2/+2
* [COFF] Add support for the -wholearchive optionMartin Storsjo2017-09-131-2/+2
* lld-link: Add --rsp-quoting= flag.Nico Weber2017-09-051-5/+4
* Remove Symtab aliases.Rui Ueyama2017-08-281-3/+0
* Keep an instance of COFFOptTable alive as long as InputArgList is alive.Rui Ueyama2017-08-281-2/+7
* [COFF] Add support for aligncomm directivesMartin Storsjo2017-08-141-0/+1
* Remove unused declarationsSam Clegg2017-06-301-1/+0
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-1/+1
* Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-3/+0
* Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-0/+3
* COFF: migrate def parser from LLD to LLVM [2/2]Martell Malone2017-05-201-3/+0
* Use make<> everywhere in COFF to make it consistent with ELF.Rui Ueyama2017-05-181-4/+0
* Handle _LINK_ env string as command line parameters.Rui Ueyama2017-04-241-1/+1
* Fix /msvclto.Rui Ueyama2017-02-231-1/+3
* Add an option to use the MSVC linker to link LTO-generated object files.Rui Ueyama2017-02-061-0/+2
* Use TarWriter to create tar archives instead of cpio.Rui Ueyama2017-01-061-1/+2
* COFF: Cache the result of library searches.Peter Collingbourne2016-12-161-0/+1
* COFF: Open and map input files asynchronously on Windows.Peter Collingbourne2016-12-151-1/+20
OpenPOWER on IntegriCloud