summaryrefslogtreecommitdiff
path: root/lld/COFF/DebugTypes.cpp
AgeCommit message (Expand)Author
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-05-04[lld] Remove unused local variables (NFC) (#138470)Kazu Hirata
2025-03-31[lld] Use DenseMap::insert_range (NFC) (#133845)Kazu Hirata
2024-12-05[lld-link] Replace fatal(...) with FatalFangrui Song
2024-12-05[lld-link] Remove unneeded Twine when using COFFSyncStreamFangrui Song
2024-12-04[lld-link] Replace log(...) with LogFangrui Song
2024-12-03[lld-link] Replace warn(...) with Warn(ctx)Fangrui Song
2024-05-12Use StringRef::operator== instead of StringRef::equals (NFC) (#91864)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-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser
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-21[lld][COFF] Fix lld-link crash when several .obj files built with /Zi refer t...Sylvain Audi
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[lld] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-27[COFF] Change most Optional to std::optionalFangrui Song
2022-11-20[LLD][COFF] Survive empty and invalid PCH signatureAlexandre Ganea
2022-11-19[CodeView] Replace GHASH hasher by BLAKE3Alexandre Ganea
2022-11-08[lld] Fix duplicate word typos. NFCFangrui Song
2022-09-03Use llvm::lower_bound (NFC)Kazu Hirata
2022-08-08[lld/win] Use C++17 nested namespace syntax in most placesNico Weber
2022-07-29Use is_sorted (NFC)Kazu Hirata
2022-07-23Convert for_each to range-based for loops (NFC)Kazu Hirata
2022-06-19Rename parallelForEachN to just parallelForNico Weber
2022-04-18Force GHashCell to be 8-byte-aligned.Eli Friedman
2022-04-07[LLD][COFF] Fix TypeServerSource matcher with more than one collisionTobias Hieta
2022-04-02[lld][COFF] Fix TypeServerSource lookup on GUID collisionsTobias Hieta
2021-11-12lld: const-qualify iterations through VarStreamArray, NFCDuncan P. N. Exon Smith
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-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-05-28[LLD][COFF] Reduce the maximum size of the GHASH tableAlexandre Ganea
2021-05-27[PDB] Fix ubsan complaint about memcpy from null pointerReid Kleckner
2021-05-20[PDB] Check the type server guid when ghashingReid Kleckner
2021-01-13[LLD][COFF] Avoid std::vector resizes during type mergingAlexandre Ganea
2021-01-07[LLD][COFF] Simplify function. NFC.Alexandre Ganea
2021-01-07[LLD][COFF] When using PCH.OBJ, ensure func_id records indices are remapped u...Alexandre Ganea
2020-12-12fix typo to cycle botsNico Weber
2020-12-04fix typos to cycle botsNico Weber
2020-10-12[LLD] [COFF] Fix a ubsan error in pdb-type-server-missing.yamlMartin Storsjö
2020-10-02[LLD][COFF] Add more type record information to /summaryAlexandre Ganea
2020-10-01[LLD][COFF] Fix crash with /summary and PCH input filesAlexandre Ganea
2020-10-01[PDB] Use one func id DenseMap instead of per-source maps, NFCReid Kleckner
2020-09-30Re-land "[PDB] Merge types in parallel when using ghashing"Reid Kleckner