aboutsummaryrefslogtreecommitdiff
path: root/lld/COFF/PDB.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-09[LLD][COFF] Make `/summary` work when `/debug` isn't provided (#157476)Alexandre Ganea1-46/+26
2025-09-08[LLD][COFF] Display the size of all consumed inputs with /summary (take 2) (#...Alexandre Ganea1-2/+7
2025-09-06Revert "[LLD][COFF] Display the size of all consumed inputs with `/summary`" ...Alexandre Ganea1-7/+2
2025-09-06[LLD][COFF] Display the size of all consumed inputs with `/summary` (#157279)Alexandre Ganea1-2/+7
2025-07-28[LLD][COFF] Allow symbols with empty chunks to have no associated output sect...Jacek Caban1-3/+6
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata1-10/+0
2024-12-15[LLD][COFF] Store reference to SymbolTable instead of COFFLinkerContext in In...Jacek Caban1-1/+1
2024-12-12[lld-link] Replace warn(...) with Warn(ctx)Fangrui Song1-24/+29
2024-12-05[lld-link] Use COFFSyncStreamFangrui Song1-7/+6
2024-12-04[lld-link] Replace log(...) with LogFangrui Song1-1/+2
2024-12-03[lld-link] Simplify warnUnusable. NFCFangrui Song1-4/+3
2024-12-03[lld-link] Replace message(...) with Msg(ctx)Fangrui Song1-1/+1
2024-11-08[LLD][COFF] Use correct machine types in PDB records on ARM64EC (#115309)Jacek Caban1-1/+11
2024-09-13[LLD][COFF][NFC] Store live flag in ImportThunkChunk. (#108459)Jacek Caban1-2/+2
2024-04-05[LLD][COFF] Add ARM64EC support to findLineTable. (#87240)Jacek Caban1-7/+7
2024-01-25[LLD] Silence warning when compiling with MSVC targetting x86Alexandre Ganea1-1/+1
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-1/+1
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-6/+7
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea1-46/+76
2023-10-02[LLD][COFF] Delete unused field `DebugSHandler::source`Alexandre Ganea1-6/+3
2023-10-02[LLD][COFF] Remove unused `DebugSHandler::recordStringTableReferences`Alexandre Ganea1-2/+0
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song1-3/+3
2023-04-27Fix PDB relocation on big-endian hostsUlrich Weigand1-3/+4
2023-02-24[PDB] Error on too large stream directoriesHans Wennborg1-0/+7
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-4/+4
2023-01-09[LLD] Remove global state in lld/COFFAmy Huang1-49/+66
2023-01-09Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö1-66/+49
2023-01-08[LLD] Remove global state in lld/COFFAmy Huang1-49/+66
2022-12-10[lld] Use std::optional instead of None in comments (NFC)Kazu Hirata1-2/+2
2022-12-06[CodeView] Add support for local S_CONSTANT recordsTobias Hieta1-3/+3
2022-11-27[COFF] Change most Optional to std::optionalFangrui Song1-3/+3
2022-11-26[COFF] Use std::optional in PDB.cpp (NFC)Kazu Hirata1-2/+3
2022-11-08[lld] Fix duplicate word typos. NFCFangrui Song1-1/+1
2022-08-08[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUALTobias Hieta1-0/+4
2022-07-23Convert for_each to range-based for loops (NFC)Kazu Hirata1-8/+10
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille1-0/+2
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-6/+7
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-7/+6
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-6/+7
2021-11-12lld: const-qualify iterations through VarStreamArray, NFCDuncan P. N. Exon Smith1-2/+2
2021-10-31[lld/coff] Add parsing for /pdbpagesize: flagNico Weber1-1/+1
2021-10-23Use StringRef::contains (NFC)Kazu Hirata1-2/+2
2021-09-17Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang1-58/+48
2021-09-16Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang1-48/+58
2021-09-16[LLD] Remove global state in lld/COFFAmy Huang1-58/+48
2021-08-31[LLD][COFF] Clean paths in PDB even when /pdbsourcepath is omittedAlexandre Ganea1-0/+1
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie1-1/+1
2021-05-19[PDB] Do not record PGO or coverage public symbolsReid Kleckner1-1/+18
2021-05-18[PDB] Improve error handling when writes failReid Kleckner1-3/+7
2021-03-11[PDB] Improve warning for corrupt debug infoReid Kleckner1-12/+17