summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-073-3/+19
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-3010-50/+57
* Introduce symbol cache to PDB NativeSessionAdrian McCarthy2017-06-282-5/+20
* [pdb] Fix reading of llvm-generated PDBs by cvdump.Zachary Turner2017-06-251-6/+18
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-231-8/+28
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-231-1/+11
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-231-16/+36
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-231-0/+8
* [llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner2017-06-231-0/+8
* Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy2017-06-222-2/+5
* Add IDs and clone methods to NativeRawSymbolAdrian McCarthy2017-06-225-10/+17
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-222-5/+4
* [PDB] Don't write uninitialized bytes to a PDB file.Zachary Turner2017-06-202-0/+3
* [PDB] Start emitting source file and line informationReid Kleckner2017-06-192-2/+12
* [llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner2017-06-152-9/+10
* [llvm-pdbutil] Add back support for dumping file checksums.Zachary Turner2017-06-151-0/+9
* [llvm-pdbutil] Add back the ability to dump hashes and index offsets.Zachary Turner2017-06-151-0/+1
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-151-0/+9
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-151-9/+0
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-151-0/+9
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-143-2/+8
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-142-6/+1
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-142-1/+6
* [PDB] Add a module descriptor for every object fileReid Kleckner2017-06-131-22/+12
* Slightly better fix for dealing with no-id-stream PDBs.Zachary Turner2017-06-121-0/+10
* [llvm-pdbdump] Don't fail on PDBs with no ID stream.Zachary Turner2017-06-121-0/+4
* Fix a null pointer dereference in llvm-pdbutil pretty.Zachary Turner2017-06-121-2/+3
* [PDB] Don't crash on /debug:fastlink PDBs.Zachary Turner2017-06-081-2/+5
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-072-2/+2
* Fix uninitialized read.Zachary Turner2017-06-062-8/+12
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-0622-23/+23
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-052-6/+8
* [PDB] Fix use after free.Zachary Turner2017-06-038-22/+25
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-023-44/+29
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-7/+12
* [DWARF] Introduce Dump OptionsAdrian Prantl2017-06-011-2/+1
* Added missing break.Galina Kistanova2017-05-301-0/+1
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-9/+9
* [lld] Fix a bug where we continually re-follow type servers.Zachary Turner2017-05-251-5/+6
* [pdb] pad source file name buffer at the end instead of the beginningBob Haarman2017-05-251-9/+16
* [CodeView Type Merging] Avoid record deserialization when possible.Zachary Turner2017-05-251-1/+7
* Implement various flavors of type merging.Zachary Turner2017-05-221-0/+4
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-192-3/+1
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-192-1/+3
* [llvm-pdbdump] Add the ability to merge PDBs.Zachary Turner2017-05-181-1/+1
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-182-3/+1
* Fix some minor issues in PDB parsing library.Zachary Turner2017-05-182-11/+0
* [llvm-pdbdump] in yaml2pdb, generate default output filename if none givenBob Haarman2017-05-171-0/+1
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-171-2/+1
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-121-1/+1
OpenPOWER on IntegriCloud