summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
AgeCommit message (Expand)Author
2025-03-23[DebugInfo] Avoid repeated hash lookups (NFC) (#132586)Kazu Hirata
2024-11-18[PDB] Fix missing `consumeError` which raise error with asserts enabled (#116...Romain Thomas
2024-10-15[DebugInfo] Avoid repeated hash lookups (NFC) (#112298)Kazu Hirata
2024-06-29[llvm] Use std::make_unique (NFC) (#97165)Kazu Hirata
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-03-01[PDB] Add char8_t typeZequan Wu
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2021-12-08[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-01-17[llvm] Use llvm::sort (NFC)Kazu Hirata
2021-01-10[CodeGen, DebugInfo] Use llvm::find_if (NFC)Kazu Hirata
2021-01-04[DebugInfo] Use llvm::append_range (NFC)Kazu Hirata
2020-12-17[llvm-symbolizer][Windows] Add start line when searching in line table sections.Amy Huang
2020-12-12fix typos to cycle botsNico Weber
2020-11-17[llvm-symbolizer] Add inline stack traces for Windows.Amy Huang
2020-07-21[PDB][NativeSession] Clean up some things in NativeSession.Amy Huang
2020-07-07[NativeSession] Add column numbers to NativeLineNumber.Amy Huang
2020-06-15[NativeSession] Implement findLineNumbersByAddress in NativeSession,Amy Huang
2020-05-13[NativeSession] Implement NativeSession::findSymbolByAddress.Amy Huang
2018-12-03Don't build the Tpi Hash map by default.Zachary Turner
2018-10-01[PDB] Add support for dumping Typedef records.Zachary Turner
2018-10-01[PDB] Add support for parsing VFTable Shape records.Zachary Turner
2018-09-30[PDB] Add native support for dumping array types.Zachary Turner
2018-09-21[NativePDB] Add support for reading function signatures.Zachary Turner
2018-09-21[PDB] Add native reading support for UDT / class types.Zachary Turner
2018-09-20[PDB] Better printing of builtin types when using DIA dumper.Zachary Turner
2018-09-18[PDB] Better support for enumerating pointer types.Zachary Turner
2018-09-17[PDB] Make the native reader support enumerators.Zachary Turner
2018-09-17[PDB] Make the native reader support modified types.Zachary Turner
2018-09-14[PDB] Refactor a little of the Symbol creation code.Zachary Turner
2018-09-07[PDB] Support pointer types in the native reader.Zachary Turner
2018-09-07[PDB] Rename some files in the native reader.Zachary Turner
2018-09-07[PDB] Create a SymbolCache class.Zachary Turner