summaryrefslogtreecommitdiff
path: root/llvm/lib/ObjCopy/ELF/ELFObject.cpp
AgeCommit 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-23Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin
2025-01-23Revert "[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-08Revert "[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 CRELFangrui Song
2024-04-15[llvm-objcopy] Add --compress-sectionsFangrui 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 7ddc320Maksim 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-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso
2023-06-20[llvm-objcopy] -O binary: do not align physical addressesAlexey Karyakin
2023-06-20Revert "[llvm-objcopy] -O binary: do not align physical addresses"Krzysztof Parzyszek
2023-06-20[llvm-objcopy] -O binary: do not align physical addressesAlexey Karyakin
2023-06-07Remove unnecessary copyDavid Blaikie
2023-06-06[llvm-objcopy][ELF] Preserve sh_link to .symtab when applicableAndrew Ng
2023-02-17[ELF][llvm-objcopy] Reject duplicate SHT_SYMTAB sectionsMoshe Berman
2022-12-16[LLVM][objcopy] Fix update-section.test on 32 bit platformsDavid Spickett
2022-12-10[ObjCopy] llvm::Optional => std::optionalFangrui Song
2022-10-12[llvm-objcopy] Support --decompress-debug-sections when zlib is disabledFangrui Song
2022-09-22[llvm-objcopy] --compress-debug-sections: remove tail padding for ELFCLASS32Fangrui Song
2022-09-08[Support] Rename DebugCompressionType::Z to ZlibFangrui Song
2022-09-08[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song
2022-09-08Revert "[Support] Add llvm::compression::{getReasonIfUnsupported,compress,dec...Nikita Popov
2022-09-07[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song
2022-07-29Revert D130458 "[llvm-objcopy] Support --{,de}compress-debug-sections for zstd"Fangrui Song
2022-07-28[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song
2022-07-25[llvm-objcopy] Remove getDecompressedSizeAndAlignment. NFCFangrui 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 codeFangrui Song
2022-07-24[MC] Delete dead zlib-gnu code and simplify writeSectionDataFangrui Song
2022-07-13[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane
2022-07-04[llvm-objcopy] -O binary: align sh_offset for section changed from SHT_NOBITSFangrui Song
2022-06-29[llvm-objcopy] Remove support for legacy .zdebug sectionsFangrui 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 indexesAnubhab Ghosh
2022-03-28Apply clang-tidy fixes for modernize-use-equals-default in ELFObject.cpp (NFC)Kazu Hirata
2022-03-14[llvm-objcopy] Simplify CompressedSection creation. NFCFangrui Song
2022-03-14[Support] Change zlib::compress to return voidFangrui Song