1. 90f4b94 [CodeView] More appropriate name and type for a Microsoft precompiled headers parameter. NFC by Alexandre Ganea · 7 years ago
  2. bb3d7e5 [PDB] Add some helper functions for working with scopes. by Zachary Turner · 7 years ago
  3. a42bbe3 [NativePDB] Reconstruct function declarations from debug info. by Zachary Turner · 7 years ago
  4. a93458b [PDB] Move some code around. NFC. by Zachary Turner · 7 years ago
  5. 579264b Support skewed stream arrays. by Zachary Turner · 7 years ago
  6. c68f895 [CodeView] Add support for ref-qualified member functions. by Zachary Turner · 7 years ago
  7. b35e1d7 [CodeView] Don't print PointerAttributes when dumping. by Zachary Turner · 7 years ago
  8. 03a2405 [NativePDB] Improved support for nested type reconstruction. by Zachary Turner · 7 years ago
  9. 71c43ce [COFF][LLD] Add link support for Microsoft precompiled headers OBJs by Alexandre Ganea · 7 years ago
  10. 46ff186 [codeview] Add breaks to fix -Wimplicit-fallthrough by Reid Kleckner · 7 years ago
  11. 56a5a0c [CodeView] Emit the correct TypeIndex for std::nullptr_t. by Zachary Turner · 7 years ago
  12. 9f6ac4c Fix a compilation failure on non-MSVC compilers. by Zachary Turner · 7 years ago
  13. 94926a6 [PDB] Add the ability to lookup global symbols by name. by Zachary Turner · 7 years ago
  14. 9ea2c01 [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL by Reid Kleckner · 7 years ago
  15. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  16. 355ffb0 [PDB] Add native reading support for UDT / class types. by Zachary Turner · 7 years ago
  17. 42e7cc1b [PDB] Write FPO Data to the PDB. by Zachary Turner · 7 years ago
  18. a6f6426 [codeview] Decode and dump FP regs from S_FRAMEPROC records by Reid Kleckner · 7 years ago
  19. 6a7efef [DebugInfo] Common behavior for error types by Alexandre Ganea · 7 years ago
  20. ee8a720 [CodeView] Minimal support for S_UNAMESPACE records by Alexandre Ganea · 7 years ago
  21. 0bb8e89 This fixes a crash when a second pass is required for the Codeview Type merging *and* the index points outside of the table (which should lead to an error being printed). by Alexandre Ganea · 7 years ago
  22. 68e1919 [CodeView] Correctly compute the name of S_PROCREF symbols. by Zachary Turner · 7 years ago
  23. c762666 Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes." by Zachary Turner · 7 years ago
  24. 1de9fce Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes." by Zachary Turner · 7 years ago
  25. 3c4c8a0 [pdb] Change /DEBUG:GHASH to emit 8 byte hashes. by Zachary Turner · 7 years ago
  26. f40f858 [codeview] Include record prefix in global type hashing by Reid Kleckner · 7 years ago
  27. 94ece8f [CodeView] Initial support for emitting S_THUNK32 symbols for compiler... by Brock Wyma · 7 years ago
  28. 0f035eb [DebugInfo] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  29. 08df84e [DebugInfo][COFF] Fix reading variable-length encoded records by Alexandre Ganea · 7 years ago
  30. 3241cec Fix line endings (CR/LF -> LF) introduced by rL329613 by Alexandre Ganea · 7 years ago
  31. d9e9674 [Debuginfo][COFF] Minimal serialization support for precompiled types records by Alexandre Ganea · 7 years ago
  32. fe1d28e [DebugInfo] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  33. a6fb536 [PDB] Make our PDBs look more like MS PDBs. by Zachary Turner · 8 years ago
  34. 71d36ad [Codeview/PDB] Rename some methods for clarity. by Zachary Turner · 8 years ago
  35. fced530 Revert "Resubmit "Support embedding natvis files in PDBs."" by Zachary Turner · 8 years ago
  36. 132d7a1 Resubmit "Support embedding natvis files in PDBs." by Zachary Turner · 8 years ago
  37. a2155889 Revert "Support embedding natvis files in PDBs." by Zachary Turner · 8 years ago
  38. de53aaf Support embedding natvis files in PDBs. by Zachary Turner · 8 years ago
  39. 3acdc67 [CodeView] Lower __restrict and other pointer qualifiers correctly by Reid Kleckner · 8 years ago
  40. 22d838c [codeview] Remove unused variable by Reid Kleckner · 8 years ago
  41. 07d8037 [CodeView] Micro-optimizations to speed up type merging. by Zachary Turner · 8 years ago
  42. 1bc2ce6 Speed up iteration of CodeView record streams. by Zachary Turner · 8 years ago
  43. 0d07a8e [COFF] Teach LLD to use the COFF .debug$H section. by Zachary Turner · 8 years ago
  44. 048f8f9 [CodeView] Teach clang to emit the .debug$H COFF section. by Zachary Turner · 8 years ago
  45. 0c169bf Remove redundant includes from lib/DebugInfo. by Michael Zolotukhin · 8 years ago
  46. ecd2684 [DebugInfo] Fix register variables not showing up in pdb. by Zachary Turner · 8 years ago
  47. 376d437 Teach llvm-pdbutil to dump types from object files. by Zachary Turner · 8 years ago
  48. 023f88e Fix -Wmissing-braces error. by Zachary Turner · 8 years ago
  49. 87b78e9 [CodeView] Add support for content hashing CodeView type records. by Zachary Turner · 8 years ago
  50. f0e4c6a Simplify the DenseSet used for hashing CodeView records. by Zachary Turner · 8 years ago
  51. ca6dbf1 Split TypeTableBuilder into two classes. by Zachary Turner · 8 years ago
  52. 52d036e [CodeView] Factor some code out of TypeTableBuilder. by Zachary Turner · 8 years ago
  53. 3e3936d Make TypeTableBuilder inherit from TypeCollection. by Zachary Turner · 8 years ago
  54. 4c1fa68 Fix a warning. by Zachary Turner · 8 years ago
  55. 29b081d [NFC] Minor cleanups in CodeView TypeTableBuilder. by Zachary Turner · 8 years ago
  56. bba7f86 Fix non assert build warnings. by Rafael Espindola · 8 years ago
  57. 6900de1 [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder. by Zachary Turner · 8 years ago
  58. 8aa32ff [codeview] Fix handling of S_HEAPALLOCSITE by Reid Kleckner · 8 years ago
  59. 0e88118 [codeview] Add support for inlinee lists by Reid Kleckner · 8 years ago
  60. ecddee2 [codeview] Recognize two records with no type index fields by Reid Kleckner · 8 years ago
  61. 6605310 CodeView: Provide a .def file with the register ids by Hans Wennborg · 8 years ago
  62. ea89ff7 CodeView symbol dumper: use symbolic names for registers by Hans Wennborg · 8 years ago
  63. abb17cc [llvm-pdbutil] Support dumping CodeView from object files. by Zachary Turner · 8 years ago
  64. 5641c07 [PDB] Serialize records into a stack-allocated buffer. by Zachary Turner · 8 years ago
  65. 197bba0 Remove unused variable. by Zachary Turner · 8 years ago
  66. 96bcd6a [llvm-pdbutil] Fix some dumping issues. by Zachary Turner · 8 years ago
  67. ee9906d [LLD/PDB] Write actual records to the globals stream. by Zachary Turner · 8 years ago
  68. 59e3ae8 [PDB] Fix linking of function symbols and local variables. by Zachary Turner · 8 years ago
  69. 14d90fd [PDB] Improve GSI hash table dumping for publics and globals by Reid Kleckner · 8 years ago
  70. 898ddf6 [codeview] Emit 'D' as the cv source language for D code by Reid Kleckner · 8 years ago
  71. 67653ee [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId by Reid Kleckner · 8 years ago
  72. 3167480 [codeview] Don't use the type visitor to merge types by Reid Kleckner · 8 years ago
  73. a842cd7 [codeview] Remove TypeServerHandler and PDBTypeServerHandler by Reid Kleckner · 8 years ago
  74. af88a91 [CodeView] Dump BuildInfoSym and ProcSym type indices by Reid Kleckner · 8 years ago
  75. 6597c28 [PDB] Fix type server handling for archives by Reid Kleckner · 8 years ago
  76. 8d8888f [codeview] Change readobj symbol dumping format by Reid Kleckner · 8 years ago
  77. 447f677 [codeview] Fix type index discovery for four symbol records by Reid Kleckner · 8 years ago
  78. 4fcfc19 [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  79. af8c75a [llvm-pdbutil] Output the symbol offset when dumping. by Zachary Turner · 8 years ago
  80. 02a2677 [llvm-pdbutil] Add the ability to dump the dependency tree for a type by Zachary Turner · 8 years ago
  81. 8456b16 [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  82. c2f5b4b [llvm-pdbutil] Dump raw bytes of type and id records. by Zachary Turner · 8 years ago
  83. d0e6e24 [PDB] Add symbols to the PDB by Reid Kleckner · 8 years ago
  84. 44cdb10 [PDB] Start emitting source file and line information by Reid Kleckner · 8 years ago
  85. 18d90e1 [CodeView] Fix dumping of public symbol record flags by Reid Kleckner · 8 years ago
  86. 26dbc54 Delete TypeDatabase. by Zachary Turner · 8 years ago
  87. b0fdd21 Don't crash if a type record can't be found. by Zachary Turner · 8 years ago
  88. ad859bd [CodeView] Fix random access of type names. by Zachary Turner · 8 years ago
  89. 59224cb Remove some dead code / includes. by Zachary Turner · 8 years ago
  90. 4e95064 [llvm-pdbutil] Add support for dumping lines and inlinee lines. by Zachary Turner · 8 years ago
  91. 6305545 Resubmit "[llvm-pdbutil] rewrite the "raw" output style." by Zachary Turner · 8 years ago
  92. da504b7 Revert "[llvm-pdbutil] rewrite the "raw" output style." by Zachary Turner · 8 years ago
  93. b560fdf [llvm-pdbutil] rewrite the "raw" output style. by Zachary Turner · 8 years ago
  94. a8cfc29 Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..." by Zachary Turner · 8 years ago
  95. 0085dce Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..." by Zachary Turner · 8 years ago
  96. a3da446 [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections. by Zachary Turner · 8 years ago
  97. 337804d Same expressions on both sides of the return by Sylvestre Ledru · 8 years ago
  98. 3226fe9 [pdb] Support CoffSymbolRVA debug subsection. by Zachary Turner · 8 years ago
  99. 7e62cd1 Allow VarStreamArray to use stateful extractors. by Zachary Turner · 8 years ago
  100. fdf499b [codeview] use 32-bit integer for RelocOffset in DebugLinesSubsection by Bob Haarman · 8 years ago