1. 74e7d26 [llvm-readobj] [COFF] Print the symbol index for relocations by Martin Storsjo · 7 years ago
  2. e84a0b5 [llvm-objcopy] Initial COFF support by Martin Storsjo · 7 years ago
  3. e309380 [COFF] Map truncated .eh_frame section name by Martin Storsjo · 7 years ago
  4. 893c646 Handle zero-length debug directory entries. by Nico Weber · 7 years ago
  5. 114ebf4 [COFF] Expose an easier helper function for getting names for relocation types by Martin Storsjo · 7 years ago
  6. f78650a Remove trailing space by Fangrui Song · 7 years ago
  7. a6ffc9c [COFF] Adjust how we flag weak externals by Martin Storsjo · 7 years ago
  8. b98f504 [llvm-readobj] Add -hex-dump (-x) option by Paul Semel · 7 years ago
  9. d2af4d6 [llvm-objdump] Add --file-headers (-f) option by Paul Semel · 7 years ago
  10. 2f6d006 COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI. by Peter Collingbourne · 7 years ago
  11. bcadfee [NFC] fix trivial typos in documents and comments by Hiroshi Inoue · 7 years ago
  12. 260fe3e Fix many -Wsign-compare and -Wtautological-constant-compare warnings. by Zachary Turner · 8 years ago
  13. f340467 Convert the last uses of ErrorOr in COFF.h. by Rafael Espindola · 8 years ago
  14. 8786798 Convert a couple of ErrorOr to Expected. NFC. by Rafael Espindola · 8 years ago
  15. 12db383 Convert two uses of ErrorOr to Expected. by Rafael Espindola · 8 years ago
  16. cbc7ee4 [Object] Verify object sizes before handing out StringRefs pointing out by Benjamin Kramer · 8 years ago
  17. 1079ef8 llvm: add llvm-dlltool support to the archiver by Martell Malone · 8 years ago
  18. 6db83a3 Revert r308329: llvm: add llvm-dlltool support to the archiver by Rui Ueyama · 8 years ago
  19. afe8549 llvm: add llvm-dlltool support to the archiver by Martell Malone · 8 years ago
  20. 43c8545 [llvm-readobj] Improve printouts for COFF ARM64 binaries by Martin Storsjo · 8 years ago
  21. 0c72172 [COFF, ARM64] Add support for Windows ARM64 COFF format by Mandeep Singh Grang · 8 years ago
  22. b7d716c [llvm-readobj] Dump the COFF image load config by Reid Kleckner · 8 years ago
  23. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  24. a25d329 Recommit "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  25. 1f9cab6 Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  26. bc223c6 [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC by George Rimar · 8 years ago
  27. a8403a6 Revert "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  28. 655b7b6 Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  29. 7d5f121 Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC" by George Rimar · 8 years ago
  30. 732f268 [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC by George Rimar · 8 years ago
  31. ee97c5f [COFF] Gracefully handle empty .drectve sections by Shoaib Meenai · 8 years ago
  32. 674deed Fix the Endianness bug by adding the little endian UTF marker. by Eric Beckmann · 8 years ago
  33. cd704cb Hopefully one last commit to fix this patch, addresses string reference issues. by Eric Beckmann · 8 years ago
  34. efef15a Update llvm-readobj -coff-resources to display tree structure. by Eric Beckmann · 8 years ago
  35. 03de7c1 Revert "Hopefully one last commit to fix this patch, addresses string reference" by Eric Beckmann · 8 years ago
  36. 626680a Hopefully one last commit to fix this patch, addresses string reference issues. by Eric Beckmann · 8 years ago
  37. 33fca46 Update llvm-readobj -coff-resources to display tree structure. by Eric Beckmann · 8 years ago
  38. d341c93 [Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  39. 435890a Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers. by Peter Collingbourne · 9 years ago
  40. 03a8568 [lli] Simplify the code a bit. No functional change intended. by Davide Italiano · 9 years ago
  41. 6b2bba1 [lli/COFF] Set the correct alignment for common symbols by Davide Italiano · 9 years ago
  42. ac8cfab [COFFObjectFile] Ignore broken symbol table by David Majnemer · 9 years ago
  43. 8950a53 Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present. by Rui Ueyama · 9 years ago
  44. 0152802 CodeView: extract the OMF Directory Header by Saleem Abdulrasool · 9 years ago
  45. f53c8cb Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present." by Rui Ueyama · 9 years ago
  46. 776c682 Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present. by Rui Ueyama · 9 years ago
  47. 6004952 [COFF] Expose iterators for ImportAddressTableRVA by David Majnemer · 9 years ago
  48. 1c0aa04 [COFF] Remove a duplicate import_directory_table_entry definition by David Majnemer · 9 years ago
  49. ad7b7e7 [Object, COFF] An import data directory might not consist soley of imports by David Majnemer · 9 years ago
  50. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  51. f27f3f8 [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. 2da433e [COFF] Expose the PE debug data directory and dump it by Reid Kleckner · 9 years ago
  53. e212966 [Object] Return an error code instead of asserting by David Majnemer · 9 years ago
  54. 401e4e5 Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.) by George Rimar · 9 years ago
  55. f059dd4 Revert r270543 ("Recommit r270540") by George Rimar · 9 years ago
  56. e9b2e19 Recommit r270540 by George Rimar · 9 years ago
  57. 6a6185f Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style." by George Rimar · 9 years ago
  58. 6bcbf4c [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style. by George Rimar · 9 years ago
  59. 7bd8d99 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. 81e8b7d 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. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  62. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  63. 511391f [COFF] Refactor section alignment calculation by David Majnemer · 10 years ago
  64. 9dc0eb4 [Object][COFF] Revert r258665 - It doesn't do what I had intended. by Lang Hames · 10 years ago
  65. 074b42d [Object][COFF] Set the generic SF_Exported flag on COFF exported symbols. by Lang Hames · 10 years ago
  66. 6161b38 COFF: Teach llvm-objdump how to dump DLL forwarder symbols. by Rui Ueyama · 10 years ago
  67. 21427ad Address review comments, remove error case and return 0 instead as required by tests by Reid Kleckner · 10 years ago
  68. e94fef7 [llvm-symbolizer] Make --relative-address work with DWARF contexts by Reid Kleckner · 10 years ago
  69. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  70. e834f42 COFF: Assign the correct symbol type to internal functions. by Peter Collingbourne · 10 years ago
  71. 7c6a071 [COFF] Consider the ImageBase when reporting section addresses by David Majnemer · 10 years ago
  72. 47ea9ec [COFF] Return symbol VAs instead of RVAs for PE files by Reid Kleckner · 10 years ago
  73. 1eff5c9 Summary: Object: add IMAGE_FILE_MACHINE_ARM64 by Martell Malone · 10 years ago
  74. be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  75. 76ad232 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
  76. 76d650e Check that COFF .obj files have sections with zero virtual address spaces. by Rafael Espindola · 10 years ago
  77. d5297ee Object/COFF: Do not rely on VirtualSize being 0 in object files. by Rui Ueyama · 10 years ago
  78. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  79. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  80. 10fcac7 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
  81. e9c58c7 Implement containsSymbol with other lower level methods. by Rafael Espindola · 10 years ago
  82. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  83. 99c041b Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  84. e40d30f Object/COFF: Define coff_symbol_generic. by Rui Ueyama · 10 years ago
  85. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  86. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  87. 6a75acb libObject/COFF: Add a function to get pointers to relocation entries. by Rui Ueyama · 10 years ago
  88. 6bf3221 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  89. 991af66 Add a SymbolRef::getValue. by Rafael Espindola · 10 years ago
  90. 54c9f3d Simplify the logic, NFC. by Rafael Espindola · 10 years ago
  91. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  92. 63a88ce Make getRelocationSection MachO only. by Rafael Espindola · 10 years ago
  93. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  94. 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  95. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  96. 62a07cb Stop inventing symbol sizes. by Rafael Espindola · 10 years ago
  97. c780e8e Make it easier to use DwarfContext with MCJIT by Keno Fischer · 10 years ago
  98. 6b1aa5f Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 10 years ago
  99. 1a666e0 ExecutionEngine: Preliminary support for dynamically loadable coff objects by David Majnemer · 11 years ago
  100. 0e77a94 Move three methods only used by MCJIT to MCJIT. by Rafael Espindola · 11 years ago