summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/HashTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Fix a bug where we were serializing hash tables incorrectly.Zachary Turner2018-03-151-3/+5
* Refactor the PDB HashTable class.Zachary Turner2018-03-151-170/+2
* Fix emission of PDB string table.Zachary Turner2018-02-161-82/+12
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-301-5/+11
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-8/+8
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-4/+4
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-12/+12
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-12/+12
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-8/+8
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+302
OpenPOWER on IntegriCloud