1. 3a11fdf [PDB] More changes to bring lld PDBs to parity with MSVC. by Zachary Turner · 8 years ago
  2. 4fcfc19 [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  3. 1affd80 [pdb] Fix reading of llvm-generated PDBs by cvdump. by Zachary Turner · 8 years ago
  4. 02278ce [llvm-pdbdump] Add support for diffing the PDB Stream. by Zachary Turner · 9 years ago
  5. d9dc282 [Support] Move Stream library from MSF -> Support. by Zachary Turner · 9 years ago
  6. 695ed56 [PDB] Make streams carry their own endianness. by Zachary Turner · 9 years ago
  7. 120faca [PDB] Partial resubmit of r296215, which improved PDB Stream Library. by Zachary Turner · 9 years ago
  8. 05a75e4 Revert r296215, "[PDB] General improvements to Stream library." and followings. by NAKAMURA Takumi · 9 years ago
  9. af299ea [PDB] General improvements to Stream library. by Zachary Turner · 9 years ago
  10. d2684b7 [PDB] Rename Stream related source files. by Zachary Turner · 9 years ago
  11. 181fe17 Don't assume little endian in StreamReader / StreamWriter. by Zachary Turner · 9 years ago
  12. 6b6b8c4 NFC: Rename (PDB) RawSession to NativeSession by Adrian McCarthy · 9 years ago[Renamed (96%) from llvm/lib/DebugInfo/PDB/Raw/NamedStreamMap.cpp]
  13. 60667ca [pdb] Merge NamedStreamMapBuilder and NamedStreamMap. by Zachary Turner · 9 years ago
  14. f04d6e8 [PDB] Rename some files to be more intuitive. by Zachary Turner · 9 years ago[Renamed (85%) from llvm/lib/DebugInfo/PDB/Raw/NameMap.cpp]
  15. 11036a9 [pdb] Add HashTable data structure. by Zachary Turner · 9 years ago
  16. 570e39a [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  17. a3225b0 [msf] Resubmit "Rename Msf -> MSF". by Zachary Turner · 9 years ago
  18. 334aec4 Revert "[msf] Rename Msf to MSF." by Zachary Turner · 9 years ago
  19. a010f5c [msf] Rename Msf to MSF. by Zachary Turner · 9 years ago
  20. d66889c [pdb] Refactor library to more clearly separate reading/writing by Zachary Turner · 9 years ago
  21. bac69d3 [msf] Create LLVMDebugInfoMsf by Zachary Turner · 9 years ago
  22. 5e534c7 [pdb] Round trip the NameMap data structure to YAML. by Zachary Turner · 9 years ago
  23. 8848a7a [pdb] Round trip the PDB stream between YAML and binary PDB. by Zachary Turner · 9 years ago
  24. 36b7b08 [DebugInfo, PDB] Use sparse bitfields for the name map by David Majnemer · 9 years ago
  25. 328b6d3 Tighten some of the name map checks further by David Majnemer · 9 years ago
  26. 869631f Bounds check the number of bitmap blocks in the name map by David Majnemer · 9 years ago
  27. 836937e Make sure these error codes are marked as checked by David Majnemer · 9 years ago
  28. 8dbe362 [codeview,pdb] Try really hard to conserve memory when reading. by Zachary Turner · 9 years ago
  29. d5d37dc [codeview] Move StreamInterface and StreamReader to libcodeview. by Zachary Turner · 9 years ago
  30. 85ed80b [llvm-pdbdump] Dump stream summary list. by Zachary Turner · 9 years ago
  31. 819e77d Port DebugInfoPDB over to using llvm::Error. by Zachary Turner · 9 years ago
  32. 2f09b50 Put PDB parsing code into a pdb namespace. by Zachary Turner · 9 years ago[Renamed (92%) from llvm/lib/DebugInfo/PDB/Raw/PDBNameMap.cpp]
  33. 6ba65de Refactor the PDB Stream reading interface. by Zachary Turner · 9 years ago
  34. f34e016 Refactor some more PDB reading code into DebugInfoPDB. by Zachary Turner · 9 years ago