aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner1-1/+1
2018-03-15Refactor the PDB HashTable class.Zachary Turner1-21/+22
2018-02-16Fix emission of PDB string table.Zachary Turner1-86/+60
2017-07-07[PDB] More changes to bring lld PDBs to parity with MSVC.Zachary Turner1-2/+4
2017-06-30[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko1-3/+6
2017-06-25[pdb] Fix reading of llvm-generated PDBs by cvdump.Zachary Turner1-6/+18
2017-03-16[llvm-pdbdump] Add support for diffing the PDB Stream.Zachary Turner1-0/+2
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner1-1/+1
2017-02-28[PDB] Make streams carry their own endianness.Zachary Turner1-3/+2
2017-02-27[PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner1-7/+6
2017-02-25Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi1-8/+10
2017-02-25[PDB] General improvements to Stream library.Zachary Turner1-10/+8
2017-02-25[PDB] Rename Stream related source files.Zachary Turner1-1/+1
2017-02-18Don't assume little endian in StreamReader / StreamWriter.Zachary Turner1-3/+3
2017-01-25NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy1-0/+135