summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp
AgeCommit message (Expand)Author
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2022-02-08Cleanup LLVMDebugInfoCodeView headersserge-sans-paille
2021-01-01fix typos to cycle botsNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-07-26[PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner
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
2016-10-20[CodeView] Refactor serialization to use StreamInterface.Zachary Turner
2016-08-04[CodeView] Use llvm::Error instead of std::error_code.Zachary Turner
2016-05-27Make sure data is available before dereferencing itDavid Majnemer
2016-05-12Make CodeView record serialization more generic.Zachary Turner