summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber2019-07-121-7/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix issue with Tpi Stream hash map.Zachary Turner2018-12-031-0/+6
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-131-0/+1
* Some cleanups to the native pdb plugin [NFC].Zachary Turner2018-10-221-0/+19
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-31/+1
* Fix warnings.Zachary Turner2018-09-201-1/+0
* [PDB] Add the ability to map forward references to full decls.Zachary Turner2018-09-201-0/+90
* Refactor the PDB HashTable class.Zachary Turner2018-03-151-1/+3
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-1/+0
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-231-1/+11
* [PDB] Fix use after free.Zachary Turner2017-06-031-3/+3
* Implement various flavors of type merging.Zachary Turner2017-05-221-0/+4
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-3/+0
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-0/+3
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-3/+0
* Fix some minor issues in PDB parsing library.Zachary Turner2017-05-181-3/+0
* [pdb] Don't verify TPI hash values up front.Zachary Turner2017-05-041-23/+3
* [PDB] Emit index/offset pairs for TPI and IPI streamsReid Kleckner2017-04-111-3/+5
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [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-3/+2
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-2/+3
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-161-1/+2
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+171
OpenPOWER on IntegriCloud