aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjCopy/ELF
AgeCommit message (Expand)AuthorFilesLines
2026-01-14[ELF][Objcopy] Dont corrupt symbol table when `--update-section` is called fo...Dmitry Nechitaev1-6/+13
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata2-4/+3
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata1-5/+5
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata1-6/+6
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger2-1/+5
2025-05-10[ObjCopy] Use StringRef::starts_with (NFC) (#139408)Kazu Hirata1-2/+1
2025-04-26[llvm] Use llvm::copy (NFC) (#137470)Kazu Hirata1-1/+1
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata1-2/+2
2025-04-13[ObjCopy] Use llvm::reverse (NFC) (#135559)Kazu Hirata1-2/+1
2025-03-11[llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols ref...Fangrui Song1-12/+13
2025-02-27[llvm-objcopy] Let --change-section-lma change segments wth filesz=0,… (#12...Jonathon Penix1-1/+1
2025-02-08[llvm-objcopy] Fix prints wrong path when dump-section output path doesn't ex...Amr Hesham1-29/+30
2025-01-23Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin3-16/+145
2025-01-23Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin3-144/+16
2025-01-23[llvm-objcopy][ELF] Add an option to remove notes (#118739)Igor Kudrin3-16/+144
2024-11-17[ObjCopy] Remove unused includes (NFC) (#116534)Kazu Hirata2-8/+0
2024-07-30[llvm-objcopy] Add --change-section-address (#98664)Eleanor Bonnici1-0/+50
2024-07-11[llvm-objcopy] Add verification of added .note section formatserge-sans-paille1-6/+61
2024-07-09[llvm-objcopy] Remove references for empty section groups (#98106)Pranav Kant2-0/+12
2024-07-08Revert "[llvm-objcopy] Remove empty SHT_GROUP sections (#97141)"Fangrui Song2-12/+1
2024-07-08[llvm-objcopy] Remove empty SHT_GROUP sections (#97141)Dmitriy Chestnykh2-1/+12
2024-07-08[llvm-objcopy] Support CRELFangrui Song2-9/+43
2024-07-08[llvm-objcopy] Add change-section-lma *+/-offset (#95431)Eleanor Bonnici1-0/+27
2024-06-11[NFC] Mitigate pointless copies (#95052)Braden Helmer1-1/+1
2024-04-15[llvm-objcopy] Add --compress-sectionsFangrui Song2-8/+31
2024-04-05Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips1-26/+8
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song1-8/+26
2024-03-28[Object,ELFType] Rename TargetEndianness to Endianness (#86604)Fangrui Song1-8/+7
2024-03-21[llvm-objcopy] Add --skip-symbol and --skip-symbols options (#80873)Ilia Kuklin1-0/+3
2024-03-13[llvm-objcopy] --[de]compress-debug-sections: don't compress SHF_ALLOC sectio...Fangrui Song2-40/+24
2024-02-28[llvm-objcopy] Add --set-symbol-visibility and --set-symbols-visibility optio...Ilia Kuklin1-0/+4
2024-02-20[llvm-objcopy] Fix file offsets when PT_INTERP/PT_LOAD offsets are equal (#80...Fangrui Song1-0/+6
2024-02-09[llvm-objcopy] Fix the build again after 7ddc320Maksim Panchenko1-1/+1
2024-02-09[llvm-objcopy] Fix the build after 7ddc32052546abd41656d2e670f3902b1bf805a7. ...Jon Roelofs1-1/+1
2024-02-09[llvm-objcopy] Support SREC output format (#75874)quic-areg3-51/+367
2024-02-07[llvm-objcopy] Add --remove-symbol-prefix (#79415)Yi Kong1-0/+5
2024-01-24[llvm-objcopy] Don't remove .gnu_debuglink section when using --strip-all (#7...Felix Kellenbenz1-0/+2
2023-12-19[llvm-objcopy] --gap-fill and 0-size sections (#75837)quic-akaryaki1-1/+1
2023-12-14[llvm-objcopy] Add --gap-fill and --pad-to options (#65815)quic-akaryaki3-4/+34
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-8/+8
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-4/+5
2023-09-29[ObjCopy] Fix warning in conditional expression [NFC]Mikael Holmen1-1/+1
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso1-1/+1
2023-07-25[llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGEThomas Köppe1-8/+27
2023-07-15[llvm-objcopy] Remove unused internal helper function template makeStringErro...Thomas Köppe1-7/+0
2023-06-20[llvm-objcopy] -O binary: do not align physical addressesAlexey Karyakin2-7/+12
2023-06-20Revert "[llvm-objcopy] -O binary: do not align physical addresses"Krzysztof Parzyszek2-12/+7
2023-06-20[llvm-objcopy] -O binary: do not align physical addressesAlexey Karyakin2-7/+12
2023-06-07Remove unnecessary copyDavid Blaikie1-1/+1
2023-06-06[llvm-objcopy][ELF] Preserve sh_link to .symtab when applicableAndrew Ng2-2/+29