1. 6b124f2 [llvm-pdbutil] Add the ability to dump raw bytes from the file. by Zachary Turner · 8 years ago
  2. 9940203 [llvm-pdbutil] Create a "bytes" subcommand. by Zachary Turner · 8 years ago
  3. 7df6995 [llvm-pdbutil] Rename "raw" to "dump". by Zachary Turner · 8 years ago
  4. ed130b6 Remove diff pedantic mode. by Zachary Turner · 8 years ago
  5. 59224cb Remove some dead code / includes. by Zachary Turner · 8 years ago
  6. 47d9a56 [llvm-pdbutil] Add support for dumping cross module imports/exports. by Zachary Turner · 8 years ago
  7. 4e95064 [llvm-pdbutil] Add support for dumping lines and inlinee lines. by Zachary Turner · 8 years ago
  8. f8a2e04 [llvm-pdbutil] Add back the ability to dump hashes and index offsets. by Zachary Turner · 8 years ago
  9. 6305545 Resubmit "[llvm-pdbutil] rewrite the "raw" output style." by Zachary Turner · 8 years ago
  10. da504b7 Revert "[llvm-pdbutil] rewrite the "raw" output style." by Zachary Turner · 8 years ago
  11. b560fdf [llvm-pdbutil] rewrite the "raw" output style. by Zachary Turner · 8 years ago
  12. a8cfc29 Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..." by Zachary Turner · 8 years ago
  13. 0085dce Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..." by Zachary Turner · 8 years ago
  14. a3da446 [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections. by Zachary Turner · 8 years ago
  15. 68ea80d Slightly better fix for dealing with no-id-stream PDBs. by Zachary Turner · 8 years ago
  16. 990d0c8 [llvm-pdbdump] Don't fail on PDBs with no ID stream. by Zachary Turner · 8 years ago
  17. 3226fe9 [pdb] Support CoffSymbolRVA debug subsection. by Zachary Turner · 8 years ago
  18. bd336e4 Rename llvm-pdbdump -> llvm-pdbutil. by Zachary Turner · 8 years ago[Renamed (99%) from llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp]
  19. 28c22c8 [pdb] Don't crash on unknown debug subsections. by Zachary Turner · 8 years ago
  20. deb3913 [CodeView] Support remaining debug subsection types by Zachary Turner · 8 years ago
  21. 3eedd16 [llvm-pdbdump] Improve consistency among subcommands. by Zachary Turner · 8 years ago
  22. 92dcdda [CodeView] Support CodeView subsections in any order. by Zachary Turner · 8 years ago
  23. ebd3ae8 [CodeView] Properly align symbol records on read/write. by Zachary Turner · 8 years ago
  24. 1b88f4f [ObjectYAML] Split CodeViewYAML into 3 pieces. by Zachary Turner · 8 years ago
  25. 1e4d369 [CodeView] Move CodeView symbol yaml logic to ObjectYAML. by Zachary Turner · 8 years ago
  26. d427383 [CodeView] Move CodeView YAML code to ObjectYAML. by Zachary Turner · 8 years ago
  27. 8c099fe [CodeView] Rename ModuleDebugFragment -> DebugSubsection. by Zachary Turner · 8 years ago
  28. 69fd2b7 [llvm-pdbdump] pdb2yaml: add an -all option to dump everything we can by Bob Haarman · 8 years ago
  29. ea91faf [llvm-pdbdump] [yaml2pdb] always include object file name in module info by Bob Haarman · 8 years ago
  30. cfd8065 Fix broken build. by Zachary Turner · 8 years ago
  31. ded3880 [PDB] Hash types up front when merging types instead of using StringMap by Reid Kleckner · 8 years ago
  32. bf35e6a Revert "Make TypeSerializer's StringMap use the same allocator." by Zachary Turner · 8 years ago
  33. d4136e9 Implement various flavors of type merging. by Zachary Turner · 8 years ago
  34. 12f8c31 Make TypeSerializer's StringMap use the same allocator. by Zachary Turner · 8 years ago
  35. 526f4f2 Resubmit "[CodeView] Provide a common interface for type collections." by Zachary Turner · 8 years ago
  36. bdc16ed Fix compilation failure. by Zachary Turner · 8 years ago
  37. 1dfcf8d Revert "[CodeView] Provide a common interface for type collections." by Zachary Turner · 8 years ago
  38. 7b62d7c Fix some build errors and warnings. by Zachary Turner · 8 years ago
  39. b32ec02 [CodeView] Raise the source to ID map out of the TypeStreamMerger. by Zachary Turner · 8 years ago
  40. 8fb441a [llvm-pdbdump] Add the ability to merge PDBs. by Zachary Turner · 8 years ago
  41. de33a637 [llvm-pdbdump] in yaml2pdb, generate default output filename if none given by Bob Haarman · 8 years ago
  42. 0683be2 [llvm-pdbdump] Add the option to sort functions and data. by Zachary Turner · 8 years ago
  43. 4f145b2 Remove unused private field. by Zachary Turner · 9 years ago
  44. cf468d8 [CodeView] Use actual strings for dealing with checksums and lines. by Zachary Turner · 9 years ago
  45. e204a6c Rename pdb::StringTable -> pdb::PDBStringTable. by Zachary Turner · 9 years ago
  46. edef145 [PDB/CodeView] Read/write codeview inlinee line information. by Zachary Turner · 9 years ago
  47. 8a2ebfb [CodeView] Write CodeView line information. by Zachary Turner · 9 years ago
  48. 7159ab9 [llvm-pdbdump] Allow printing only a portion of a stream. by Zachary Turner · 9 years ago
  49. 67c5601 Rename some PDB classes. by Zachary Turner · 9 years ago
  50. da307b6 [llvm-pdbdump] Allow sorting / filtering by immediate padding by Zachary Turner · 9 years ago
  51. ee3b9c2 [llvm-pdbdump] Dump File / Line Info to YAML. by Zachary Turner · 9 years ago
  52. da949c1 [llvm-pdbdump] Merge functionality of graphical and text dumpers. by Zachary Turner · 9 years ago
  53. 1690164 [llvm-pdbdump] Re-write the record layout code to be more resilient. by Zachary Turner · 9 years ago
  54. 4dc4f01 [llvm-pdbdump] Recursively dump class layout. by Zachary Turner · 9 years ago
  55. 9e7dda3 [llvm-pdbdump] Minor prepatory refactor of Class Def Dumper. by Zachary Turner · 9 years ago
  56. c883a8c [llvm-pdbdump] More advanced class definition dumping. by Zachary Turner · 9 years ago
  57. 0c990bbe [llvm-pdbdump] Display padding bytes on record layout by Zachary Turner · 9 years ago
  58. 10169b6 Allow specification of what kinds of class members to dump. by Zachary Turner · 9 years ago
  59. 63230a4e [llvm-pdbdump] Allow pretty to only dump specific types of types. by Zachary Turner · 9 years ago
  60. 13fc411 [PDB] Save one type record copy by Reid Kleckner · 9 years ago
  61. 1aa207d Add option to control whether llvm-pdbdump outputs in color by Adrian McCarthy · 9 years ago
  62. 05d5e61 [PDB] Add support for parsing Flags from PDB Stream. by Zachary Turner · 9 years ago
  63. ea4e607 [pdb] Write the module info and symbol record streams. by Zachary Turner · 9 years ago
  64. 65d2688 Introduce NativeEnumModules and NativeCompilandSymbol by Adrian McCarthy · 9 years ago
  65. 6ac232c Add the beginning of PDB diffing support. by Zachary Turner · 9 years ago
  66. d9dc282 [Support] Move Stream library from MSF -> Support. by Zachary Turner · 9 years ago
  67. d2684b7 [PDB] Rename Stream related source files. by Zachary Turner · 9 years ago
  68. d50c013 [pdb] Add a new command for analyzing hash collisions. by Zachary Turner · 9 years ago
  69. 8f71319 NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSession rename. by Adrian McCarthy · 9 years ago
  70. 6b6b8c4 NFC: Rename (PDB) RawSession to NativeSession by Adrian McCarthy · 9 years ago
  71. 760ad4d [pdb] Write the Named Stream mapping to Yaml and binary. by Zachary Turner · 9 years ago
  72. 60667ca [pdb] Merge NamedStreamMapBuilder and NamedStreamMap. by Zachary Turner · 9 years ago
  73. 44a643c [llvm-pdbdump] Add a compact dump mode. by Zachary Turner · 9 years ago
  74. a9054dd [CodeView/PDB] Rename a bunch of files. by Zachary Turner · 9 years ago
  75. 653baa2 [pdb] added support for dumping globals stream by Bob Haarman · 9 years ago
  76. 3b14764 [pdb] Dump Module Symbols to Yaml. by Zachary Turner · 9 years ago
  77. 5d6714e Do not pass a superblock to PDBFileBuilder. by Rui Ueyama · 9 years ago
  78. fc22cef Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit. by Rui Ueyama · 9 years ago
  79. de9ba15 [pdb] Write the IPI stream. by Zachary Turner · 9 years ago
  80. 620961d [pdb] Write TPI hash values to the TPI stream. by Zachary Turner · 9 years ago
  81. 72c5b64 [pdb] Add command line options for dumping individual streams and blocks by Zachary Turner · 9 years ago
  82. c6d54da [pdb] Write PDB TPI Stream from Yaml. by Zachary Turner · 9 years ago
  83. ac5763e Resubmit "Write the TPI stream from a PDB to Yaml." by Zachary Turner · 9 years ago
  84. 39eec46 Revert "Write the TPI stream from a PDB to Yaml." by Justin Bogner · 9 years ago
  85. 8321ba5 Write the TPI stream from a PDB to Yaml. by Zachary Turner · 9 years ago
  86. d3c7b8e [msf] Teach LLVM to parse a split Fpm. by Zachary Turner · 9 years ago
  87. 7a5cdc6 pdbdump: Dump Free Page Map contents. by Rui Ueyama · 9 years ago
  88. a3225b0 [msf] Resubmit "Rename Msf -> MSF". by Zachary Turner · 9 years ago
  89. 334aec4 Revert "[msf] Rename Msf to MSF." by Zachary Turner · 9 years ago
  90. a010f5c [msf] Rename Msf to MSF. by Zachary Turner · 9 years ago
  91. d66889c [pdb] Refactor library to more clearly separate reading/writing by Zachary Turner · 9 years ago
  92. e109dc6 [pdb] Have builders share a single BumpPtrAllocator. by Zachary Turner · 9 years ago
  93. bac69d3 [msf] Create LLVMDebugInfoMsf by Zachary Turner · 9 years ago
  94. d218c26 [pdb] Round-trip module & file info to/from YAML. by Zachary Turner · 9 years ago
  95. 5e534c7 [pdb] Round trip the NameMap data structure to YAML. by Zachary Turner · 9 years ago
  96. faa554b [pdb] Use MsfBuilder to handle the writing PDBs. by Zachary Turner · 9 years ago
  97. dbeaea7 Refactor the PDB writing to use a builder approach by Zachary Turner · 9 years ago
  98. f6b9382 [pdb] Add a pdb2yaml option to not dump file headers. by Zachary Turner · 9 years ago
  99. 8848a7a [pdb] Round trip the PDB stream between YAML and binary PDB. by Zachary Turner · 9 years ago
  100. ab58ae8 [pdb] Re-add code to write PDB files. by Zachary Turner · 9 years ago