aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objcopy/ObjcopyOpts.td
AgeCommit message (Expand)AuthorFilesLines
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song1-0/+6
2024-03-21[llvm-objcopy] Add --skip-symbol and --skip-symbols options (#80873)Ilia Kuklin1-0/+14
2024-02-28[llvm-objcopy] Add --set-symbol-visibility and --set-symbols-visibility optio...Ilia Kuklin1-0/+11
2024-02-27[llvm-objcopy] Improve help messages (#82830)Fangrui Song1-38/+37
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/+12
2023-07-25[llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGEThomas Köppe1-2/+2
2023-07-14[llvm-objcopy] Remove stray periods from usage textThomas Köppe1-18/+18
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-5/+6
2022-07-13[llvm-objcopy][ELF] Add --set-section-typeFangrui Song1-0/+5
2022-06-29[llvm-objcopy] Remove support for legacy .zdebug sectionsFangrui Song1-2/+2
2022-04-04[llvm-objcopy][docs] Update --update-section descriptiongbreynoo1-1/+1
2022-01-10[llvm-objcopy] Implement the PE-COFF specific --subsystem optionMartin Storsjö1-0/+5
2021-11-16[llvm-objcopy] Add --update-sectionLeonard Chan1-0/+4
2021-09-24[llvm-objcopy][docs] Add missing options to the help output and the command g...gbreynoo1-3/+4
2021-02-15[llvm-objcopy] Delete --build-id-link-{dir,input,output}Fangrui Song1-13/+0
2019-10-02[llvm-objcopy] Add --set-section-alignmentFangrui Song1-0/+4
2019-09-14[llvm-objcopy] Ignore -B --binary-architecture=Fangrui Song1-2/+1
2019-08-30[llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson1-0/+5
2019-08-15[llvm-objcopy] Allow 'protected' visibility to be set when usingChris Jackson1-1/+1
2019-08-15[llvm-objcopy] Move duplicate tablegen from objcopy and strip into one fileMichael Pozulp1-97/+30
2019-06-25[llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-linksJames Henderson1-1/+1
2019-06-07llvm-objcopy: Implement --extract-partition and --extract-main-partition.Peter Collingbourne1-0/+7
2019-05-08[llvm-objcopy] Add --prefix-alloc-sectionsJames Henderson1-0/+4
2019-04-26[llvm-objcopy] Accept --long-option but not -long-optionFangrui Song1-27/+28
2019-04-18[llvm-objcopy][llvm-strip] Add switch to allow removing referenced sectionsJames Henderson1-0/+6
2019-04-01[llvm-objcopy] Add --keep-symbols optionYi Kong1-0/+9
2019-03-14[llvm-strip] Hook up (unimplemented) --only-keep-debugJordan Rupprecht1-1/+4
2019-03-14[llvm-objcopy]Don't implicitly strip sections in segmentsJames Henderson1-9/+10
2019-03-14Revert r356129 due to greendragon bot failuresJames Henderson1-10/+9
2019-03-14[llvm-objcopy]Don't implicitly strip sections in segmentsJames Henderson1-9/+10
2019-02-26[llvm-objcopy] Add --set-start, --change-start and --adjust-startEugene Leviant1-0/+10
2019-02-25[llvm-objcopy] Add --add-symbolEugene Leviant1-0/+8
2019-02-13[llvm-objcopy] Add --strip-unneeded-symbol(s)Eugene Leviant1-0/+9
2019-02-08[llvm-objcopy] Add few file processing directivesEugene Leviant1-0/+21
2019-02-08[llvm-objcopy] Add --redefine-symsEugene Leviant1-0/+10
2019-02-06[llvm-objcopy] Allow regular expressions in name comparisonEugene Leviant1-0/+4
2019-01-30[llvm-objcopy] Support -X|--discard-locals.Jordan Rupprecht1-0/+6
2019-01-29[llvm-objcopy] Implement --set-section-flags.Jordan Rupprecht1-0/+7
2019-01-25[llvm-objcopy] Add support for -g as an alias for --strip-debugDouglas Yung1-0/+2
2018-12-06[llvm-objcopy] Change --only-keep to --only-sectionJake Ehrlich1-3/+3
2018-12-03[llvm-objcopy] Add --build-id-link-dir flagJake Ehrlich1-0/+12
2018-11-28[llvm-objcopy] Hook up the -V alias to --version, output "GNU strip"Martin Storsjo1-0/+1
2018-11-13[llvm-objcopy] Rename --keep to --keep-section.Jordan Rupprecht1-1/+2
2018-11-01[llvm-objcopy/strip] [NFC] Clean up tablegen opts (clang-format + reorganizin...Jordan Rupprecht1-71/+84