1. 0239fd3 [llvm-readobj] [COFF] Print the symbol index for relocations by Martin Storsjo · 7 years ago
  2. e318fd6 [llvm-objcopy] Initial COFF support by Martin Storsjo · 7 years ago
  3. 0f6ce82 [COFF] Map truncated .eh_frame section name by Martin Storsjo · 7 years ago
  4. 1f9e6bb Handle zero-length debug directory entries. by Nico Weber · 7 years ago
  5. 921890c [COFF] Expose an easier helper function for getting names for relocation types by Martin Storsjo · 7 years ago
  6. af7b183 Remove trailing space by Fangrui Song · 7 years ago
  7. 3631b66 [COFF] Adjust how we flag weak externals by Martin Storsjo · 7 years ago
  8. 94b0940 [llvm-readobj] Add -hex-dump (-x) option by Paul Semel · 7 years ago
  9. d069a21 [llvm-objdump] Add --file-headers (-f) option by Paul Semel · 7 years ago
  10. a306456 COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI. by Peter Collingbourne · 7 years ago
  11. ef1bc2d [NFC] fix trivial typos in documents and comments by Hiroshi Inoue · 7 years ago
  12. ece9b23 Fix many -Wsign-compare and -Wtautological-constant-compare warnings. by Zachary Turner · 8 years ago
  13. 7848ae3 Convert the last uses of ErrorOr in COFF.h. by Rafael Espindola · 8 years ago
  14. 0aed7ae Convert a couple of ErrorOr to Expected. NFC. by Rafael Espindola · 8 years ago
  15. e2d20cb Convert two uses of ErrorOr to Expected. by Rafael Espindola · 8 years ago
  16. 1a7f03e [Object] Verify object sizes before handing out StringRefs pointing out by Benjamin Kramer · 8 years ago
  17. d888646 llvm: add llvm-dlltool support to the archiver by Martell Malone · 8 years ago
  18. 441b4ee Revert r308329: llvm: add llvm-dlltool support to the archiver by Rui Ueyama · 8 years ago
  19. 5d7d0e8 llvm: add llvm-dlltool support to the archiver by Martell Malone · 8 years ago
  20. 9f0e6a1 [llvm-readobj] Improve printouts for COFF ARM64 binaries by Martin Storsjo · 8 years ago
  21. 85e0946 [COFF, ARM64] Add support for Windows ARM64 COFF format by Mandeep Singh Grang · 8 years ago
  22. 367f21d [llvm-readobj] Dump the COFF image load config by Reid Kleckner · 8 years ago
  23. 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  24. b5ac700 Recommit "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  25. 4eca9e6 Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  26. 843d71c [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC by George Rimar · 8 years ago
  27. 4e545df Revert "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  28. 88aeae6 Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  29. 1503fe4 Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  30. 073ffab [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC by George Rimar · 8 years ago
  31. 61e19cf [COFF] Gracefully handle empty .drectve sections by Shoaib Meenai · 8 years ago
  32. ddb4f9c Fix the Endianness bug by adding the little endian UTF marker. by Eric Beckmann · 8 years ago
  33. 20c59f1 Hopefully one last commit to fix this patch, addresses string reference issues. by Eric Beckmann · 8 years ago
  34. 8d0cc56 Update llvm-readobj -coff-resources to display tree structure. by Eric Beckmann · 8 years ago
  35. baef3d5 Revert "Hopefully one last commit to fix this patch, addresses string reference" by Eric Beckmann · 8 years ago
  36. fffb713 Hopefully one last commit to fix this patch, addresses string reference issues. by Eric Beckmann · 8 years ago
  37. 4899f66 Update llvm-readobj -coff-resources to display tree structure. by Eric Beckmann · 8 years ago
  38. 86bfc78 [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  39. b9b3908 Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. by Peter Collingbourne · 9 years ago
  40. 88b31bf [lli] Simplify the code a bit. No functional change intended. by Davide Italiano · 9 years ago
  41. 74a715d [lli/COFF] Set the correct alignment for common symbols by Davide Italiano · 9 years ago
  42. 99edeba [COFFObjectFile] Ignore broken symbol table by David Majnemer · 9 years ago
  43. 837032f Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present. by Rui Ueyama · 9 years ago
  44. b79146f CodeView: extract the OMF Directory Header by Saleem Abdulrasool · 9 years ago
  45. 922b42a Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present." by Rui Ueyama · 9 years ago
  46. 2ea3c70 Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present. by Rui Ueyama · 9 years ago
  47. 081d3f1 [COFF] Expose iterators for ImportAddressTableRVA by David Majnemer · 9 years ago
  48. e2fac43 [COFF] Remove a duplicate import_directory_table_entry definition by David Majnemer · 9 years ago
  49. 6ea11a4 [Object, COFF] An import data directory might not consist soley of imports by David Majnemer · 9 years ago
  50. 317de7c Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  51. 1ac3f3e [Symbolize] Check if the PE file has a PDB and emit an error if we can't load it by Reid Kleckner · 9 years ago
  52. fb1a911 [COFF] Expose the PE debug data directory and dump it by Reid Kleckner · 9 years ago
  53. ddd4585 [Object] Return an error code instead of asserting by David Majnemer · 9 years ago
  54. 5ad80b2 Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.) by George Rimar · 9 years ago
  55. fd3faf4 Revert r270543 ("Recommit r270540") by George Rimar · 9 years ago
  56. 6795981 Recommit r270540 by George Rimar · 9 years ago
  57. c19728f Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style." by George Rimar · 9 years ago
  58. dba28a8 [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style. by George Rimar · 9 years ago
  59. a486dca Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  60. 813e0cf Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  61. f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  62. 46e35ed Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 9 years ago
  63. 30abf16 [COFF] Refactor section alignment calculation by David Majnemer · 9 years ago
  64. b412501 [Object][COFF] Revert r258665 - It doesn't do what I had intended. by Lang Hames · 10 years ago
  65. a6a79a6 [Object][COFF] Set the generic SF_Exported flag on COFF exported symbols. by Lang Hames · 10 years ago
  66. 68e634a COFF: Teach llvm-objdump how to dump DLL forwarder symbols. by Rui Ueyama · 10 years ago
  67. 00fda73 Address review comments, remove error case and return 0 instead as required by tests by Reid Kleckner · 10 years ago
  68. 27a9e1d [llvm-symbolizer] Make --relative-address work with DWARF contexts by Reid Kleckner · 10 years ago
  69. e84d8c1 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  70. f4fa49e COFF: Assign the correct symbol type to internal functions. by Peter Collingbourne · 10 years ago
  71. 0229c3b [COFF] Consider the ImageBase when reporting section addresses by David Majnemer · 10 years ago
  72. c136e55 [COFF] Return symbol VAs instead of RVAs for PE files by Reid Kleckner · 10 years ago
  73. 751664f Summary: Object: add IMAGE_FILE_MACHINE_ARM64 by Martell Malone · 10 years ago
  74. 7b7c81c Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  75. c2966a3 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
  76. 1599469 Check that COFF .obj files have sections with zero virtual address spaces. by Rafael Espindola · 10 years ago
  77. 392450e Object/COFF: Do not rely on VirtualSize being 0 in object files. by Rui Ueyama · 10 years ago
  78. 5954faa Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  79. 8a80641 Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  80. 28a8318 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
  81. d231306 Implement containsSymbol with other lower level methods. by Rafael Espindola · 10 years ago
  82. f8a35ff Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  83. 7ede964 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  84. 13b58ec Object/COFF: Define coff_symbol_generic. by Rui Ueyama · 10 years ago
  85. ff67629 Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  86. 50bea40 Simplify getSymbolType. by Rafael Espindola · 10 years ago
  87. 7d6e44b libObject/COFF: Add a function to get pointers to relocation entries. by Rui Ueyama · 10 years ago
  88. a3af347 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  89. 9fa0ab3 Add a SymbolRef::getValue. by Rafael Espindola · 10 years ago
  90. 9a5f962 Simplify the logic, NFC. by Rafael Espindola · 10 years ago
  91. 821b06f Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  92. 776f864 Make getRelocationSection MachO only. by Rafael Espindola · 10 years ago
  93. eae4673 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  94. 8c7a0fd Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  95. 481f35f Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  96. 7b677dd Stop inventing symbol sizes. by Rafael Espindola · 10 years ago
  97. b6976af Make it easier to use DwarfContext with MCJIT by Keno Fischer · 10 years ago
  98. 64b905a Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 10 years ago
  99. 2c08439 ExecutionEngine: Preliminary support for dynamically loadable coff objects by David Majnemer · 10 years ago
  100. c0e3340 Move three methods only used by MCJIT to MCJIT. by Rafael Espindola · 11 years ago