summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/InfoStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-81/+0
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-201-0/+4
* [pdb] Merge NamedStreamMapBuilder and NamedStreamMap.Zachary Turner2017-01-201-1/+1
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-2/+2
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-2/+2
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-2/+2
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-15/+2
* Get rid of IMsfStreamData class.Zachary Turner2016-07-281-1/+0
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-4/+5
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-3/+3
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-111-20/+1
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-061-8/+43
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-3/+3
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-1/+3
* [pdb] Add unit tests for PDB MappedBlockStream and zero copyZachary Turner2016-05-311-0/+1
* Don't discard errorsDavid Majnemer2016-05-271-2/+4
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-7/+7
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-2/+2
* [llvm-pdbdump] Dump stream summary list.Zachary Turner2016-05-251-0/+5
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-6/+8
* PDB - Instead of hardcoding stream numbers, use an enum.Zachary Turner2016-05-021-11/+16
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-0/+57
OpenPOWER on IntegriCloud