aboutsummaryrefslogtreecommitdiff
path: root/COFF/Driver.h
AgeCommit message (Expand)Author
2019-08-26Merging r366573:Hans Wennborg
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-06-11llvm-lib: Implement /machine: argumentNico Weber
2019-06-07[COFF] Fix /export:foo=bar when bar is a weak aliasReid Kleckner
2019-06-03Re-land [LLD][COFF] Early load PDB type server filesAlexandre Ganea
2019-05-28Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-finish.testAlexandre Ganea
2019-05-28[LLD][COFF] Early load PDB type server filesAlexandre Ganea
2019-04-25lld-link: Implement /swaprun: flagNico Weber
2019-04-15[LLD][COFF] use offset in archive to disambiguate archive membersBob Haarman
2019-03-29[LLD][COFF] Improve checkFailIfMismatch()Alexandre Ganea
2019-03-06[LLD][COFF] More detailed information for /failifmismatchAlexandre Ganea
2019-02-23[LLD][COFF] Add support for /FUNCTIONPADMIN command-line optionAlexandre Ganea
2019-02-19Move MinGW-specific code out of LinkerDriver::link. NFC.Rui Ueyama
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-10[COFF] Look for libfoo.a if foo.lib is specified, for MinGWMartin Storsjo
2018-08-03lld-link: Fix subsystem inference for non-console apps on 32-bit, and fix ent...Nico Weber
2018-08-01lld-link: Remove /msvclto optionNico Weber
2018-06-12Fix /WholeArchive bug.Rui Ueyama
2018-02-20Consistent use of header file for ICF and MarkLiveSam Clegg
2018-02-06[COFF] Add minimal support for /guard:cfReid Kleckner
2018-01-09[COFF] Process /EXPORT option in fastpathRui Ueyama
2017-12-28Do not parse the same /export string more than once.Rui Ueyama
2017-12-27[COFF] Do not parse args twice if no rsp files existsRui Ueyama
2017-12-08Prefer `ArrayRef` over `const std::vector&`Sam Clegg
2017-11-03Rename SymbolBody -> SymbolRui Ueyama
2017-10-20COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne
2017-10-16COFF: Add resource files to linkrepro instead of the cvtres object file.Peter Collingbourne
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-09-13[COFF] Add support for the -wholearchive optionMartin Storsjo
2017-09-05lld-link: Add --rsp-quoting= flag.Nico Weber
2017-08-28Remove Symtab aliases.Rui Ueyama
2017-08-28Keep an instance of COFFOptTable alive as long as InputArgList is alive.Rui Ueyama
2017-08-14[COFF] Add support for aligncomm directivesMartin Storsjo
2017-06-30Remove unused declarationsSam Clegg
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-06-02Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner
2017-06-02Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner
2017-05-20COFF: migrate def parser from LLD to LLVM [2/2]Martell Malone
2017-05-18Use make<> everywhere in COFF to make it consistent with ELF.Rui Ueyama
2017-04-24Handle _LINK_ env string as command line parameters.Rui Ueyama
2017-02-23Fix /msvclto.Rui Ueyama
2017-02-06Add an option to use the MSVC linker to link LTO-generated object files.Rui Ueyama
2017-01-06Use TarWriter to create tar archives instead of cpio.Rui Ueyama
2016-12-16COFF: Cache the result of library searches.Peter Collingbourne
2016-12-15COFF: Open and map input files asynchronously on Windows.Peter Collingbourne
2016-12-09COFF: New symbol table design.Peter Collingbourne
2016-12-08COFF: Use a string saver in Memory.h in Driver.Rui Ueyama
2016-09-15Create PDB.h and move code to remove unnecessary #includes.Rui Ueyama
2016-07-26COFF: Implement /linkrepro flag.Peter Collingbourne
2016-07-08COFF: remove unused function (touchFile)Saleem Abdulrasool