aboutsummaryrefslogtreecommitdiff
path: root/lld/COFF/Driver.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-10-23[DTLTO][Clang][LLD] Fix DTLTO for multi-call LLVM driver toolchain (#162456)Andrew Ng1-0/+4
2025-10-02[DTLTO][LLD] Tidy up DTLTO related options (NFC) (#161675)Andrew Ng1-5/+5
2025-09-20[lld-link] Do not assert when reporting error about non-thin archive (#159828)Nico Weber1-3/+7
2025-09-20[LLD][COFF] Add /nodbgdirmerge to control debug directory section (#159235)kkent0303151-0/+3
2025-09-08[LLD][COFF] Display the size of all consumed inputs with /summary (take 2) (#...Alexandre Ganea1-0/+1
2025-09-06Revert "[LLD][COFF] Display the size of all consumed inputs with `/summary`" ...Alexandre Ganea1-1/+0
2025-09-06[LLD][COFF] Add more variety of CET and hotpatch flags (#150761)kkent0303151-0/+14
2025-09-06[LLD][COFF] Display the size of all consumed inputs with `/summary` (#157279)Alexandre Ganea1-0/+1
2025-09-04[LLD][COFF] Add support for custom section layout (#152779)kkent0303151-0/+3
2025-08-05[LLD][COFF] Don't resolve weak aliases when performing local import (#152000)Jacek Caban1-1/+3
2025-07-31[LLD][COFF] Add support for ARM64X same-address thunks (#151255)Jacek Caban1-31/+45
2025-07-31[LLD][COFF] Introduce Symbol::getDefined helper. (NFC) (#151253)Jacek Caban1-10/+2
2025-07-28[LLD][COFF] Move resolving alternate names to SymbolTable (NFC) (#149495)Jacek Caban1-22/+1
2025-07-22[LLD][COFF] Make /wholearchive thin-archive member identifiers consistent (#1...bd1976bris1-7/+17
2025-07-21[LLD][COFF] Follow up comments on pr146610 (#147152)Alexandre Ganea1-2/+2
2025-07-20[DTLTO][LLD][COFF] Add support for Integrated Distributed ThinLTO (#148594)bd1976bris1-0/+17
2025-07-02[LLD][COFF] Disallow importing DllMain from import libraries (#146610)Alexandre Ganea1-0/+2
2025-06-24Use the Windows SDK arguments over the environment (#144805)Fabrice de Gans1-6/+8
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata1-2/+0
2025-05-15[LLD][COFF] Allow -arm64xsameaddress in ARM64EC directives (#139631)Jacek Caban1-0/+6
2025-05-15[LLD][COFF] Add support for including native ARM64 objects in ARM64EC images ...Jacek Caban1-14/+20
2025-05-02[LLD][COFF] add __{data,bss}_{start,end}__ symbols for Cygwin support (#136180)jeremyd20191-0/+5
2025-04-11[LLD][COFF] Remove no longer needed symtabEC from COFFLinkerContext (NFC) (#1...Jacek Caban1-13/+9
2025-04-11[LLD][COFF] Swap the meaning of symtab and hybridSymtab in hybrid images (#13...Jacek Caban1-21/+14
2025-04-07[LLD][COFF] Don't dllimport from static libraries (#134443)Alexandre Ganea1-4/+2
2025-03-29[lld] Use *Set::insert_range (NFC) (#133565)Kazu Hirata1-2/+1
2025-03-12[LLD][COFF] Update nodefaultlibs after updating search paths (#128813)A2uria1-0/+7
2025-03-03[LLD][COFF] Support -aligncomm directives on ARM64X (#129513)Jacek Caban1-18/+20
2025-03-03[LLD][COFF] Add support for -includeglob on ARM64X (#129515)Jacek Caban1-1/+2
2025-03-02[LLD][COFF] Mark personality functions as live in both symbol tables on ARM64...Jacek Caban1-7/+9
2025-03-02[LLD][COFF] Add support for autoimports on ARM64X (#129282)Jacek Caban1-1/+1
2025-02-21[LLD][COFF] Support alternate names in both symbol tables on ARM64X (#127619)Jacek Caban1-24/+22
2025-02-10[LLD][MinGW] Add support for wrapped symbols on ARM64X (#126296)Jacek Caban1-7/+11
2025-02-10[LLD][COFF] Add support for -includeoptional on ARM64X (#126300)Jacek Caban1-7/+7
2025-02-06[LLD][COFF] Add support for MinGW auto-export on ARM64X (#125862)Jacek Caban1-27/+30
2025-02-05[LLD][COFF] Use EC symbol table for output DEF file on ARM64X (#125531)Jacek Caban1-1/+1
2025-01-29[LLD][COFF] Write both native and EC export symbols to the import library on ...Jacek Caban1-19/+32
2025-01-28[LLD][COFF] Move delayLoadHelper and tailMergeUnwindInfoChunk to SymbolTable ...Jacek Caban1-6/+7
2025-01-22[LLD][COFF] Add support for the -defArm64Native argument (#123850)Jacek Caban1-0/+9
2025-01-22[LLD][COFF] Use EC symbol table for exports defined in module definition file...Jacek Caban1-63/+1
2025-01-21[LLD][COFF] Separate EC and native exports for ARM64X (#123652)Jacek Caban1-27/+32
2025-01-20[LLD][COFF] Add support for custom DOS stub (#122561)kkent0303151-0/+4
2025-01-17[LLD][COFF] Process bitcode files separately for each symbol table on ARM64X ...Jacek Caban1-19/+22
2025-01-16[LLD][COFF] Move getChunk to LinkerDriver (NFC) (#123103)Jacek Caban1-1/+10
2025-01-16[LLD][COFF] Add support for hybrid ARM64X entry points (#123096)Jacek Caban1-18/+21
2025-01-15[LLD][COFF] Infer subsystem from EC symbol table for ARM64X (#122838)Jacek Caban1-1/+1
2025-01-15[LLD][COFF] Pull _load_config_used symbol from both symbol tables on ARM64X (...Jacek Caban1-3/+6
2025-01-15[LLD][COFF] Move symbol mangling and lookup helpers to SymbolTable class (NFC...Jacek Caban1-132/+30
2025-01-13[LLD][COFF] Use appropriate symbol table for -include argument on ARM64X (#12...Jacek Caban1-45/+19
2025-01-05[LLD] Do not combine cg_profile from obj and ordering file (#121325)Haohai Wen1-3/+3