summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-161-2/+8
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [CodeView] Fix cycles in debug info when merging Types with global hashes Alexandre Ganea2019-02-071-1/+4
* [PDB] Increase TPI hash bucket count.Zachary Turner2019-01-241-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* [PDB] Fix use after free.Zachary Turner2017-06-031-4/+4
* [llvm-pdbdump] Add the ability to merge PDBs.Zachary Turner2017-05-181-1/+1
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-121-1/+1
* [PDB] Emit index/offset pairs for TPI and IPI streamsReid Kleckner2017-04-111-18/+46
* [PDB] Save one type record copyReid Kleckner2017-04-041-16/+18
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-4/+4
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-2/+4
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-5/+5
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-8/+6
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-6/+8
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-4/+4
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+145
OpenPOWER on IntegriCloud