1. 4fcfc19 [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  2. fa33282 [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks. by Zachary Turner · 8 years ago
  3. 4e95064 [llvm-pdbutil] Add support for dumping lines and inlinee lines. by Zachary Turner · 8 years ago
  4. 0e327d0 [llvm-pdbutil] Add back support for dumping file checksums. by Zachary Turner · 8 years ago
  5. 349c18f [CodeView] Handle Cross Module Imports and Exports. by Zachary Turner · 8 years ago
  6. 92dcdda [CodeView] Support CodeView subsections in any order. by Zachary Turner · 8 years ago
  7. 7cc13e5 [PDB/CodeView] Rename some classes. by Zachary Turner · 8 years ago
  8. 5b6e4e0 [llvm-pdbdump] Abstract some of the YAML/Raw printing code. by Zachary Turner · 8 years ago
  9. 05bd9f3 [llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables. by Zachary Turner · 8 years ago
  10. c37cb0c [CodeView] Isolate Debug Info Fragments into standalone classes. by Zachary Turner · 8 years ago
  11. 67c5601 Rename some PDB classes. by Zachary Turner · 8 years ago[Renamed (78%) from llvm/lib/DebugInfo/PDB/Native/ModStream.cpp]
  12. ee3b9c2 [llvm-pdbdump] Dump File / Line Info to YAML. by Zachary Turner · 8 years ago
  13. d9dc282 [Support] Move Stream library from MSF -> Support. by Zachary Turner · 9 years ago
  14. 695ed56 [PDB] Make streams carry their own endianness. by Zachary Turner · 9 years ago
  15. 120faca [PDB] Partial resubmit of r296215, which improved PDB Stream Library. by Zachary Turner · 9 years ago
  16. 05a75e4 Revert r296215, "[PDB] General improvements to Stream library." and followings. by NAKAMURA Takumi · 9 years ago
  17. af299ea [PDB] General improvements to Stream library. by Zachary Turner · 9 years ago
  18. d2684b7 [PDB] Rename Stream related source files. by Zachary Turner · 9 years ago
  19. 181fe17 Don't assume little endian in StreamReader / StreamWriter. by Zachary Turner · 9 years ago
  20. 6b6b8c4 NFC: Rename (PDB) RawSession to NativeSession by Adrian McCarthy · 9 years ago[Renamed (91%) from llvm/lib/DebugInfo/PDB/Raw/ModStream.cpp]
  21. 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
  22. 3b14764 [pdb] Dump Module Symbols to Yaml. by Zachary Turner · 9 years ago
  23. a3225b0 [msf] Resubmit "Rename Msf -> MSF". by Zachary Turner · 9 years ago
  24. 334aec4 Revert "[msf] Rename Msf to MSF." by Zachary Turner · 9 years ago
  25. a010f5c [msf] Rename Msf to MSF. by Zachary Turner · 9 years ago
  26. d66889c [pdb] Refactor library to more clearly separate reading/writing by Zachary Turner · 9 years ago
  27. 199f48a Get rid of IMsfStreamData class. by Zachary Turner · 9 years ago
  28. bac69d3 [msf] Create LLVMDebugInfoMsf by Zachary Turner · 9 years ago
  29. 8848a7a [pdb] Round trip the PDB stream between YAML and binary PDB. by Zachary Turner · 9 years ago
  30. 64b1617 [pdb] Avoid reporting an error when the module symbol stream is empty by Reid Kleckner · 9 years ago
  31. a1657a9 [pdb] Handle stream index errors better. by Zachary Turner · 9 years ago
  32. d844799 [pdb] Use MappedBlockStream to parse the PDB directory. by Zachary Turner · 9 years ago
  33. a96cce6 [codeview] Dump line number and column information. by Zachary Turner · 9 years ago
  34. 7eb6d35 [llvm-pdbdump] Dump CodeView line information. by Zachary Turner · 9 years ago
  35. 93839cb [pdb] Parse and dump section map and section contribs by Zachary Turner · 9 years ago
  36. a7c2932 [PDB] Make ModStream::symbols report errors by David Majnemer · 9 years ago
  37. 90b8b8d [pdb] Add unit tests for PDB MappedBlockStream and zero copy by Zachary Turner · 9 years ago
  38. 0d43c1c [pdb] Finish conversion to zero copy pdb access. by Zachary Turner · 9 years ago
  39. 1de49c9 Resubmit "[pdb] Allow zero-copy read support for symbol streams."" by Zachary Turner · 9 years ago
  40. 6c247c8 Revert "[pdb] Allow zero-copy read support for symbol streams." by Chad Rosier · 9 years ago
  41. 3a9a23a [pdb] Allow zero-copy read support for symbol streams. by Zachary Turner · 9 years ago
  42. 8dbe362 [codeview,pdb] Try really hard to conserve memory when reading. by Zachary Turner · 9 years ago
  43. d5d37dc [codeview] Move StreamInterface and StreamReader to libcodeview. by Zachary Turner · 9 years ago
  44. aaad574 Make a symbol visitor and use it to dump CV symbols. by Zachary Turner · 9 years ago
  45. 06c2b4b [pdb] Parse the module info stream for each module. by Zachary Turner · 9 years ago