summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objcopy
AgeCommit message (Expand)Author
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-09-09[DirectX] Add `extract-section` to `llvm-objcopy` and implement it for `DXCon...Finn Plummer
2025-07-17[llvm-objcopy][libObject] Add RISC-V big-endian support (#146913)Djordje Todorovic
2025-05-25[llvm-objcopy] Remove unused includes (NFC) (#141389)Kazu Hirata
2025-03-07[llvm-strip] Let llvm-strip continue on encountering an error (#129531)Tejas Vipin
2025-01-23Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin
2025-01-23Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin
2025-01-23[llvm-objcopy][ELF] Add an option to remove notes (#118739)Igor Kudrin
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-11-18[llvm-objcopy] Replace custom -- parsing with DashDashParsingFangrui Song
2024-08-28[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#106330)Kazu Hirata
2024-07-30[llvm-objcopy] Add --change-section-address (#98664)Eleanor Bonnici
2024-07-11[llvm-objcopy] Add verification of added .note section formatserge-sans-paille
2024-07-09[llvm-objcopy][COFF] Add aliases for some --subsystem options (#98036)Victor Campos
2024-07-08[llvm-objcopy] Add change-section-lma *+/-offset (#95431)Eleanor Bonnici
2024-05-22[llvm-objcopy] Check for missing argument values (#70710)Alexey Karyakin
2024-05-01[llvm-install-name-tool] Error on non-Mach-O binaries (#90351)Keith Smiley
2024-04-15[llvm-objcopy] Add --compress-sectionsFangrui Song
2024-04-05Revert "[llvm-objcopy] Add --compress-sections"Mitch Phillips
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song
2024-03-21[llvm-objcopy] Add --skip-symbol and --skip-symbols options (#80873)Ilia Kuklin
2024-03-12[llvm-objcopy] Remove unneeded #include. NFCFangrui Song
2024-03-12[llvm-objcopy] Use SmallVector to make some structs smaller. NFCFangrui Song
2024-02-28[llvm-objcopy] Add --set-symbol-visibility and --set-symbols-visibility optio...Ilia Kuklin
2024-02-27[llvm-objcopy] Improve help messages (#82830)Fangrui Song
2024-02-16[llvm-objcopy] Add SystemZ support (#81841)Ulrich Weigand
2024-02-09[llvm-objcopy] Support SREC output format (#75874)quic-areg
2024-02-07[llvm-objcopy] Add --remove-symbol-prefix (#79415)Yi Kong
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea
2023-12-14[llvm-objcopy] Add --gap-fill and --pad-to options (#65815)quic-akaryaki
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-12-03[llvm] Stop including vector (NFC)Kazu Hirata
2023-12-03[llvm] Stop including string (NFC)Kazu Hirata
2023-11-30[llvm] Stop including llvm/ADT/StringSet.h (NFC)Kazu Hirata
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda
2023-07-25[llvm-objcopy] --set-section-flags: allow "large" to add SHF_X86_64_LARGEThomas Köppe
2023-07-14[llvm-objcopy] Remove stray periods from usage textThomas Köppe
2023-06-26[llvm-objcopy] Add LoongArch supportWANG Xuerui
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille