| Age | Commit message (Expand) | Author |
| 2025-11-15 | [llvm] Use llvm::copy (NFC) (#168182) | Kazu Hirata |
| 2025-08-29 | [llvm] Support building with c++23 (#154372) | Kyle Krüger |
| 2025-04-26 | [llvm] Use llvm::copy (NFC) (#137470) | Kazu Hirata |
| 2025-01-23 | Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)" | Igor Kudrin |
| 2025-01-23 | Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)" | Igor Kudrin |
| 2025-01-23 | [llvm-objcopy][ELF] Add an option to remove notes (#118739) | Igor Kudrin |
| 2024-11-17 | [ObjCopy] Remove unused includes (NFC) (#116534) | Kazu Hirata |
| 2024-07-09 | [llvm-objcopy] Remove references for empty section groups (#98106) | Pranav Kant |
| 2024-07-08 | Revert "[llvm-objcopy] Remove empty SHT_GROUP sections (#97141)" | Fangrui Song |
| 2024-07-08 | [llvm-objcopy] Remove empty SHT_GROUP sections (#97141) | Dmitriy Chestnykh |
| 2024-07-08 | [llvm-objcopy] Support CREL | Fangrui Song |
| 2024-04-15 | [llvm-objcopy] Add --compress-sections | Fangrui Song |
| 2024-03-28 | [Object,ELFType] Rename TargetEndianness to Endianness (#86604) | Fangrui Song |
| 2024-02-20 | [llvm-objcopy] Fix file offsets when PT_INTERP/PT_LOAD offsets are equal (#80... | Fangrui Song |
| 2024-02-09 | [llvm-objcopy] Fix the build again after 7ddc320 | Maksim Panchenko |
| 2024-02-09 | [llvm-objcopy] Fix the build after 7ddc32052546abd41656d2e670f3902b1bf805a7. ... | Jon Roelofs |
| 2024-02-09 | [llvm-objcopy] Support SREC output format (#75874) | quic-areg |
| 2023-12-19 | [llvm-objcopy] --gap-fill and 0-size sections (#75837) | quic-akaryaki |
| 2023-12-14 | [llvm-objcopy] Add --gap-fill and --pad-to options (#65815) | quic-akaryaki |
| 2023-10-12 | Use llvm::endianness::{big,little,native} (NFC) | Kazu Hirata |
| 2023-09-27 | [NFC] Use const references to avoid copying objects in for-loops | Gregory Alfonso |
| 2023-06-20 | [llvm-objcopy] -O binary: do not align physical addresses | Alexey Karyakin |
| 2023-06-20 | Revert "[llvm-objcopy] -O binary: do not align physical addresses" | Krzysztof Parzyszek |
| 2023-06-20 | [llvm-objcopy] -O binary: do not align physical addresses | Alexey Karyakin |
| 2023-06-07 | Remove unnecessary copy | David Blaikie |
| 2023-06-06 | [llvm-objcopy][ELF] Preserve sh_link to .symtab when applicable | Andrew Ng |
| 2023-02-17 | [ELF][llvm-objcopy] Reject duplicate SHT_SYMTAB sections | Moshe Berman |
| 2022-12-16 | [LLVM][objcopy] Fix update-section.test on 32 bit platforms | David Spickett |
| 2022-12-10 | [ObjCopy] llvm::Optional => std::optional | Fangrui Song |
| 2022-10-12 | [llvm-objcopy] Support --decompress-debug-sections when zlib is disabled | Fangrui Song |
| 2022-09-22 | [llvm-objcopy] --compress-debug-sections: remove tail padding for ELFCLASS32 | Fangrui Song |
| 2022-09-08 | [Support] Rename DebugCompressionType::Z to Zlib | Fangrui Song |
| 2022-09-08 | [llvm-objcopy] Support --{,de}compress-debug-sections for zstd | Fangrui Song |
| 2022-09-08 | Revert "[Support] Add llvm::compression::{getReasonIfUnsupported,compress,dec... | Nikita Popov |
| 2022-09-07 | [llvm-objcopy] Support --{,de}compress-debug-sections for zstd | Fangrui Song |
| 2022-07-29 | Revert D130458 "[llvm-objcopy] Support --{,de}compress-debug-sections for zstd" | Fangrui Song |
| 2022-07-28 | [llvm-objcopy] Support --{,de}compress-debug-sections for zstd | Fangrui Song |
| 2022-07-25 | [llvm-objcopy] Remove getDecompressedSizeAndAlignment. NFC | Fangrui Song |
| 2022-07-24 | [llvm-objcopy] --compress-debug-sections: fix uninitialized ch_reserved for E... | Fangrui Song |
| 2022-07-24 | [llvm-objcopy] Remove remnant .zdebug code | Fangrui Song |
| 2022-07-24 | [MC] Delete dead zlib-gnu code and simplify writeSectionData | Fangrui Song |
| 2022-07-13 | [Support] Change compression::zlib::{compress,uncompress} to use uint8_t * | Fangrui Song |
| 2022-07-08 | [NFC] Refactor llvm::zlib namespace | Cole Kissane |
| 2022-07-04 | [llvm-objcopy] -O binary: align sh_offset for section changed from SHT_NOBITS | Fangrui Song |
| 2022-06-29 | [llvm-objcopy] Remove support for legacy .zdebug sections | Fangrui Song |
| 2022-06-05 | [llvm] Convert for_each to range-based for loops (NFC) | Kazu Hirata |
| 2022-05-25 | [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes | Anubhab Ghosh |
| 2022-03-28 | Apply clang-tidy fixes for modernize-use-equals-default in ELFObject.cpp (NFC) | Kazu Hirata |
| 2022-03-14 | [llvm-objcopy] Simplify CompressedSection creation. NFC | Fangrui Song |
| 2022-03-14 | [Support] Change zlib::compress to return void | Fangrui Song |