aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-objcopy.rst
AgeCommit message (Expand)AuthorFilesLines
2025-05-22[llvm] Fix typos in documentation (#141078)Kazu Hirata1-1/+1
2025-03-11[llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols ref...Fangrui Song1-4/+5
2025-01-23Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin1-0/+5
2025-01-23Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin1-5/+0
2025-01-23[llvm-objcopy][ELF] Add an option to remove notes (#118739)Igor Kudrin1-0/+5
2024-12-24[llvm-objcopy] Add support of symbol modification flags for MachO (#120895)Richard Dzenis1-50/+50
2024-10-04[doc] Fix rendering for objcopy's --remove-symbol-prefix option text (#111131)bd1976bris1-2/+2
2024-07-30[llvm-objcopy] Add --change-section-address (#98664)Eleanor Bonnici1-0/+9
2024-07-11[llvm-objcopy] Add verification of added .note section formatserge-sans-paille1-0/+9
2024-07-08[llvm-objcopy] Add change-section-lma *+/-offset (#95431)Eleanor Bonnici1-0/+4
2024-04-26[llvm-objcopy][docs] Use "Mark" rather than "Make" in the objcopy docs for co...bd1976bris1-3/+3
2024-04-15[llvm-objcopy] Add --compress-sectionsFangrui Song1-0/+8
2024-04-05Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips1-8/+0
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song1-0/+8
2024-03-21[llvm-objcopy] Add --skip-symbol and --skip-symbols options (#80873)Ilia Kuklin1-0/+13
2024-02-28[llvm-objcopy] Add --set-symbol-visibility and --set-symbols-visibility optio...Ilia Kuklin1-0/+9
2024-02-27[llvm-objcopy] Improve help messages (#82830)Fangrui Song1-2/+2
2024-02-16[docs][llvm-objcopy] Add missing formats (#81981)Ulrich Weigand1-0/+4
2024-02-09[llvm-objcopy] Support SREC output format (#75874)quic-areg1-2/+7
2024-02-07[llvm-objcopy] Add --remove-symbol-prefix (#79415)Yi Kong1-0/+5
2023-12-14[llvm-objcopy] Add --gap-fill and --pad-to options (#65815)quic-akaryaki1-0/+10
2023-07-25[llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGEThomas Köppe1-2/+5
2022-09-08[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song1-1/+1
2022-09-08Revert "[Support] Add llvm::compression::{getReasonIfUnsupported,compress,dec...Nikita Popov1-1/+1
2022-09-07[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song1-1/+1
2022-07-29Revert D130458 "[llvm-objcopy] Support --{,de}compress-debug-sections for zstd"Fangrui Song1-1/+1
2022-07-28[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song1-1/+1
2022-07-25[llvm-objcopy] Simplify --compress-debug-sections handling with AliasArgs. NFCFangrui Song1-4/+3
2022-07-13[docs][llvm-objcopy] Fix unpaired `<align>``Fangrui Song1-1/+1
2022-07-13[llvm-objcopy][ELF] Add --set-section-typeFangrui Song1-0/+5
2022-04-04[llvm-objcopy][docs] Update --update-section descriptiongbreynoo1-0/+6
2022-01-10[llvm-objcopy] Implement the PE-COFF specific --subsystem optionMartin Storsjö1-0/+7
2022-01-06Update Bug report URL to Github IssuesChuanqi Xu1-1/+1
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN1-1/+1
2021-09-24[llvm-objcopy][docs] Add missing options to the help output and the command g...gbreynoo1-1/+1
2021-03-08[docs] Fix llvm-objcopy.rstAlexander Shaposhnikov1-1/+1
2021-03-08[llvm-objcopy][MachO] Add support for --keep-undefinedAlexander Shaposhnikov1-0/+7
2021-03-04[llvm-objcopy][llvm-strip] Improve --discard-all documentation and helpJames Henderson1-1/+1
2021-02-15[llvm-objcopy] Delete --build-id-link-{dir,input,output}Fangrui Song1-17/+0
2020-05-05[docs][llvm-objcopy] Update --output-target text with right defaultsJames Henderson1-1/+2
2020-03-22doc: use the right url to bugzillaSylvestre Ledru1-1/+1
2020-03-22Doc: Links should use httpsSylvestre Ledru1-1/+1
2020-02-26[docs][llvm-objcopy][llvm-strip] Move --wildcard description earlierJames Henderson1-4/+4
2020-01-24[llvm-objcopy][COFF] Add support for --set-section-flagsSergey Dmitriev1-22/+39
2020-01-24[doc][llvm-objcopy] Remove redundant COFF-specific sub-headingJames Henderson1-7/+0
2020-01-20[llvm-objcopy][ELF] Allow setting SHF_EXCLUDE flag for ELF sectionsSergey Dmitriev1-0/+1
2019-12-16[llvm-objcopy][MachO] Implement --add-sectionSeiya Nuta1-0/+3
2019-11-25[llvm-objcopy][MachO] Implement --dump-sectionSeiya Nuta1-9/+12
2019-11-15[llvm-objcopy][MachO] Implement --remove-sectionSeiya Nuta1-0/+3
2019-11-12[llvm-objcopy][COFF] Implement --redefine-sym and --redefine-symsFangrui Song1-13/+13