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