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