summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Driver.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-4/+7
* [COFF] Don't error if the only inputs are from /wholearchive:Reid Kleckner2019-11-151-4/+4
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-0/+1
* Warn on /align if used without /driverRui Ueyama2019-11-141-0/+2
* Implement /driver, /driver:wdm and /driver:uponlyRui Ueyama2019-11-141-2/+22
* Warn when an output section name is longer than 8 charactersReid Kleckner2019-11-011-0/+7
* lld/COFF: Simplify getOutputPath() using sys::path functions.Nico Weber2019-10-281-4/+1
* dummy comment typo fix commit to cycle the botsNico Weber2019-10-101-2/+1
* Add /reproduce option to lld/COFFRui Ueyama2019-10-041-6/+25
* Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory.Rui Ueyama2019-10-041-5/+7
* [lld] Update lld driver to use new LTO APIs to handle libcall symbolsSteven Wu2019-09-161-7/+2
* lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars.Nico Weber2019-09-131-2/+3
* [COFF] Fix to not add archive name to buffer identifiers when they comeAmy Huang2019-09-121-2/+3
* lld-link: Make /linkrepro: take a filename, not a directory.Nico Weber2019-09-121-7/+5
* [LLD][COFF] Add index to disambiguate archive members when using -wholearchiveRui Ueyama2019-09-101-1/+2
* reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman2019-09-031-14/+46
* Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich2019-08-301-46/+14
* [lld-link] implement -start-lib and -end-libBob Haarman2019-08-301-14/+46
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-301-26/+27
* [COFF] Add libcall symbols to the link when LTO is being usedAmy Huang2019-08-221-0/+15
* [lld-link] implement -lto-obj-pathBob Haarman2019-08-211-0/+1
* [COFF] Require an explicit -implib option for creating implibs in mingw modeMartin Storsjo2019-08-201-2/+4
* [COFF] Allow using custom .edata from input object filesMartin Storsjo2019-08-201-0/+1
* Handle /align option.Rui Ueyama2019-08-071-0/+8
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-3/+3
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-0/+1
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-1/+0
* [COFF] Fix wholearchive with thin archivesMartin Storsjo2019-08-011-1/+3
* [lld-link] diagnose undefined symbols before LTO when possibleBob Haarman2019-07-261-20/+26
* ld.lld: Demangle symbols from archives in diagnosticsNico Weber2019-07-231-4/+6
* lld-link: Demangle symbols from archives in diagnosticsNico Weber2019-07-191-8/+7
* [COFF] Implement /safeseh:no and check @feat.00 flags by defaultReid Kleckner2019-07-161-9/+5
* [COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song2019-07-161-4/+4
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* Fix odd variable names.Rui Ueyama2019-07-121-1/+1
* [lld-link] implement -thinlto-{prefix,object-suffix}-replaceBob Haarman2019-07-111-0/+18
* [lld-link] implement -thinlto-index-onlyBob Haarman2019-07-111-1/+16
* Fix build breakage on Win32.Rui Ueyama2019-07-111-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-899/+899
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-3/+3
* lld-link: Stop accepting /natvis and /fastfail in .drectve sectionsNico Weber2019-07-091-2/+2
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-051-1/+1
* lld-link: Make /debugtype: option work betterNico Weber2019-07-051-2/+3
* [LLD][COFF] Case insensitive compares for /nodefaultlibAlexandre Ganea2019-06-261-3/+3
* Share /machine: handling code with llvm-cvtres tooNico Weber2019-06-121-1/+2
* lld-link: Reject more than one resource .obj fileNico Weber2019-06-111-0/+29
* llvm-lib: Implement /machine: argumentNico Weber2019-06-111-1/+4
* [LLD][COFF] Fix missing MergeChunk::Instances cleanup in COFF::link()Rui Ueyama2019-06-101-0/+1
* [COFF] Add an lld specific option /includeoptionalMartin Storsjo2019-06-081-0/+8
OpenPOWER on IntegriCloud