summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/DbiStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber2019-07-121-6/+2
* [NativePDB] Fix access to both old & new fpo data entries from dbi streamAleksandr Urakov2019-01-301-36/+69
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-1/+1
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-041-11/+17
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* Fix some differences between lld and MSVC generated PDBs.Zachary Turner2017-07-071-0/+3
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-071-0/+4
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-231-16/+36
* Fix uninitialized read.Zachary Turner2017-06-061-2/+4
* [PDB] Fix use after free.Zachary Turner2017-06-031-2/+2
* Fix some minor issues in PDB parsing library.Zachary Turner2017-05-181-8/+0
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-041-105/+7
* Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner2017-05-031-1/+1
* Revert r301986 (and subsequent r301987).Daniel Jasper2017-05-031-1/+1
* Make codeview::StringTable.Zachary Turner2017-05-021-1/+1
* Rename some PDB classes.Zachary Turner2017-04-271-5/+8
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-2/+2
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-1/+1
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-14/+14
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-17/+15
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-15/+17
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-2/+2
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-1/+1
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+424
OpenPOWER on IntegriCloud