aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objcopy/llvm-objcopy.cpp
AgeCommit message (Expand)AuthorFilesLines
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 Kudrin1-0/+2
2025-01-23Revert "[llvm-objcopy][ELF] Add an option to remove notes (#118739)"Igor Kudrin1-2/+0
2025-01-23[llvm-objcopy][ELF] Add an option to remove notes (#118739)Igor Kudrin1-0/+2
2024-02-09[llvm-objcopy] Support SREC output format (#75874)quic-areg1-0/+1
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2023-12-03[llvm] Stop including string (NFC)Kazu Hirata1-1/+0
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-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-06-06LLVM Driver Multicall toolChris Bieneman1-1/+1
2022-04-26[llvm-objcopy][NFC] rename variable.Alexey Lapshin1-6/+7
2022-04-22[llvm-objcopy][NFC] refactor restoreStatOnFile out of llvm-objcopy.Alexey Lapshin1-59/+10
2022-03-04[llvm] add -r functionality to llvm-bitcode-stripRichard Howell1-1/+1
2022-02-17[llvm-objcopy][NFC] Move core implementation of llvm-objcopy into separate li...Alexey Lapshin1-142/+11
2021-12-09[llvm] Add null-termination capability to SmallVectorMemoryBufferJan Svoboda1-1/+2
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-06-21[llvm-objcopy] Internalize some symbolsFangrui Song1-11/+5
2021-06-21[llvm-objcopy] Delete empty namespace. NFCFangrui Song1-4/+0
2021-05-20[llvm-objcopy] Refactor CopyConfig structure.Alexey Lapshin1-40/+75
2021-04-12Fix chrome os failure after 021de7cf80268091cf13485a538b611b37d0b33e.Alexey Lapshin1-6/+6
2021-03-22[llvm-objcopy][Support] move writeToOutput helper function to Support.Alexey Lapshin1-31/+3
2021-03-18[llvm-objcopy] remove split dwo file creation from executeObjcopyOnBinary.Alexey Lapshin1-26/+50
2021-03-17[llvm-objcopy][NFC] Move ownership keeping code into restoreStatOnFile().Alexey Lapshin1-20/+12
2021-03-10[llvm-objcopy][NFC] replace class Buffer/MemBuffer/FileBuffer with streams.Alexey Lapshin1-24/+76
2021-02-24[llvm-objcopy] If input=output, preserve umask bits, otherwise drop S_ISUID/S...Fangrui Song1-13/+11
2021-02-12[llvm-objcopy] preserve file ownership when overwritten by rootJian Cai1-1/+4
2020-10-22[llvm-objcopy][NFC] Extract arg parsing logic into a helper functionKeith Smiley1-30/+26
2020-10-06[llvm-objcopy][MachO] Add support for universal binariesAlexander Shaposhnikov1-3/+23
2020-10-06Revert "[llvm-objcopy][MachO] Add support for universal binaries"Dmitri Gribenko1-23/+3
2020-10-06Revert "[llvm-objcopy][MachO] Add missing std::move."Dmitri Gribenko1-1/+1
2020-10-05[llvm-objcopy][MachO] Add missing std::move.Alexander Shaposhnikov1-1/+1
2020-10-05[llvm-objcopy][MachO] Add support for universal binariesAlexander Shaposhnikov1-3/+23
2020-10-02[llvm-objcopy][NFC] refactor error handling. part 3.Alexey Lapshin1-31/+0
2020-09-18[llvm-objcopy][MachO] Add llvm-bitcode-strip driverAlexander Shaposhnikov1-6/+11
2020-03-23[llvm-objcopy] Improve tool selection logic to recognize llvm-strip-$major as...Fangrui Song1-5/+19
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner1-0/+1
2020-01-29[llvm-objcopy] Initial support for wasm in llvm-objcopyDerek Schuff1-1/+5
2020-01-29Revert "[llvm-objcopy] Initial support for wasm in llvm-objcopy"Derek Schuff1-5/+1
2020-01-28[llvm-objcopy] Initial support for wasm in llvm-objcopyDerek Schuff1-1/+5
2019-11-19Introduce llvm-install-name-toolAlexander Shaposhnikov1-5/+15
2019-11-19Revert "Introduce llvm-install-name-tool"Alexander Shaposhnikov1-15/+5
2019-11-19Introduce llvm-install-name-toolAlexander Shaposhnikov1-5/+15
2019-11-06Revert "Introduce llvm-install-name-tool"Alexander Shaposhnikov1-15/+5
2019-11-06Introduce llvm-install-name-toolAlexander Shaposhnikov1-5/+15
2019-10-17[llvm-objcopy] Add support for shell wildcardsJordan Rupprecht1-1/+1
2019-09-24 [llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC.Seiya Nuta1-12/+17
2019-09-14[llvm-objcopy] Add support for response files in llvm-strip and llvm-objcopyMichael Pozulp1-2/+20
2019-08-20[llvm-objcopy] Append '\n' to warning messagesFangrui Song1-1/+1