summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-8/+10
* [pdb] Try to fix use after free.Zachary Turner2016-06-081-0/+4
* [pdbdump] Print out # of hash buckets.Rui Ueyama2016-06-071-0/+1
* [pdbdump] Print out TPI hash key size.Rui Ueyama2016-06-071-0/+2
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-3/+7
* [pdbdump] Verify the size of TPI hash records.Rui Ueyama2016-06-061-0/+5
* pdbdump: print out TPI hashes.Rui Ueyama2016-06-031-9/+29
* Add comments.Rui Ueyama2016-06-021-0/+2
* [pdb] Add unit tests for PDB MappedBlockStream and zero copyZachary Turner2016-05-311-0/+1
* [pdb] Finish conversion to zero copy pdb access.Zachary Turner2016-05-281-3/+4
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-7/+6
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-3/+3
* [llvm-pdbdump] Dump the IPI stream and all records.Zachary Turner2016-05-251-2/+2
* [llvm-pdbdump] Dump stream summary list.Zachary Turner2016-05-251-0/+8
* [codeview] Try to handle errors better in record iteratorReid Kleckner2016-05-121-2/+2
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-12/+26
* [codeview] Add a type visitor to help abstract away type stream handlingReid Kleckner2016-05-041-1/+1
* Remove unused variable.Zachary Turner2016-05-031-2/+0
* Move CodeViewTypeStream to DebugInfo/CodeViewZachary Turner2016-05-031-23/+2
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-031-0/+143
OpenPOWER on IntegriCloud