aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objcopy
AgeCommit message (Expand)AuthorFilesLines
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-3/+3
2025-09-09[DirectX] Add `extract-section` to `llvm-objcopy` and implement it for `DXCon...Finn Plummer2-0/+14
2025-07-17[llvm-objcopy][libObject] Add RISC-V big-endian support (#146913)Djordje Todorovic1-0/+2
2025-05-25[llvm-objcopy] Remove unused includes (NFC) (#141389)Kazu Hirata1-14/+0
2025-03-07[llvm-strip] Let llvm-strip continue on encountering an error (#129531)Tejas Vipin1-2/+4
2025-01-23Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin3-0/+61
2025-01-23Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin3-61/+0
2025-01-23[llvm-objcopy][ELF] Add an option to remove notes (#118739)Igor Kudrin3-0/+61
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 Bonnici2-0/+78
2024-07-11[llvm-objcopy] Add verification of added .note section formatserge-sans-paille2-0/+13
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 Bonnici2-0/+44
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 Song2-0/+42
2024-04-05Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips2-42/+0
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song2-0/+42
2024-03-21[llvm-objcopy] Add --skip-symbol and --skip-symbols options (#80873)Ilia Kuklin2-0/+23
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 Kuklin2-0/+53
2024-02-27[llvm-objcopy] Improve help messages (#82830)Fangrui Song2-50/+52
2024-02-16[llvm-objcopy] Add SystemZ support (#81841)Ulrich Weigand1-0/+2
2024-02-09[llvm-objcopy] Support SREC output format (#75874)quic-areg2-0/+2
2024-02-07[llvm-objcopy] Add --remove-symbol-prefix (#79415)Yi Kong2-0/+9
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2023-12-14[llvm-objcopy] Add --gap-fill and --pad-to options (#65815)quic-akaryaki2-0/+41
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-12-03[llvm] Stop including vector (NFC)Kazu Hirata1-1/+0
2023-12-03[llvm] Stop including string (NFC)Kazu Hirata1-1/+0
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öppe2-3/+4
2023-07-14[llvm-objcopy] Remove stray periods from usage textThomas Köppe1-18/+18
2023-06-26[llvm-objcopy] Add LoongArch supportWANG Xuerui1-0/+4
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-1/+2
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+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-paille2-4/+4
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