aboutsummaryrefslogtreecommitdiff
path: root/lld/COFF
AgeCommit message (Expand)AuthorFilesLines
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser3-4/+4
2023-01-16[lld][COFF] Provide unwinding information for Chunk injected by /delayloadedserge-sans-paille3-1/+86
2023-01-15[ADT] Make StringRef::compare like std::string_view::compareBenjamin Kramer1-1/+1
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille2-2/+2
2023-01-10[lld] Fix comment typos to cycle botsNico Weber1-1/+1
2023-01-10[lld][COFF] Fix bug causing assertion in Chunk::setAlignmentAndrew Ng3-5/+15
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille4-11/+10
2023-01-09[LLD] Remove global state in lld/COFFAmy Huang31-827/+1030
2023-01-09Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö31-1040/+828
2023-01-09lldCOFF: Fix warnings for D110450 [-Wunused-private-field]NAKAMURA Takumi1-0/+2
2023-01-08[LLD] Remove global state in lld/COFFAmy Huang31-828/+1038
2023-01-02[LLD][Windows]Feature "checksum" for Windows PEQfrost4-0/+50
2022-12-28[lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song1-0/+1
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-21[lld][COFF] Fix lld-link crash when several .obj files built with /Zi refer t...Sylvain Audi3-8/+12
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata1-1/+0
2022-12-12[COFF] Respect weak externals for mangled symbol searchingShoaib Meenai1-2/+10
2022-12-10[lld] Use std::optional instead of None in comments (NFC)Kazu Hirata3-9/+9
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek2-3/+4
2022-12-06[CodeView] Add support for local S_CONSTANT recordsTobias Hieta1-3/+3
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-03[COFF] llvm::Optional => std::optionalFangrui Song1-2/+2
2022-12-02[lld] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-12-02[Alignment][NFC] Use Align in StringTableBuilder ctorGuillaume Chatelet1-1/+1
2022-11-27[lld] Change Optional to std::optionalFangrui Song3-6/+7
2022-11-27[COFF] Change most Optional to std::optionalFangrui Song10-60/+59
2022-11-26[COFF] Use std::optional in PDB.cpp (NFC)Kazu Hirata1-2/+3
2022-11-26[COFF] Use std::optional in InputFiles.cpp (NFC)Kazu Hirata1-2/+3
2022-11-26[COFF] Use std::optional in Driver.cpp (NFC)Kazu Hirata1-3/+4
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu2-22/+38
2022-11-23Revert "Reland "[LTO][COFF] Use bitcode file names in lto native object file ...Roman Lebedev2-38/+22
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu2-22/+38
2022-11-22Revert "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu2-38/+24
2022-11-22[LTO][COFF] Use bitcode file names in lto native object file names.Zequan Wu2-24/+38
2022-11-20[LLD][COFF] Survive empty and invalid PCH signatureAlexandre Ganea3-26/+74
2022-11-19[CodeView] Replace GHASH hasher by BLAKE3Alexandre Ganea1-1/+1
2022-11-14[COFF, Mach-O] Include -mllvm options in thinlto cache keyNico Weber3-1/+7
2022-11-14[PDB] Don't include input files in the 'cmd' entry of S_ENVBLOCKSylvain Audi1-2/+7
2022-11-14[ThinLTO] a ThinLTO warning is added if cache_size_bytes or cache_size_files ...Ying Yi1-1/+1
2022-11-10[LLD][MinGW] Add --error-limit=<N> optionAlvin Wong1-0/+3
2022-11-08[lld] Fix duplicate word typos. NFCFangrui Song2-5/+4
2022-11-03Link liblldCOFF against libatomic when necessarySam James1-0/+1