1. 5ed0a8b [llvm-objcopy] Delete two redundant reinterpret_cast. NFC by Fangrui Song · 7 years ago
  2. 1f44814 [llvm-objcopy]Preserve data in segments not covered by sections by James Henderson · 7 years ago
  3. 2725717 Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for GroupSection class." by George Rimar · 7 years ago
  4. 0a5d4b8 [llvm-objcopy] - Report SHT_GROUP sections with invalid alignment. by George Rimar · 7 years ago
  5. d822018 Revert r356738 "[llvm-objcopy] - Implement replaceSectionReferences for GroupSection class." by George Rimar · 7 years ago
  6. 73e1c4a [llvm-objcopy] - Implement replaceSectionReferences for GroupSection class. by George Rimar · 7 years ago
  7. 0373bed [llvm-objcopy] - Use replaceSectionReferences to update the sections for symbols in symbol table. by George Rimar · 7 years ago
  8. faf308b [llvm-objcopy] - Calculate the string table section sizes correctly. by George Rimar · 7 years ago
  9. bf92b3f llvm-objcopy: Remove unused field. NFCI. by Peter Collingbourne · 7 years ago
  10. d8a5c6c [llvm-objcopy] - Fix --compress-debug-sections when there are relocations. by George Rimar · 7 years ago
  11. 281a5be [llvm-objcopy] - Remove dead code. NFCI. by George Rimar · 7 years ago
  12. 5f0b7d2 [llvm-objcopy] - Remove an excessive zlib::isAvailable() check and dead code. by George Rimar · 7 years ago
  13. f2eb8ca [llvm-objcopy] - Fix incorrect CompressedSection creation. by George Rimar · 7 years ago
  14. bf447a5 [llvm-objdump] - Improve the error message for "removing a section that is used by relocation" case. by George Rimar · 7 years ago
  15. 79fb858 [llvm-objcopy] - Check for invalidated relocations when removing a section. by George Rimar · 7 years ago
  16. 52d5781 [llvm-objcopy] Make removeSectionReferences batched by Jordan Rupprecht · 7 years ago
  17. 971d4762 [llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferences by Jordan Rupprecht · 7 years ago
  18. 881cae7 [llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(), and [ELF]Writer::commit() by Jordan Rupprecht · 7 years ago
  19. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  20. 415dc5d [llvm-objcopy] Fix buildbots on older compilers by Jordan Rupprecht · 7 years ago
  21. 78213c7e Fix typos in comments by Jordan Rupprecht · 7 years ago
  22. 1f82176 [llvm-objcopy][ELF] Implement a mutable section visitor that updates size-related fields (Size, EntrySize, Align) before layout. by Jordan Rupprecht · 7 years ago
  23. 3ac20a9 [llvm-objcopy] Use ELFOSABI_NONE instead of 0. NFC. by George Rimar · 7 years ago
  24. 4ded773 [llvm-objcopy] - Do not drop the OS/ABI and ABIVersion fields of ELF header by George Rimar · 7 years ago
  25. 7570932 Use llvm::copy. NFC by Fangrui Song · 7 years ago
  26. 5ec95db [llvm-objcopy] Use llvm::all_of and rename the variables "Segment" to avoid confusion with the type of the same name by Fangrui Song · 7 years ago
  27. b47475c [llvm-objcopy] Don't apply --localize flags to common symbols by Jordan Rupprecht · 7 years ago
  28. 32a34e6 [llvm-objcopy] Use proper cases by Fangrui Song · 7 years ago
  29. f4e75a5 [llvm-objcopy] Move elf-specific code into subfolder by Alexander Shaposhnikov · 7 years ago[Renamed from llvm/tools/llvm-objcopy/Object.cpp]
  30. 654d3a9 [llvm-objcopy] Introduce dispatch mechanism based on the input by Alexander Shaposhnikov · 7 years ago
  31. 3d4c4ac [llvm-objcopy] Factor out Buffer by Alexander Shaposhnikov · 7 years ago
  32. af04864 [llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections. by Puyan Lotfi · 7 years ago
  33. 468722e [objcopy] make objcopy follow program header standards by Julie Hockett · 7 years ago
  34. 99124cc [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). by Puyan Lotfi · 7 years ago
  35. 5be060e Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt). by Puyan Lotfi · 7 years ago
  36. f0954dd [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). by Puyan Lotfi · 7 years ago
  37. ec277a8 [llvm-strip] Allow copying relocation sections without symbol tables. by Jordan Rupprecht · 7 years ago
  38. 163222f Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu). by Chandler Carruth · 7 years ago
  39. bd203e0 [NFC][llvm-objcopy] clang-formating Object.cpp by Puyan Lotfi · 7 years ago
  40. a7a5816 [NFC][llvm-objcopy] Fixing a ubi-san problem with unaligned memory writes. by Puyan Lotfi · 7 years ago
  41. 5a40cd5 [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). by Puyan Lotfi · 7 years ago
  42. cf67633 [llvm-objcopy] Add support for -I binary -B <arch>. by Jordan Rupprecht · 7 years ago
  43. de965ea [llvm-objcopy] NFC: consistently use typename ELFT::<X> definitions in headers by Jordan Rupprecht · 7 years ago
  44. 88ed5e5 [llvm-objcopy] NFC: Add some color to error() by Jordan Rupprecht · 7 years ago
  45. a42dec7 [llvm-objcopy] Add --dump-section by Paul Semel · 7 years ago
  46. 97604b4 [NFC] clang-format cleanup of a couple files in llvm-objcopy. by Puyan Lotfi · 7 years ago
  47. 0f5d5fa [NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy. by Puyan Lotfi · 7 years ago
  48. c4846a5 [NFC][llvm-objcopy] Make helper functions static by Puyan Lotfi · 7 years ago
  49. c7f8ac7 [llvm-objcopy] Add support for large indexes by Jake Ehrlich · 7 years ago
  50. 42b5ef0 [llvm-objcopy] Add support for static libraries by Alexander Shaposhnikov · 7 years ago
  51. 58cb197 [llvm-objcopy] Remove unused field from Object by Alexander Shaposhnikov · 7 years ago
  52. 46201fb [llvm-objcopy] Fix null symbol handling by Paul Semel · 7 years ago
  53. 1651ac1 llvm-objcopy: Set sh_link to 0 on unrecognized symtab-linked sections. by Peter Collingbourne · 7 years ago
  54. 99dda0b [llvm-objcopy] Add --strip-unneeded option by Paul Semel · 7 years ago
  55. 31a212d Revert "[llvm-objcopy] Add --strip-unneeded option" by Paul Semel · 7 years ago
  56. 040df77 [llvm-objcopy] Add --strip-unneeded option by Paul Semel · 7 years ago
  57. 4246a46 [llvm-objcopy] Add --strip-symbol (-N) option by Paul Semel · 7 years ago
  58. 41695f8 [llvm-objcopy] Add --discard-all (-x) option by Paul Semel · 8 years ago
  59. 40e9bdf [llvm-objcopy] Implement --redefine-sym option by Alexander Shaposhnikov · 8 years ago
  60. 52db433 [llvm-objcopy] Fix sh_link by Alexander Shaposhnikov · 8 years ago
  61. 6ecc6e6 [llvm-objcopy] Implement support for section groups by Alexander Shaposhnikov · 8 years ago
  62. 3b24ed7 [llvm-objcopy] Revert r328012 by Alexander Shaposhnikov · 8 years ago
  63. 43b8acd [llvm-objcopy] Implement support for section groups by Alexander Shaposhnikov · 8 years ago
  64. 8b831c1 Revert "[llvm-objcopy] Add support for large indexes" by Jake Ehrlich · 8 years ago
  65. 0a151bd [llvm-objcopy] Add support for large indexes by Jake Ehrlich · 8 years ago
  66. 6c85992 [llvm-objcopy] Use the full filename in --add-gnu-debuglink by Alexander Richardson · 8 years ago
  67. 6452b11 [llvm-objcopy] Fix handling of zero-size segments in llvm-objcopy by Jake Ehrlich · 8 years ago
  68. 9634e18 Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
  69. 41d9d7b Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
  70. c0e9bee Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
  71. 82d6121 Revert "Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"" by Jake Ehrlich · 8 years ago
  72. 6d88ffd Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
  73. 76e9110 [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects by Jake Ehrlich · 8 years ago
  74. ea07d3c [llvm-objcopy] Add --add-gnu-debuglink by Jake Ehrlich · 8 years ago
  75. 4af8836 Revert r322132; it appears to be an accidental commit, based on the commit message. The original author of the commit has not commented on whether this was accidental or purposeful, so if this revert is in error, the author can re-commit with an actual commit message. by Aaron Ballman · 8 years ago
  76. 09f46a7 Reverting r323463 as it appears to be an accidental commit. Regardless, it broke a lot of build bots, so reverting back to green. by Aaron Ballman · 8 years ago
  77. df35594 tmp by Jake Ehrlich · 8 years ago
  78. 46814be [llvm-objcopy] Use physical instead of virtual address when aligning and placing sections in binary by Jake Ehrlich · 8 years ago
  79. 99482fd temp by Jake Ehrlich · 8 years ago
  80. 27a29b0 [llvm-objcopy] Add --localize-hidden option by Jake Ehrlich · 8 years ago
  81. 30d927a [llvm-objcopy] Add support for visibility by Jake Ehrlich · 8 years ago
  82. e8437de [llvm-objcopy] Add option to add a progbits section from a file by Jake Ehrlich · 8 years ago
  83. 777fb00 [llvm-objcopy] Reformat everything using clang-format -i by Jake Ehrlich · 8 years ago
  84. d49c92b [llvm-objcopy] Change -O binary to respect section removal and behave like GNU objcopy by Jake Ehrlich · 8 years ago
  85. 13153ee [llvm-objcopy] Fix bug in how segment alignment was being handled by Jake Ehrlich · 8 years ago
  86. 0ad18f8 [dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  87. 41a9ee9 Revert "[ADT] Make Twine's copy constructor private." by Zachary Turner · 8 years ago
  88. 337462b [ADT] Make Twine's copy constructor private. by Zachary Turner · 8 years ago
  89. f03384d Reland "[llvm-objcopy] Add support for --strip-sections to remove all section headers leaving only program headers and loadable segment data" by Jake Ehrlich · 8 years ago
  90. d9a2834 Revert "[llvm-objcopy] Add support for --strip-sections to remove all section headers leaving only program headers and loadable segment data" by Jake Ehrlich · 8 years ago
  91. b515244 [llvm-objcopy] Add support for --strip-sections to remove all section headers leaving only program headers and loadable segment data by Jake Ehrlich · 8 years ago
  92. 70bd75f [llvm-objcopy] Fix latent bug that allowed some Sections to be improperly cast to StringTableSections by Jake Ehrlich · 8 years ago
  93. 36a2eb3 [llvm-objcopy] Add support for removing sections by Jake Ehrlich · 8 years ago
  94. c5ff727 Revert "temporary" by Jake Ehrlich · 8 years ago
  95. 77ec1ff temporary by Jake Ehrlich · 8 years ago
  96. 084400b [llvm-objcopy] Fix major layout bugs in llvm-objcopy by Jake Ehrlich · 8 years ago
  97. 2ea995a Initialize the RelocationSectionBase::Section member. by James Y Knight · 8 years ago
  98. 9f1a390 [llvm-objcopy] Add support for dynamic relocations by Jake Ehrlich · 8 years ago
  99. f5a4377 [llvm-objcopy] Refactor code to include initialize method by Jake Ehrlich · 8 years ago
  100. e5d424b Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" by Jake Ehrlich · 8 years ago