summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/TypeSerializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-389/+0
* [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-06-291-9/+27
* [CodeView Type Merging] Don't keep re-allocating temp serializer.Zachary Turner2017-05-251-0/+13
* [CodeView Type Merging] Avoid record deserialization when possible.Zachary Turner2017-05-251-28/+62
* Speculative build fix for non-WindowsReid Kleckner2017-05-231-0/+2
* [PDB] Hash types up front when merging types instead of using StringMapReid Kleckner2017-05-231-64/+119
* Revert "Make TypeSerializer's StringMap use the same allocator."Zachary Turner2017-05-231-12/+31
* Make TypeSerializer's StringMap use the same allocator.Zachary Turner2017-05-221-31/+12
* [CodeView] Reduce memory usage in TypeSerializer.Zachary Turner2017-05-191-5/+28
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-6/+7
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-2/+2
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-8/+7
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-7/+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-4/+4
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-081-0/+243
OpenPOWER on IntegriCloud