aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-objcopy/ELF
AgeCommit message (Expand)AuthorFilesLines
2025-07-17[llvm-objcopy][libObject] Add RISC-V big-endian support (#146913)Djordje Todorovic1-0/+6
2025-07-16[llvm-objcopy] Explain that strip-preserve-atime.test fails with Crowdstrike ...Ross Kirsling1-0/+2
2025-03-11[llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols ref...Fangrui Song3-26/+38
2025-02-27[llvm-objcopy] Let --change-section-lma change segments wth filesz=0,… (#12...Jonathon Penix1-8/+26
2025-02-14[AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (1/3) (#125687)Csanád Hajdú1-0/+25
2025-02-08[llvm-objcopy] Fix prints wrong path when dump-section output path doesn't ex...Amr Hesham1-0/+4
2025-01-26[test] Convert remove-note.test from \r\n to \n after #118739Fangrui Song1-198/+198
2025-01-23Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin1-0/+198
2025-01-23Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin1-198/+0
2025-01-23[llvm-objcopy][ELF] Add an option to remove notes (#118739)Igor Kudrin1-0/+198
2024-11-21Fix typo "intead"Jay Foad1-1/+1
2024-07-30[llvm-objcopy] Add --change-section-address (#98664)Eleanor Bonnici1-0/+199
2024-07-11[llvm-objcopy] Add verification of added .note section formatserge-sans-paille1-0/+54
2024-07-09[llvm-objcopy] Remove references for empty section groups (#98106)Pranav Kant1-1/+49
2024-07-09Revert "[lit] Implement builtin umask (#94621)"Jay Foad2-1/+4
2024-07-09[lit] Implement builtin umask (#94621)Jay Foad2-4/+1
2024-07-08Revert "[llvm-objcopy] Remove empty SHT_GROUP sections (#97141)"Fangrui Song1-49/+1
2024-07-08[llvm-objcopy] Remove empty SHT_GROUP sections (#97141)Dmitriy Chestnykh1-1/+49
2024-07-08[llvm-objcopy] Support CRELFangrui Song3-2/+153
2024-07-08[llvm-objcopy] Add change-section-lma *+/-offset (#95431)Eleanor Bonnici1-0/+79
2024-07-03[llvm-readobj][ELF] Alter JSON/LLVM output on note sections to allow for mult...Fred Grim1-2/+4
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-1/+1
2024-05-03[tools,test] Convert text files from CRLF to LFFangrui Song2-64/+64
2024-04-15[llvm-objcopy] Add --compress-sectionsFangrui Song3-0/+195
2024-04-05Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips3-195/+0
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song3-0/+195
2024-04-01[llvm-objcopy,test] Prepend error: to some messagesFangrui Song2-4/+4
2024-03-21[llvm-objcopy] Add --skip-symbol and --skip-symbols options (#80873)Ilia Kuklin1-0/+100
2024-03-13[llvm-objcopy] --[de]compress-debug-sections: don't compress SHF_ALLOC sectio...Fangrui Song4-0/+44
2024-02-28[llvm-objcopy] Add --set-symbol-visibility and --set-symbols-visibility optio...Ilia Kuklin1-0/+311
2024-02-20[llvm-objcopy] Fix file offsets when PT_INTERP/PT_LOAD offsets are equal (#80...Fangrui Song1-0/+118
2024-02-16[llvm-objcopy] Add SystemZ support (#81841)Ulrich Weigand2-0/+13
2024-02-09[llvm-objcopy] Support SREC output format (#75874)quic-areg2-3/+199
2024-02-07[llvm-objcopy][test] Use actual temporary file names in the test for --remove...Dmitri Gribenko1-3/+3
2024-02-07[llvm-objcopy] Add --remove-symbol-prefix (#79415)Yi Kong1-0/+65
2024-02-01[llvm-objcopy][test] Use llvm-readelf instead for clearer visualization(NFC) ...Yi Kong1-50/+10
2024-01-24[llvm-objcopy] Don't remove .gnu_debuglink section when using --strip-all (#7...Felix Kellenbenz1-1/+4
2023-12-19[llvm-objcopy] --gap-fill and 0-size sections (#75837)quic-akaryaki1-0/+5
2023-12-15[llvm-objcopy] Fix gap-fill/pad-to tests (#75631)quic-akaryaki2-66/+66
2023-12-14[llvm-objcopy] Add --gap-fill and --pad-to options (#65815)quic-akaryaki2-0/+266
2023-08-08[GlobPattern] Update invalid glob pattern diagnostic for unmatched '['Fangrui Song1-1/+1
2023-07-25[llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGEThomas Köppe3-2/+91
2023-06-26[llvm-objcopy] Add LoongArch supportWANG Xuerui2-0/+26
2023-06-20[llvm-objcopy] -O binary: do not align physical addressesAlexey Karyakin1-0/+52
2023-06-20Revert "[llvm-objcopy] -O binary: do not align physical addresses"Krzysztof Parzyszek1-52/+0
2023-06-20[llvm-objcopy] -O binary: do not align physical addressesAlexey Karyakin1-0/+52
2023-06-06[llvm-objcopy][ELF] Preserve sh_link to .symtab when applicableAndrew Ng1-2/+55
2023-02-17[ELF][llvm-objcopy] Reject duplicate SHT_SYMTAB sectionsMoshe Berman1-0/+20
2023-02-03[llvm-objcopy] Fix strip-all-gnu testAnton Sidorenko1-5/+4
2022-12-16[LLVM][objcopy] Fix update-section.test on 32 bit platformsDavid Spickett1-1/+0