summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
AgeCommit message (Expand)Author
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2023-11-13[llvm] Stop including llvm/ADT/SparseBitVector.h (NFC)Kazu Hirata
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2021-01-04[DebugInfo] Use llvm::append_range (NFC)Kazu Hirata
2019-07-12PDB HashTable: Move TraitsT from class parameter to the methods that need itNico Weber
2019-04-29[PDB] Fix hash function used to write /src/headerblockNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner
2018-03-15Refactor the PDB HashTable class.Zachary Turner
2018-02-16Fix emission of PDB string table.Zachary Turner
2017-07-07[PDB] More changes to bring lld PDBs to parity with MSVC.Zachary Turner
2017-06-30[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2017-06-25[pdb] Fix reading of llvm-generated PDBs by cvdump.Zachary Turner
2017-03-16[llvm-pdbdump] Add support for diffing the PDB Stream.Zachary Turner
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner
2017-02-28[PDB] Make streams carry their own endianness.Zachary Turner
2017-02-27[PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner
2017-02-25Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi
2017-02-25[PDB] General improvements to Stream library.Zachary Turner
2017-02-25[PDB] Rename Stream related source files.Zachary Turner
2017-02-18Don't assume little endian in StreamReader / StreamWriter.Zachary Turner
2017-01-25NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy