- 5ed0a8b [llvm-objcopy] Delete two redundant reinterpret_cast. NFC by Fangrui Song · 7 years ago
- 1f44814 [llvm-objcopy]Preserve data in segments not covered by sections by James Henderson · 7 years ago
- 2725717 Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for GroupSection class." by George Rimar · 7 years ago
- 0a5d4b8 [llvm-objcopy] - Report SHT_GROUP sections with invalid alignment. by George Rimar · 7 years ago
- d822018 Revert r356738 "[llvm-objcopy] - Implement replaceSectionReferences for GroupSection class." by George Rimar · 7 years ago
- 73e1c4a [llvm-objcopy] - Implement replaceSectionReferences for GroupSection class. by George Rimar · 7 years ago
- 0373bed [llvm-objcopy] - Use replaceSectionReferences to update the sections for symbols in symbol table. by George Rimar · 7 years ago
- faf308b [llvm-objcopy] - Calculate the string table section sizes correctly. by George Rimar · 7 years ago
- bf92b3f llvm-objcopy: Remove unused field. NFCI. by Peter Collingbourne · 7 years ago
- d8a5c6c [llvm-objcopy] - Fix --compress-debug-sections when there are relocations. by George Rimar · 7 years ago
- 281a5be [llvm-objcopy] - Remove dead code. NFCI. by George Rimar · 7 years ago
- 5f0b7d2 [llvm-objcopy] - Remove an excessive zlib::isAvailable() check and dead code. by George Rimar · 7 years ago
- f2eb8ca [llvm-objcopy] - Fix incorrect CompressedSection creation. by George Rimar · 7 years ago
- bf447a5 [llvm-objdump] - Improve the error message for "removing a section that is used by relocation" case. by George Rimar · 7 years ago
- 79fb858 [llvm-objcopy] - Check for invalidated relocations when removing a section. by George Rimar · 7 years ago
- 52d5781 [llvm-objcopy] Make removeSectionReferences batched by Jordan Rupprecht · 7 years ago
- 971d4762 [llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferences by Jordan Rupprecht · 7 years ago
- 881cae7 [llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(), and [ELF]Writer::commit() by Jordan Rupprecht · 7 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- 415dc5d [llvm-objcopy] Fix buildbots on older compilers by Jordan Rupprecht · 7 years ago
- 78213c7e Fix typos in comments by Jordan Rupprecht · 7 years ago
- 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
- 3ac20a9 [llvm-objcopy] Use ELFOSABI_NONE instead of 0. NFC. by George Rimar · 7 years ago
- 4ded773 [llvm-objcopy] - Do not drop the OS/ABI and ABIVersion fields of ELF header by George Rimar · 7 years ago
- 7570932 Use llvm::copy. NFC by Fangrui Song · 7 years ago
- 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
- b47475c [llvm-objcopy] Don't apply --localize flags to common symbols by Jordan Rupprecht · 7 years ago
- 32a34e6 [llvm-objcopy] Use proper cases by Fangrui Song · 7 years ago
- f4e75a5 [llvm-objcopy] Move elf-specific code into subfolder by Alexander Shaposhnikov · 7 years ago[Renamed from llvm/tools/llvm-objcopy/Object.cpp]
- 654d3a9 [llvm-objcopy] Introduce dispatch mechanism based on the input by Alexander Shaposhnikov · 7 years ago
- 3d4c4ac [llvm-objcopy] Factor out Buffer by Alexander Shaposhnikov · 7 years ago
- af04864 [llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections. by Puyan Lotfi · 7 years ago
- 468722e [objcopy] make objcopy follow program header standards by Julie Hockett · 7 years ago
- 99124cc [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). by Puyan Lotfi · 7 years ago
- 5be060e Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt). by Puyan Lotfi · 7 years ago
- f0954dd [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). by Puyan Lotfi · 7 years ago
- ec277a8 [llvm-strip] Allow copying relocation sections without symbol tables. by Jordan Rupprecht · 7 years ago
- 163222f Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu). by Chandler Carruth · 7 years ago
- bd203e0 [NFC][llvm-objcopy] clang-formating Object.cpp by Puyan Lotfi · 7 years ago
- a7a5816 [NFC][llvm-objcopy] Fixing a ubi-san problem with unaligned memory writes. by Puyan Lotfi · 7 years ago
- 5a40cd5 [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). by Puyan Lotfi · 7 years ago
- cf67633 [llvm-objcopy] Add support for -I binary -B <arch>. by Jordan Rupprecht · 7 years ago
- de965ea [llvm-objcopy] NFC: consistently use typename ELFT::<X> definitions in headers by Jordan Rupprecht · 7 years ago
- 88ed5e5 [llvm-objcopy] NFC: Add some color to error() by Jordan Rupprecht · 7 years ago
- a42dec7 [llvm-objcopy] Add --dump-section by Paul Semel · 7 years ago
- 97604b4 [NFC] clang-format cleanup of a couple files in llvm-objcopy. by Puyan Lotfi · 7 years ago
- 0f5d5fa [NFC][llvm-objcopy] Cleanup namespace usage in llvm-objcopy. by Puyan Lotfi · 7 years ago
- c4846a5 [NFC][llvm-objcopy] Make helper functions static by Puyan Lotfi · 7 years ago
- c7f8ac7 [llvm-objcopy] Add support for large indexes by Jake Ehrlich · 7 years ago
- 42b5ef0 [llvm-objcopy] Add support for static libraries by Alexander Shaposhnikov · 7 years ago
- 58cb197 [llvm-objcopy] Remove unused field from Object by Alexander Shaposhnikov · 7 years ago
- 46201fb [llvm-objcopy] Fix null symbol handling by Paul Semel · 7 years ago
- 1651ac1 llvm-objcopy: Set sh_link to 0 on unrecognized symtab-linked sections. by Peter Collingbourne · 7 years ago
- 99dda0b [llvm-objcopy] Add --strip-unneeded option by Paul Semel · 7 years ago
- 31a212d Revert "[llvm-objcopy] Add --strip-unneeded option" by Paul Semel · 7 years ago
- 040df77 [llvm-objcopy] Add --strip-unneeded option by Paul Semel · 7 years ago
- 4246a46 [llvm-objcopy] Add --strip-symbol (-N) option by Paul Semel · 7 years ago
- 41695f8 [llvm-objcopy] Add --discard-all (-x) option by Paul Semel · 8 years ago
- 40e9bdf [llvm-objcopy] Implement --redefine-sym option by Alexander Shaposhnikov · 8 years ago
- 52db433 [llvm-objcopy] Fix sh_link by Alexander Shaposhnikov · 8 years ago
- 6ecc6e6 [llvm-objcopy] Implement support for section groups by Alexander Shaposhnikov · 8 years ago
- 3b24ed7 [llvm-objcopy] Revert r328012 by Alexander Shaposhnikov · 8 years ago
- 43b8acd [llvm-objcopy] Implement support for section groups by Alexander Shaposhnikov · 8 years ago
- 8b831c1 Revert "[llvm-objcopy] Add support for large indexes" by Jake Ehrlich · 8 years ago
- 0a151bd [llvm-objcopy] Add support for large indexes by Jake Ehrlich · 8 years ago
- 6c85992 [llvm-objcopy] Use the full filename in --add-gnu-debuglink by Alexander Richardson · 8 years ago
- 6452b11 [llvm-objcopy] Fix handling of zero-size segments in llvm-objcopy by Jake Ehrlich · 8 years ago
- 9634e18 Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
- 41d9d7b Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
- c0e9bee Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
- 82d6121 Revert "Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"" by Jake Ehrlich · 8 years ago
- 6d88ffd Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects" by Jake Ehrlich · 8 years ago
- 76e9110 [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects by Jake Ehrlich · 8 years ago
- ea07d3c [llvm-objcopy] Add --add-gnu-debuglink by Jake Ehrlich · 8 years ago
- 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
- 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
- df35594 tmp by Jake Ehrlich · 8 years ago
- 46814be [llvm-objcopy] Use physical instead of virtual address when aligning and placing sections in binary by Jake Ehrlich · 8 years ago
- 99482fd temp by Jake Ehrlich · 8 years ago
- 27a29b0 [llvm-objcopy] Add --localize-hidden option by Jake Ehrlich · 8 years ago
- 30d927a [llvm-objcopy] Add support for visibility by Jake Ehrlich · 8 years ago
- e8437de [llvm-objcopy] Add option to add a progbits section from a file by Jake Ehrlich · 8 years ago
- 777fb00 [llvm-objcopy] Reformat everything using clang-format -i by Jake Ehrlich · 8 years ago
- d49c92b [llvm-objcopy] Change -O binary to respect section removal and behave like GNU objcopy by Jake Ehrlich · 8 years ago
- 13153ee [llvm-objcopy] Fix bug in how segment alignment was being handled by Jake Ehrlich · 8 years ago
- 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
- 41a9ee9 Revert "[ADT] Make Twine's copy constructor private." by Zachary Turner · 8 years ago
- 337462b [ADT] Make Twine's copy constructor private. by Zachary Turner · 8 years ago
- 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
- 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
- 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
- 70bd75f [llvm-objcopy] Fix latent bug that allowed some Sections to be improperly cast to StringTableSections by Jake Ehrlich · 8 years ago
- 36a2eb3 [llvm-objcopy] Add support for removing sections by Jake Ehrlich · 8 years ago
- c5ff727 Revert "temporary" by Jake Ehrlich · 8 years ago
- 77ec1ff temporary by Jake Ehrlich · 8 years ago
- 084400b [llvm-objcopy] Fix major layout bugs in llvm-objcopy by Jake Ehrlich · 8 years ago
- 2ea995a Initialize the RelocationSectionBase::Section member. by James Y Knight · 8 years ago
- 9f1a390 [llvm-objcopy] Add support for dynamic relocations by Jake Ehrlich · 8 years ago
- f5a4377 [llvm-objcopy] Refactor code to include initialize method by Jake Ehrlich · 8 years ago
- e5d424b Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" by Jake Ehrlich · 8 years ago