summaryrefslogtreecommitdiff
path: root/llvm/lib/ObjCopy/ELF
AgeCommit message (Expand)Author
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger
2025-05-10[ObjCopy] Use StringRef::starts_with (NFC) (#139408)Kazu Hirata
2025-04-26[llvm] Use llvm::copy (NFC) (#137470)Kazu Hirata
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata
2025-04-13[ObjCopy] Use llvm::reverse (NFC) (#135559)Kazu Hirata
2025-03-11[llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols ref...Fangrui Song
2025-02-27[llvm-objcopy] Let --change-section-lma change segments wth filesz=0,… (#12...Jonathon Penix
2025-02-08[llvm-objcopy] Fix prints wrong path when dump-section output path doesn't ex...Amr Hesham
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-30[llvm-objcopy] Add --change-section-address (#98664)Eleanor Bonnici
2024-07-11[llvm-objcopy] Add verification of added .note section formatserge-sans-paille
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-07-08[llvm-objcopy] Add change-section-lma *+/-offset (#95431)Eleanor Bonnici
2024-06-11[NFC] Mitigate pointless copies (#95052)Braden Helmer
2024-04-15[llvm-objcopy] Add --compress-sectionsFangrui Song
2024-04-05Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song
2024-03-28[Object,ELFType] Rename TargetEndianness to Endianness (#86604)Fangrui Song
2024-03-21[llvm-objcopy] Add --skip-symbol and --skip-symbols options (#80873)Ilia Kuklin
2024-03-13[llvm-objcopy] --[de]compress-debug-sections: don't compress SHF_ALLOC sectio...Fangrui Song
2024-02-28[llvm-objcopy] Add --set-symbol-visibility and --set-symbols-visibility optio...Ilia Kuklin
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
2024-02-07[llvm-objcopy] Add --remove-symbol-prefix (#79415)Yi Kong
2024-01-24[llvm-objcopy] Don't remove .gnu_debuglink section when using --strip-all (#7...Felix Kellenbenz
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-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-09-29[ObjCopy] Fix warning in conditional expression [NFC]Mikael Holmen
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso
2023-07-25[llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGEThomas Köppe
2023-07-15[llvm-objcopy] Remove unused internal helper function template makeStringErro...Thomas Köppe
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