aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objcopy
AgeCommit message (Expand)AuthorFilesLines
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
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-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
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 Song2-6/+7
2022-09-08Revert "[Support] Add llvm::compression::{getReasonIfUnsupported,compress,dec...Nikita Popov2-7/+6
2022-09-07[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song2-6/+7
2022-09-03[llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata1-38/+38
2022-08-28[llvm] Use llvm::find_if (NFC)Kazu Hirata1-4/+2
2022-08-22[llvm-objcopy][MachO] Remove more sections with llvm-bitcode-stripKeith Smiley1-0/+8
2022-07-29Revert D130458 "[llvm-objcopy] Support --{,de}compress-debug-sections for zstd"Fangrui Song2-17/+6
2022-07-28[llvm-objcopy] Support --{,de}compress-debug-sections for zstdFangrui Song2-6/+17
2022-07-25[llvm-objcopy] Simplify --compress-debug-sections handling with AliasArgs. NFCFangrui Song2-23/+15
2022-07-13[llvm-objcopy][ELF] Add --set-section-typeFangrui Song2-19/+34
2022-07-11[llvm-objcopy][ELF] Allow --set-section-flags src=... and --rename-section sr...Fangrui Song1-7/+1