summaryrefslogtreecommitdiffstats
path: root/lld/COFF/DriverUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Eliminate dependency to formatv(). NFC.Fangrui Song2018-10-111-3/+3
* Adapt OptTable::PrintHelp change in D51009Fangrui Song2018-10-101-1/+3
* lld-link: Remove /msvclto optionNico Weber2018-08-011-20/+0
* [PDB] Write the command line after response file expansionReid Kleckner2018-07-201-8/+13
* lld-link: Add /lib to Options.td so that it appears in lld-link's help output.Nico Weber2018-07-141-0/+4
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-6/+1
* lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...Nico Weber2018-05-101-0/+25
* COFF: Process /merge flag as we create output sections.Peter Collingbourne2018-04-071-0/+4
* [COFF] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-141-0/+29
* Make lld-link shout at me less.Nico Weber2018-03-121-1/+1
* [LLD] Implement /guard:[no]longjmpReid Kleckner2018-02-131-7/+13
* [COFF] Add minimal support for /guard:cfReid Kleckner2018-02-061-0/+9
* [COFF] Keep the underscore on exported decorated stdcall functions in MSVC modeMartin Storsjo2018-01-201-0/+6
* Attempt to fix FreeBSD build broken by the previous commitPavel Labath2018-01-121-1/+1
* [lld/COFF] Use WritableMemoryBuffer for creating the manifestPavel Labath2018-01-121-5/+5
* [COFF] Process /EXPORT option in fastpathRui Ueyama2018-01-091-5/+16
* [COFF] Do not parse args twice if no rsp files existsRui Ueyama2017-12-271-0/+16
* Remove redundant local variables.Rui Ueyama2017-12-111-2/+1
* Prefer `ArrayRef` over `const std::vector&`Sam Clegg2017-12-081-1/+1
* Always evaluate the second argument for CHECK() lazily.Rui Ueyama2017-12-061-2/+2
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-281-1/+1
* Use DenseMap instead of std::map in fixupExportsReid Kleckner2017-11-101-1/+1
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-1/+1
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-11/+13
* [COFF] Add support for /WXShoaib Meenai2017-10-241-0/+3
* COFF: Add resource files to linkrepro instead of the cvtres object file.Peter Collingbourne2017-10-161-5/+6
* COFF: Give manifest resource file a name.Peter Collingbourne2017-10-161-1/+2
* Fix crbug 759265 by suppressing llvm mt warnings.Eric Beckmann2017-09-061-32/+14
* lld-link: Add --rsp-quoting= flag.Nico Weber2017-09-051-22/+31
* Use raw_string_ostream::str to get a result string.Rui Ueyama2017-09-051-1/+1
* Keep an instance of COFFOptTable alive as long as InputArgList is alive.Rui Ueyama2017-08-281-5/+1
* NFC: LLD fix OptTable Variable Name StyleMartell Malone2017-08-231-2/+2
* Fix a -Wpessimizing-move warning from Clang on this code --Chandler Carruth2017-08-221-1/+1
* Integrate manifest merging library into LLD.Eric Beckmann2017-08-221-27/+68
* [COFF] Add support for aligncomm directivesMartin Storsjo2017-08-141-0/+16
* lld: /manifestuac:no shouldn't disable /manifestdependency:Nico Weber2017-07-261-7/+7
* Use StringRef::contains().Rui Ueyama2017-07-191-2/+2
* Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann2017-07-081-79/+71
* Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...Eric Beckmann2017-07-051-13/+30
* Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann2017-07-051-60/+49
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-051-49/+60
* Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""Eric Beckmann2017-07-051-30/+13
* Revert "Switch external cvtres.exe for llvm's own resource library."Eric Beckmann2017-07-051-13/+30
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-07-051-60/+49
* [COFF] Add initial support for linking ARM64 binariesMartin Storsjo2017-07-011-0/+3
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-011-79/+73
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-06-291-73/+79
* Fix -Wpessimizing-move.Rui Ueyama2017-06-261-1/+1
* Replace trivial use of external rc.exe by writing our own .res file.Eric Beckmann2017-06-261-49/+60
OpenPOWER on IntegriCloud