summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-0/+6
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-12/+12
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-10/+10
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-20/+20
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-20/+20
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-10/+10
* [CodeView] Refactor serialization to use StreamInterface.Zachary Turner2016-10-201-106/+67
* [CodeView] Use llvm::Error instead of std::error_code.Zachary Turner2016-08-041-35/+52
* Make sure data is available before dereferencing itDavid Majnemer2016-05-271-0/+14
* Make CodeView record serialization more generic.Zachary Turner2016-05-121-0/+157
OpenPOWER on IntegriCloud