1. ad7b7e7 [Object, COFF] An import data directory might not consist soley of imports by David Majnemer · 9 years ago
  2. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  3. 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
  4. 2da433e [COFF] Expose the PE debug data directory and dump it by Reid Kleckner · 9 years ago
  5. e212966 [Object] Return an error code instead of asserting by David Majnemer · 9 years ago
  6. 401e4e5 Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.) by George Rimar · 9 years ago
  7. f059dd4 Revert r270543 ("Recommit r270540") by George Rimar · 9 years ago
  8. e9b2e19 Recommit r270540 by George Rimar · 9 years ago
  9. 6a6185f Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style." by George Rimar · 9 years ago
  10. 6bcbf4c [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style. by George Rimar · 9 years ago
  11. 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
  12. 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
  13. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  14. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  15. 511391f [COFF] Refactor section alignment calculation by David Majnemer · 10 years ago
  16. 9dc0eb4 [Object][COFF] Revert r258665 - It doesn't do what I had intended. by Lang Hames · 10 years ago
  17. 074b42d [Object][COFF] Set the generic SF_Exported flag on COFF exported symbols. by Lang Hames · 10 years ago
  18. 6161b38 COFF: Teach llvm-objdump how to dump DLL forwarder symbols. by Rui Ueyama · 10 years ago
  19. 21427ad Address review comments, remove error case and return 0 instead as required by tests by Reid Kleckner · 10 years ago
  20. e94fef7 [llvm-symbolizer] Make --relative-address work with DWARF contexts by Reid Kleckner · 10 years ago
  21. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  22. e834f42 COFF: Assign the correct symbol type to internal functions. by Peter Collingbourne · 10 years ago
  23. 7c6a071 [COFF] Consider the ImageBase when reporting section addresses by David Majnemer · 10 years ago
  24. 47ea9ec [COFF] Return symbol VAs instead of RVAs for PE files by Reid Kleckner · 10 years ago
  25. 1eff5c9 Summary: Object: add IMAGE_FILE_MACHINE_ARM64 by Martell Malone · 10 years ago
  26. be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  27. 76ad232 Remove getRelocationAddress. by Rafael Espindola · 10 years ago
  28. 76d650e Check that COFF .obj files have sections with zero virtual address spaces. by Rafael Espindola · 10 years ago
  29. d5297ee Object/COFF: Do not rely on VirtualSize being 0 in object files. by Rui Ueyama · 10 years ago
  30. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  31. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  32. 10fcac7 Use ErrorOr in getRelocationAdress. by Rafael Espindola · 10 years ago
  33. e9c58c7 Implement containsSymbol with other lower level methods. by Rafael Espindola · 10 years ago
  34. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  35. 99c041b Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  36. e40d30f Object/COFF: Define coff_symbol_generic. by Rui Ueyama · 10 years ago
  37. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  38. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  39. 6a75acb libObject/COFF: Add a function to get pointers to relocation entries. by Rui Ueyama · 10 years ago
  40. 6bf3221 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  41. 991af66 Add a SymbolRef::getValue. by Rafael Espindola · 10 years ago
  42. 54c9f3d Simplify the logic, NFC. by Rafael Espindola · 10 years ago
  43. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  44. 63a88ce Make getRelocationSection MachO only. by Rafael Espindola · 10 years ago
  45. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  46. 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  47. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  48. 62a07cb Stop inventing symbol sizes. by Rafael Espindola · 10 years ago
  49. c780e8e Make it easier to use DwarfContext with MCJIT by Keno Fischer · 10 years ago
  50. 6b1aa5f Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 10 years ago
  51. 1a666e0 ExecutionEngine: Preliminary support for dynamically loadable coff objects by David Majnemer · 11 years ago
  52. 0e77a94 Move three methods only used by MCJIT to MCJIT. by Rafael Espindola · 11 years ago
  53. 98fe58a Object/COFF: Fix off-by-one error for object having lots of relocations by Rui Ueyama · 11 years ago
  54. c7353b5 COFF: Add back an assertion that is superseded by r222124 by David Majnemer · 11 years ago
  55. 970dda2 llvm-readobj: fix off-by-one error in COFFDumper by Rui Ueyama · 11 years ago
  56. 74e8513 llvm-readobj: teach it how to dump COFF base relocation table by Rui Ueyama · 11 years ago
  57. 236b0ca Object, COFF: Tighten the object file parser by David Majnemer · 11 years ago
  58. f69b0585 obj2yaml, yaml2obj: Add support for COFF executables by David Majnemer · 11 years ago
  59. 5dcf11d Un-break the big-endian buildbots by Rui Ueyama · 11 years ago
  60. 94751be Object, COFF: Refactor code to get relocation iterators by David Majnemer · 11 years ago
  61. e830c60 Object, COFF: Increase code reuse by David Majnemer · 11 years ago
  62. 1f80b0a Object, COFF: getRelocationSymbol shouldn't assert by David Majnemer · 11 years ago
  63. 2314b3d Object, COFF: Cleanup some code in getSectionName by David Majnemer · 11 years ago
  64. 58323a9 Object, COFF: Fix some theoretical bugs by David Majnemer · 11 years ago
  65. ffa4ceb llvm-readobj: Print out address table when dumping COFF delay-import table by Rui Ueyama · 11 years ago
  66. 504165d Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSize by David Majnemer · 11 years ago
  67. 51ff559 Object, COFF: Infer symbol sizes from adjacent symbols by David Majnemer · 11 years ago
  68. 5026722 llvm-readobj: Add support for dumping the DOS header in PE files by David Majnemer · 11 years ago
  69. c7d7c6f Object, COFF: Cleanup symbol type code, improve binutils compatibility by David Majnemer · 11 years ago
  70. a9ee5c0 Object, COFF: Move the VirtualSize/SizeOfRawData logic to getSectionSize by David Majnemer · 11 years ago
  71. dd9cff2 Object, COFF: Cap the section contents to min(VirtualSize, SizeOfRawData) by David Majnemer · 11 years ago
  72. 979fb40 Object: Add range iterators for COFF import/export table by Rui Ueyama · 11 years ago
  73. 8280fbb Correctly compute the size of common symbols in COFF. by Rafael Espindola · 11 years ago
  74. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  75. 506c684 Don't check for null after calling COFFObjectFile::toSec. by Rafael Espindola · 11 years ago
  76. a926086 Optimize COFFObjectFile::sectionContainsSymbol a bit. by Rafael Espindola · 11 years ago
  77. 1af0865 llvm-readobj: print out the fields of the COFF delay-import table by Rui Ueyama · 11 years ago
  78. 15d9935 llvm-readobj: print COFF delay-load import table by Rui Ueyama · 11 years ago
  79. 861021f llvm-readobj: print COFF imported symbols by Rui Ueyama · 11 years ago
  80. 1e152d5 This patch adds a new flag "-coff-imports" to llvm-readobj. by Rui Ueyama · 11 years ago
  81. dac3985 Object: BSS/virtual sections don't have contents by David Majnemer · 11 years ago
  82. 062c406 Support: Delete {aligned_,}{u,}{little,big}8_t by Rui Ueyama · 11 years ago
  83. 4015ea6 Attempt to pacify buildbots. by David Majnemer · 11 years ago
  84. 44f51e5 Object: Add support for bigobj by David Majnemer · 11 years ago
  85. e1d1294 Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. by Craig Topper · 11 years ago
  86. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  87. c66d761 llvm-objdump: don't print relocations in non-relocatable files. by Rafael Espindola · 11 years ago
  88. 8f7d5f2 Delete dead code. NFC. by Rafael Espindola · 11 years ago
  89. 6762231 getLoadName is only implemented for ELF, make it ELF only. by Rafael Espindola · 11 years ago
  90. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  91. 2e60ca9 Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. by Rafael Espindola · 11 years ago
  92. c3f9b5a Make ObjectFile and BitcodeReader always own the MemoryBuffer. by Rafael Espindola · 11 years ago
  93. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  94. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  95. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  96. 5c503bf Object: add type names for ARM/COFF relocations by Saleem Abdulrasool · 11 years ago
  97. 77314aa Remove section_rel_empty. Just compare begin() and end() instead. by Rafael Espindola · 11 years ago
  98. 895ff832 Implement get getSymbolFileOffset with getSymbolAddress. by Rafael Espindola · 11 years ago
  99. a2782f6 Remove getSymbolValue. by Rafael Espindola · 11 years ago
  100. b4865d6 Revert "Fix a nomenclature error in llvm-nm." by Rafael Espindola · 11 years ago