summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* PDB HashTable: Move TraitsT from class parameter to the methods that need itNico Weber2019-07-121-4/+3
* [PDB] Fix hash function used to write /src/headerblockNico Weber2019-04-291-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-1/+1
* Refactor the PDB HashTable class.Zachary Turner2018-03-151-21/+22
* Fix emission of PDB string table.Zachary Turner2018-02-161-86/+60
* [PDB] More changes to bring lld PDBs to parity with MSVC.Zachary Turner2017-07-071-2/+4
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-301-3/+6
* [pdb] Fix reading of llvm-generated PDBs by cvdump.Zachary Turner2017-06-251-6/+18
* [llvm-pdbdump] Add support for diffing the PDB Stream.Zachary Turner2017-03-161-0/+2
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-3/+2
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-7/+6
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-8/+10
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-10/+8
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-3/+3
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+135
OpenPOWER on IntegriCloud