1. 90f4b94 [CodeView] More appropriate name and type for a Microsoft precompiled headers parameter. NFC by Alexandre Ganea · 7 years ago
  2. 74e7d26 [llvm-readobj] [COFF] Print the symbol index for relocations by Martin Storsjo · 7 years ago
  3. dbf552c [llvm-readelf] Make llvm-readelf more compatible with GNU readelf. by Jordan Rupprecht · 7 years ago
  4. 71c43ce [COFF][LLD] Add link support for Microsoft precompiled headers OBJs by Alexandre Ganea · 7 years ago
  5. cd41638 [ARM64][Windows] Add unwind support to llvm-readobj by Sanjin Sijaric · 7 years ago
  6. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  7. a6f6426 [codeview] Decode and dump FP regs from S_FRAMEPROC records by Reid Kleckner · 7 years ago
  8. ee0e8ba [codeview] Improve readobj FPO dumper and pdbutil register names by Reid Kleckner · 7 years ago
  9. 893c646 Handle zero-length debug directory entries. by Nico Weber · 7 years ago
  10. bc3089f MC: Teach the COFF object writer to write address-significance tables. by Peter Collingbourne · 7 years ago
  11. 5ce8f15 [llvm-readobj] Generic hex-dump option by Paul Semel · 7 years ago
  12. b98f504 [llvm-readobj] Add -hex-dump (-x) option by Paul Semel · 7 years ago
  13. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  14. 5ca44e3 [llvm-pdbutil] Display types from MSVC precompiled header object files. by Zachary Turner · 7 years ago
  15. 8db564e [tools] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  16. 7f9f92f [NFC] fix trivial typos in comments by Hiroshi Inoue · 8 years ago
  17. fd52096 [LLD] Implement /guard:[no]longjmp by Reid Kleckner · 8 years ago
  18. 4386bc5 [llvm-readobj] Fix double 0x prefix in RVA table printing after r321527 by Reid Kleckner · 8 years ago
  19. 88e9a15 [llvm-readobj] Consistent use of ScopedPrinter by Sam Clegg · 8 years ago
  20. 0af3be4 Fix tests after move to utohexstr. by Benjamin Kramer · 8 years ago
  21. 3a13ed6 Avoid int to string conversion in Twine or raw_ostream contexts. by Benjamin Kramer · 8 years ago
  22. ad6f457 [llvm-readobj] Support -needed-libs option for COFF files by Petr Hosek · 8 years ago
  23. 62602a4 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
  24. 376d437 Teach llvm-pdbutil to dump types from object files. by Zachary Turner · 8 years ago
  25. ca6dbf1 Split TypeTableBuilder into two classes. by Zachary Turner · 8 years ago
  26. 3e3936d Make TypeTableBuilder inherit from TypeCollection. by Zachary Turner · 8 years ago
  27. 7489492 Convert a few ErrorOr to Expected. by Rafael Espindola · 8 years ago
  28. a45648b Follow up for r307085: a better fix for a dangling StringRef. by Alexander Kornienko · 8 years ago
  29. a842cd7 [codeview] Remove TypeServerHandler and PDBTypeServerHandler by Reid Kleckner · 8 years ago
  30. 656466e Fix dangling StringRefs found by clang-tidy misc-dangling-handle check. by Alexander Kornienko · 8 years ago
  31. 43c8545 [llvm-readobj] Improve printouts for COFF ARM64 binaries by Martin Storsjo · 8 years ago
  32. 8ae07ac [llvm-readobj] Include the PE magic value in printouts by Martin Storsjo · 8 years ago
  33. 45cb4fe [llvm-readobj] Fix COFF RVA table dumping bug by Reid Kleckner · 8 years ago
  34. b7d716c [llvm-readobj] Dump the COFF image load config by Reid Kleckner · 8 years ago
  35. 26dbc54 Delete TypeDatabase. by Zachary Turner · 8 years ago
  36. 59224cb Remove some dead code / includes. by Zachary Turner · 8 years ago
  37. 1301759 Update the test framework for llvm-cvtres to be more comprehensive. by Eric Beckmann · 8 years ago
  38. 56951cb Revert "Fix alignment bug in COFF emission." by Eric Beckmann · 8 years ago
  39. 5ee9eca Fix alignment bug in COFF emission. by Eric Beckmann · 8 years ago
  40. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  41. ebd3ae8 [CodeView] Properly align symbol records on read/write. by Zachary Turner · 8 years ago
  42. 591312c [CodeView] Add more DebugSubsection implementations. by Zachary Turner · 8 years ago
  43. 8c099fe [CodeView] Rename ModuleDebugFragment -> DebugSubsection. by Zachary Turner · 8 years ago
  44. cfd8065 Fix broken build. by Zachary Turner · 8 years ago
  45. d4136e9 Implement various flavors of type merging. by Zachary Turner · 8 years ago
  46. 526f4f2 Resubmit "[CodeView] Provide a common interface for type collections." by Zachary Turner · 8 years ago
  47. 1dfcf8d Revert "[CodeView] Provide a common interface for type collections." by Zachary Turner · 8 years ago
  48. b32ec02 [CodeView] Raise the source to ID map out of the TypeStreamMerger. by Zachary Turner · 8 years ago
  49. 0c60f26 [CodeView] Provide a common interface for type collections. by Zachary Turner · 8 years ago
  50. d9a6263 [BinaryStream] Reduce the amount of boiler plate needed to use. by Zachary Turner · 8 years ago
  51. 674deed Fix the Endianness bug by adding the little endian UTF marker. by Eric Beckmann · 8 years ago
  52. cd704cb Hopefully one last commit to fix this patch, addresses string reference issues. by Eric Beckmann · 8 years ago
  53. efef15a Update llvm-readobj -coff-resources to display tree structure. by Eric Beckmann · 8 years ago
  54. 03de7c1 Revert "Hopefully one last commit to fix this patch, addresses string reference" by Eric Beckmann · 8 years ago
  55. 626680a Hopefully one last commit to fix this patch, addresses string reference issues. by Eric Beckmann · 8 years ago
  56. 33fca46 Update llvm-readobj -coff-resources to display tree structure. by Eric Beckmann · 8 years ago
  57. 8c74673 [CodeView] Reserve TypeDatabase records up front. by Zachary Turner · 8 years ago
  58. 2d5c2cd [llvm-readobj] Update readobj to re-use parsing code. by Zachary Turner · 8 years ago
  59. edef145 [PDB/CodeView] Read/write codeview inlinee line information. by Zachary Turner · 8 years ago
  60. 7cc13e5 [PDB/CodeView] Rename some classes. by Zachary Turner · 8 years ago
  61. 5b6e4e0 [llvm-pdbdump] Abstract some of the YAML/Raw printing code. by Zachary Turner · 8 years ago
  62. 4346ae1 [llvm-readobj] Fix incorrect printing of CV column info. by Zachary Turner · 8 years ago
  63. 05bd9f3 [llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables. by Zachary Turner · 8 years ago
  64. 8d6396d [llvm-readobj] Dump COFF Resources section. by Zachary Turner · 8 years ago
  65. c37cb0c [CodeView] Isolate Debug Info Fragments into standalone classes. by Zachary Turner · 8 years ago
  66. 67c5601 Rename some PDB classes. by Zachary Turner · 8 years ago
  67. c4b5d79 [codeview] Cope with unsorted streams in type merging by Reid Kleckner · 8 years ago
  68. 7375448 [llvm-readobj] Prefer ILT to IAT for reading COFF imports by Shoaib Meenai · 9 years ago
  69. 5d57752 [PDB] Split item and type records when merging type streams by Reid Kleckner · 9 years ago
  70. d9dc282 [Support] Move Stream library from MSF -> Support. by Zachary Turner · 9 years ago
  71. 695ed56 [PDB] Make streams carry their own endianness. by Zachary Turner · 9 years ago
  72. 120faca [PDB] Partial resubmit of r296215, which improved PDB Stream Library. by Zachary Turner · 9 years ago
  73. 05a75e4 Revert r296215, "[PDB] General improvements to Stream library." and followings. by NAKAMURA Takumi · 9 years ago
  74. af299ea [PDB] General improvements to Stream library. by Zachary Turner · 9 years ago
  75. d2684b7 [PDB] Rename Stream related source files. by Zachary Turner · 9 years ago
  76. 181fe17 Don't assume little endian in StreamReader / StreamWriter. by Zachary Turner · 9 years ago
  77. 7b327d0 [pdb] Add the ability to resolve TypeServer PDBs. by Zachary Turner · 9 years ago
  78. a9b2961 Re-submit r293820: Return Error instead of bool from mergeTypeStreams(). by Rui Ueyama · 9 years ago
  79. 629cb7d [CodeView] Finish decoupling TypeDatabase from TypeDumper. by Zachary Turner · 9 years ago
  80. a9054dd [CodeView/PDB] Rename a bunch of files. by Zachary Turner · 9 years ago
  81. 4efa0a4 [CodeView] Hook up CodeViewRecordIO to type serialization path. by Zachary Turner · 9 years ago
  82. 4d49eb9 [CodeView] Refactor serialization to use StreamInterface. by Zachary Turner · 9 years ago
  83. 0d84074 Refactor Symbol visitor code. by Zachary Turner · 9 years ago
  84. 23f06e5 [Stackmap] Added callsite counts to emitted function information. by Sanjoy Das · 9 years ago
  85. 0152802 CodeView: extract the OMF Directory Header by Saleem Abdulrasool · 9 years ago
  86. a3225b0 [msf] Resubmit "Rename Msf -> MSF". by Zachary Turner · 9 years ago
  87. 334aec4 Revert "[msf] Rename Msf to MSF." by Zachary Turner · 9 years ago
  88. a010f5c [msf] Rename Msf to MSF. by Zachary Turner · 9 years ago
  89. d66889c [pdb] Refactor library to more clearly separate reading/writing by Zachary Turner · 9 years ago
  90. bac69d3 [msf] Create LLVMDebugInfoMsf by Zachary Turner · 9 years ago
  91. 4897588 Delete some dead code. by Rafael Espindola · 9 years ago
  92. 01ee3dae Resubmit "[pdb] Change type visitor pattern to be dynamic." by Zachary Turner · 9 years ago
  93. 73b0b2f Revert "[pdb] Change type visitor pattern to be dynamic." by Zachary Turner · 9 years ago
  94. 1f6372c [pdb] Change type visitor pattern to be dynamic. by Zachary Turner · 9 years ago
  95. 5acb4ac Add support for writing through StreamInterface. by Zachary Turner · 9 years ago
  96. a96cce6 [codeview] Dump line number and column information. by Zachary Turner · 9 years ago
  97. a2a2a73 Rename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYPE_REPRO by David Majnemer · 9 years ago
  98. 2da433e [COFF] Expose the PE debug data directory and dump it by Reid Kleckner · 9 years ago
  99. fbdbe9e [codeview] Improve readability of type record assembly by Reid Kleckner · 9 years ago
  100. 3b3f490 [codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overload by Reid Kleckner · 9 years ago