aboutsummaryrefslogtreecommitdiff
path: root/lld/COFF
AgeCommit message (Expand)AuthorFilesLines
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-1/+1
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-1/+1
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea11-88/+72
2022-01-19[LLD][COFF] Support GNU style == aliasesAyke van Laethem2-0/+4
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea11-72/+87
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea11-87/+72
2022-01-11[lld-link] Change config and driver to unique_ptrFangrui Song3-7/+6
2022-01-09Use true/false instead of 1/0 (NFC)Kazu Hirata1-1/+1
2022-01-05[lld-link] Consistently print all /verbose output to stderrNico Weber1-1/+1
2022-01-04[lld-link] Remove unneeded lto::InputFile::create after D116434Fangrui Song1-1/+0
2022-01-05[lld] Add support for other demanglers other than ItaniumLuís Ferreira1-2/+2
2022-01-04[lld-link] Replace LazyObjFile with lazy ObjFile/BitcodeFileFangrui Song6-85/+52
2021-12-30Revert "[lld] Add support for other demanglers other than Itanium"Luís Ferreira1-2/+2
2021-12-30[lld] Add support for other demanglers other than ItaniumLuís Ferreira1-2/+2
2021-12-24Use isa instead of dyn_cast (NFC)Kazu Hirata1-1/+1
2021-12-13[lld] Replace Symbolize.h with DIContext.h in lld's COFF libNoah Shutty1-1/+1
2021-12-06Enable pdbpagesize to allow support for PDB file sizes > 4GBChris Davis1-6/+0
2021-11-23[LLD] [COFF] Omit section symbols and IMAGE_SYM_CLASS_LABEL from the PE symbo...Martin Storsjö1-0/+6
2021-11-23[LLD] [COFF] Interpret the immediate in ARM64 adr/adrp relocations as signed ...Martin Storsjö1-1/+2
2021-11-12lld: const-qualify iterations through VarStreamArray, NFCDuncan P. N. Exon Smith2-3/+3
2021-11-04[Support] Improve Caching conformance with Support library behaviorNoah Shutty1-2/+2
2021-10-31[lld/coff] Add parsing for /pdbpagesize: flagNico Weber6-2/+27
2021-10-28[lld] Rename addCombinedLTOObjects to match ELF driver. NFCSam Clegg3-4/+4
2021-10-23Use StringRef::contains (NFC)Kazu Hirata1-2/+2
2021-10-18[Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty1-7/+8
2021-10-18Revert "[Support][ThinLTO] Move ThinLTO caching to LLVM Support library"Petr Hosek1-8/+7
2021-10-18[Support][ThinLTO] Move ThinLTO caching to LLVM Support libraryNoah Shutty1-7/+8
2021-10-18Use llvm::erase_if (NFC)Kazu Hirata1-6/+2
2021-10-12[lld] fix typos to cycle botsNico Weber1-1/+1
2021-10-04[lld] Use checkError moreNico Weber1-10/+6
2021-09-17Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang34-598/+684
2021-09-16Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang34-687/+598
2021-09-16[lld] Add test to check for timer outputAmy Huang2-10/+10
2021-09-16[LLD] Remove global state in lld/COFFAmy Huang34-598/+687
2021-08-31[LLD][COFF] Clean paths in PDB even when /pdbsourcepath is omittedAlexandre Ganea1-0/+1
2021-08-27[lld/COFF] Ignore /LTCG, /LTCG:, /LTCGOUT:, /ILK: flagsNico Weber1-0/+4
2021-08-27[lld/COFF] Use P_priv moreNico Weber1-12/+10
2021-08-25[lld/COFF] Improve handling of the /manifestdependency: flagNico Weber3-24/+30
2021-08-11[LTO][lld] Add lto-pgo-warn-mismatch optionYolanda Chen4-0/+10
2021-08-11Revert "[lld] Add lto-pgo-warn-mismatch option"Wang, Pengfei4-10/+0
2021-08-11[lld] Add lto-pgo-warn-mismatch optionYolanda Chen4-0/+10
2021-07-22[LLD] [COFF] Make -export-all-symbols work as intended for EXEsMartin Storsjö1-3/+3
2021-07-20[LLD] [COFF] Add a couple "MinGW only" comments re linking against DLLs. NFC.Martin Storsjö2-1/+2
2021-07-20[LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgoldFangrui Song1-4/+4
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie1-1/+1
2021-07-07[LLD] [COFF] Avoid thread exhaustion on 32-bit Windows hostJeremy Drake1-2/+3
2021-07-02[LLD] [COFF] Fix up missing stdcall decorations in MinGW modeMartin Storsjö6-21/+70
2021-07-02[LLD] [COFF] Support linking directly against DLLs in MinGW modeMartin Storsjö8-2/+162
2021-06-25[LLD] [COFF] Fix handling of LTO comdats with nontrivial selection types afte...Martin Storsjö1-8/+14
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1