1. 15b2bdf [llvm-pdbutil] Add the ability to explain binary files. by Zachary Turner · 8 years ago
  2. 0c169bf Remove redundant includes from lib/DebugInfo. by Michael Zolotukhin · 8 years ago
  3. c1e93e5 Fix some differences between lld and MSVC generated PDBs. by Zachary Turner · 8 years ago
  4. 6c4bfba [PDB] Teach libpdb to write DBI Stream ECNames. by Zachary Turner · 8 years ago
  5. dd73968 [llvm-pdbutil] Dump raw bytes of various DBI stream subsections. by Zachary Turner · 8 years ago
  6. 1bfb9f4 Fix uninitialized read. by Zachary Turner · 8 years ago
  7. 5b74ff3 [PDB] Fix use after free. by Zachary Turner · 8 years ago
  8. 5a83fb1 Fix some minor issues in PDB parsing library. by Zachary Turner · 8 years ago
  9. 1eb9a02 [PDB] Don't build the entire source file list up front. by Zachary Turner · 9 years ago
  10. c504ae3 Resubmit r301986 and r301987 "Add codeview::StringTable" by Zachary Turner · 9 years ago
  11. dff096f Revert r301986 (and subsequent r301987). by Daniel Jasper · 9 years ago
  12. 7dba20b Make codeview::StringTable. by Zachary Turner · 9 years ago
  13. 67c5601 Rename some PDB classes. by Zachary Turner · 9 years ago
  14. d9dc282 [Support] Move Stream library from MSF -> Support. by Zachary Turner · 9 years ago
  15. 695ed56 [PDB] Make streams carry their own endianness. by Zachary Turner · 9 years ago
  16. 120faca [PDB] Partial resubmit of r296215, which improved PDB Stream Library. by Zachary Turner · 9 years ago
  17. 05a75e4 Revert r296215, "[PDB] General improvements to Stream library." and followings. by NAKAMURA Takumi · 9 years ago
  18. af299ea [PDB] General improvements to Stream library. by Zachary Turner · 9 years ago
  19. d2684b7 [PDB] Rename Stream related source files. by Zachary Turner · 9 years ago
  20. 181fe17 Don't assume little endian in StreamReader / StreamWriter. by Zachary Turner · 9 years ago
  21. 6b6b8c4 NFC: Rename (PDB) RawSession to NativeSession by Adrian McCarthy · 9 years ago[Renamed (95%) from llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp]
  22. f04d6e8 [PDB] Rename some files to be more intuitive. by Zachary Turner · 9 years ago
  23. 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
  24. a3225b0 [msf] Resubmit "Rename Msf -> MSF". by Zachary Turner · 9 years ago
  25. 334aec4 Revert "[msf] Rename Msf to MSF." by Zachary Turner · 9 years ago
  26. a010f5c [msf] Rename Msf to MSF. by Zachary Turner · 9 years ago
  27. d66889c [pdb] Refactor library to more clearly separate reading/writing by Zachary Turner · 9 years ago
  28. 199f48a Get rid of IMsfStreamData class. by Zachary Turner · 9 years ago
  29. bac69d3 [msf] Create LLVMDebugInfoMsf by Zachary Turner · 9 years ago
  30. b383d62 [pdb] Move file layout header structs to RawTypes.h by Zachary Turner · 9 years ago
  31. d218c26 [pdb] Round-trip module & file info to/from YAML. by Zachary Turner · 9 years ago
  32. faa554b [pdb] Use MsfBuilder to handle the writing PDBs. by Zachary Turner · 9 years ago
  33. dbeaea7 Refactor the PDB writing to use a builder approach by Zachary Turner · 9 years ago
  34. 4d09892 Give helper classes/functions internal linkage. NFC. by Benjamin Kramer · 9 years ago
  35. 8848a7a [pdb] Round trip the PDB stream between YAML and binary PDB. by Zachary Turner · 9 years ago
  36. 11582c5 [pdb] Don't error on missing FPO streams by Reid Kleckner · 9 years ago
  37. a1657a9 [pdb] Handle stream index errors better. by Zachary Turner · 9 years ago
  38. d2b2bfe [pdb] Try to fix use after free. by Zachary Turner · 9 years ago
  39. d844799 [pdb] Use MappedBlockStream to parse the PDB directory. by Zachary Turner · 9 years ago
  40. ef2b488 [pdbdump] Print out New FPO stream contents. by Rui Ueyama · 9 years ago
  41. 3df1bfa [pdb] Print out file names instead of file offsets. by Zachary Turner · 9 years ago
  42. 90db788 pdbdump: print out COFF section headers. by Rui Ueyama · 9 years ago
  43. 93839cb [pdb] Parse and dump section map and section contribs by Zachary Turner · 9 years ago
  44. 1de49c9 Resubmit "[pdb] Allow zero-copy read support for symbol streams."" by Zachary Turner · 9 years ago
  45. 6c247c8 Revert "[pdb] Allow zero-copy read support for symbol streams." by Chad Rosier · 9 years ago
  46. 3a9a23a [pdb] Allow zero-copy read support for symbol streams. by Zachary Turner · 9 years ago
  47. 8dbe362 [codeview,pdb] Try really hard to conserve memory when reading. by Zachary Turner · 9 years ago
  48. d5d37dc [codeview] Move StreamInterface and StreamReader to libcodeview. by Zachary Turner · 9 years ago
  49. d3076ab [llvm-pdbdump] Decipher the remaining PDB streams. by Zachary Turner · 9 years ago
  50. 96e60f7 [llvm-pdbdump] Rework command line options. by Zachary Turner · 9 years ago
  51. 0376b1a pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex. by Rui Ueyama · 9 years ago
  52. 1f6b6e2 pdbdump: Print "Publics" stream. by Rui Ueyama · 9 years ago
  53. 819e77d Port DebugInfoPDB over to using llvm::Error. by Zachary Turner · 9 years ago
  54. b56d904 PDB - Instead of hardcoding stream numbers, use an enum. by Zachary Turner · 10 years ago
  55. 0eace0b Parse PDB Name Hash Table by Zachary Turner · 10 years ago
  56. 2f09b50 Put PDB parsing code into a pdb namespace. by Zachary Turner · 10 years ago[Renamed (85%) from llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp]
  57. 6ba65de Refactor the PDB Stream reading interface. by Zachary Turner · 10 years ago
  58. 5575d07 Fix warning in PDB code. NFC by Amaury Sechet · 10 years ago
  59. 897067e Add parentheses to silence -Wparentheses warnings. by Zachary Turner · 10 years ago
  60. 84c3a8b Read the rest of the DBI substreams, and parse source info. by Zachary Turner · 10 years ago
  61. 1822af54 Parse module information from DBI stream. by Zachary Turner · 10 years ago
  62. c3c4e15 Remove more unused variables. by Zachary Turner · 10 years ago
  63. ff788aa Fix warnings and -Werror build on clang. by Zachary Turner · 10 years ago
  64. 53a65ba Parse and dump PDB DBI Stream Header Information by Zachary Turner · 10 years ago