aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
AgeCommit message (Expand)AuthorFilesLines
13 days[llvm-objcopy][libObject] Add RISC-V big-endian support (#146913)Djordje Todorovic1-0/+2
2025-01-23Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin1-0/+55
2025-01-23Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin1-55/+0
2025-01-23[llvm-objcopy][ELF] Add an option to remove notes (#118739)Igor Kudrin1-0/+55
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-24/+35
2024-11-18[llvm-objcopy] Replace custom -- parsing with DashDashParsingFangrui Song1-9/+3
2024-08-28[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#106330)Kazu Hirata1-3/+3
2024-07-30[llvm-objcopy] Add --change-section-address (#98664)Eleanor Bonnici1-0/+71
2024-07-11[llvm-objcopy] Add verification of added .note section formatserge-sans-paille1-0/+4
2024-07-09[llvm-objcopy][COFF] Add aliases for some --subsystem options (#98036)Victor Campos1-5/+6
2024-07-08[llvm-objcopy] Add change-section-lma *+/-offset (#95431)Eleanor Bonnici1-0/+40
2024-05-22[llvm-objcopy] Check for missing argument values (#70710)Alexey Karyakin1-0/+6
2024-05-01[llvm-install-name-tool] Error on non-Mach-O binaries (#90351)Keith Smiley1-0/+12
2024-04-15[llvm-objcopy] Add --compress-sectionsFangrui Song1-0/+36
2024-04-05Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips1-36/+0
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song1-0/+36
2024-03-21[llvm-objcopy] Add --skip-symbol and --skip-symbols options (#80873)Ilia Kuklin1-0/+9
2024-03-12[llvm-objcopy] Remove unneeded #include. NFCFangrui Song1-0/+1
2024-03-12[llvm-objcopy] Use SmallVector to make some structs smaller. NFCFangrui Song1-1/+1
2024-02-28[llvm-objcopy] Add --set-symbol-visibility and --set-symbols-visibility optio...Ilia Kuklin1-0/+42
2024-02-16[llvm-objcopy] Add SystemZ support (#81841)Ulrich Weigand1-0/+2
2024-02-09[llvm-objcopy] Support SREC output format (#75874)quic-areg1-0/+1
2024-02-07[llvm-objcopy] Add --remove-symbol-prefix (#79415)Yi Kong1-0/+4
2023-12-14[llvm-objcopy] Add --gap-fill and --pad-to options (#65815)quic-akaryaki1-0/+29
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-11-30[llvm] Stop including llvm/ADT/StringSet.h (NFC)Kazu Hirata1-1/+0
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-0/+1
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-1/+0
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner1-0/+1
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-52/+13
2023-07-25[llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGEThomas Köppe1-1/+2
2023-06-26[llvm-objcopy] Add LoongArch supportWANG Xuerui1-0/+4
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-8/+9
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-3/+3
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-26/+42
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-42/+26
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-26/+42
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-40/+30
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-30/+40
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-40/+30
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-30/+40
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-4/+4
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-10-12[llvm-objcopy] Support --decompress-debug-sections when zlib is disabledFangrui Song1-5/+0
2022-09-08[Support] Rename DebugCompressionType::Z to ZlibFangrui Song1-1/+1
2022-09-08[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song1-5/+6
2022-09-08Revert "[Support] Add llvm::compression::{getReasonIfUnsupported,compress,dec...Nikita Popov1-6/+5
2022-09-07[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song1-5/+6
2022-09-03[llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata1-38/+38