summaryrefslogtreecommitdiffstats
path: root/lld/COFF/DriverUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-4/+4
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-1/+1
* lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars.Nico Weber2019-09-131-5/+8
* [LLD] [COFF] Implement MinGW default manifest handlingMartin Storsjo2019-09-041-1/+3
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-301-7/+21
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-3/+3
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-5/+4
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-4/+5
* [COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song2019-07-161-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-462/+462
* lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber2019-07-051-3/+3
* [COFF] Allow setting subsystem versions while inferring the subsystem type im...Martin Storsjo2019-06-141-2/+4
* lld-link: Reject more than one resource .obj fileNico Weber2019-06-111-0/+1
* Let writeWindowsResourceCOFF() take a TimeStamp parameterNico Weber2019-06-111-1/+2
* llvm-lib: Implement /machine: argumentNico Weber2019-06-111-28/+0
* [COFF] Fix /export:foo=bar when bar is a weak aliasReid Kleckner2019-06-071-12/+0
* lld-link, clang: Treat non-existent input files as possible spellos for optio...Nico Weber2019-05-231-1/+2
* Add typo correction for command-line flags to ELF and COFF lld driversNico Weber2019-05-071-2/+8
* lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber2019-05-021-1/+9
* lld-link: Make "duplicate resource" error message a bit more conciseNico Weber2019-05-021-1/+1
* lld-link: Implement /swaprun: flagNico Weber2019-04-251-0/+21
* [LLD][COFF] Improve checkFailIfMismatch()Alexandre Ganea2019-03-291-4/+7
* [LLD][COFF] More detailed information for /failifmismatchAlexandre Ganea2019-03-061-6/+8
* [LLD][COFF] Add support for /FUNCTIONPADMIN command-line optionAlexandre Ganea2019-02-231-0/+21
* 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
OpenPOWER on IntegriCloud