aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjCopy
AgeCommit message (Expand)AuthorFilesLines
11 days[NFC][DirectX] Clean-up `llvm-objcopy` to be consistent across implementation...Finn Plummer1-25/+26
2026-01-14[ELF][Objcopy] Dont corrupt symbol table when `--update-section` is called fo...Dmitry Nechitaev1-6/+13
2025-12-12[llvm-objcopy] Allow -p on COFF targets (#171237)Jacek Caban1-3/+2
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry3-3/+0
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata3-5/+4
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille1-1/+0
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille1-1/+0
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata4-8/+8
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata1-6/+6
2025-10-14[ObjCopy][DX] Support for -dump-section flag (#159999)Chris B2-8/+50
2025-09-09[DirectX] Add `extract-section` to `llvm-objcopy` and implement it for `DXCon...Finn Plummer2-7/+47
2025-09-08[DirectX] Add `only-section` to `llvm-objcopy` for `DXContainer` (#156372)Finn Plummer2-8/+14
2025-09-03[llvm-objcopy][COFF] Update .symidx values after stripping (#153322)Evgenii Kudriashov4-0/+80
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger2-1/+5
2025-08-21[DirectX] Add support for `remove-section` of `DXContainer` for `llvm-objcopy...Finn Plummer5-8/+56
2025-08-20[DirectX] Add boilerplate integration of `objcopy` for `DXContainerObjectFile...Finn Plummer9-0/+309
2025-08-06[ObjCopy] Remove unnecessary casts (NFC) (#152261)Kazu Hirata1-8/+8
2025-07-30[llvm-objcopy] [COFF] Ignore associative sections in executables (#151143)Martin Storsjö1-1/+1
2025-07-20MC: Rename isVirtualSection to isBssSectionFangrui Song2-4/+4
2025-06-27[objcopy][coff] Place section name first in strtab (#145266)Haohai Wen1-2/+5
2025-06-16[objcopy][MachO] Revert special handling of encryptable binaries (#144058)Daniel Rodríguez Troitiño4-19/+0
2025-06-08[llvm] Compare std::optional<T> to values directly (NFC) (#143340)Kazu Hirata1-1/+1
2025-06-06[SystemZ][z/OS] add back headers needed for strnlen, autoconversionAbhina Sreeskantharajan3-0/+3
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata3-3/+0
2025-05-11[llvm-objcopy] Fix some namespace style issuesFangrui Song4-27/+13
2025-05-10[ObjCopy] Use StringRef::starts_with (NFC) (#139408)Kazu Hirata1-2/+1
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata1-1/+0
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata1-1/+0
2025-04-26[llvm] Use llvm::copy (NFC) (#137470)Kazu Hirata5-8/+8
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata1-2/+2
2025-04-13[ObjCopy] Use llvm::reverse (NFC) (#135559)Kazu Hirata1-2/+1
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata2-4/+2
2025-03-14[llvm-objcopy] Apply encryptable offset to first segment, not section (#130517)Daniel Rodríguez Troitiño1-5/+8
2025-03-11[llvm-objcopy,ELF] --discard-locals/--discard-all: allow and keep symbols ref...Fangrui Song1-12/+13
2025-02-27[llvm-objcopy] Let --change-section-lma change segments wth filesz=0,… (#12...Jonathon Penix1-1/+1
2025-02-23[llvm-objcopy][mach-o] Fix section finding logic for object files (#127604)Dmitry Nechitaev1-0/+18
2025-02-08[llvm-objcopy] Fix prints wrong path when dump-section output path doesn't ex...Amr Hesham3-49/+52
2025-01-23Reapply "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin3-16/+145
2025-01-23Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin3-144/+16
2025-01-23[llvm-objcopy][ELF] Add an option to remove notes (#118739)Igor Kudrin3-16/+144
2025-01-08[ObjCopy] Respect requirements of LC_ENCRYPTION_INFO commands (#120995)Daniel Rodríguez Troitiño4-0/+16
2025-01-04[objcopy][COFF] Do not strip .rdata section with --only-keep-debug (#121653)Billy Laws1-1/+9
2024-12-24[llvm-objcopy] Add support of symbol modification flags for MachO (#120895)Richard Dzenis4-12/+43
2024-11-29[llvm-objcopy] Always update indirectsymoff in MachO (#117726)Richard Dzenis1-7/+4
2024-11-17[ObjCopy] Remove unused includes (NFC) (#116534)Kazu Hirata10-23/+4
2024-09-22[llvm] Use std::optional::value_or (NFC) (#109568)Kazu Hirata1-2/+1
2024-08-19[llvm-objcopy][WebAssembly] Allow --strip-debug to operate on relocatable fil...upstream/mainSam Clegg4-3/+19
2024-07-30[llvm-objcopy] Add --change-section-address (#98664)Eleanor Bonnici2-4/+58
2024-07-11[llvm-objcopy] Add verification of added .note section formatserge-sans-paille1-6/+61
2024-07-09[llvm-objcopy] Remove references for empty section groups (#98106)Pranav Kant2-0/+12