summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy][MachO] Implement --update-sectionbase_offsetAlex Brachet2022-01-231-0/+56
* [llvm] Add null-termination capability to SmallVectorMemoryBufferJan Svoboda2021-12-091-3/+2
* [llvm-obcopy][MachO] Add error for MH_PRELOADKeith Smiley2021-11-121-0/+5
* Regenerate LC_CODE_SIGNATURE during llvm-objcopy operationsNuri Amari2021-10-261-1/+3
* [llvm-objcopy][NFC] Refactor CopyConfig structure - categorize options.Alexey Lapshin2021-09-081-24/+30
* [llvm-objcopy][MachO] Fix namespace style issuesFangrui Song2021-06-231-13/+11
* [llvm-objcopy][MachO] Do not strip symbols with the flag REFERENCED_DYNAMICAL...Alexander Shaposhnikov2021-06-111-0/+2
* [llvm-objcopy] Refactor CopyConfig structure.Alexey Lapshin2021-05-201-32/+22
* [llvm-objcopy][NFC] replace class Buffer/MemBuffer/FileBuffer with streams.Alexey Lapshin2021-03-101-17/+20
* [llvm-objcopy][MachO] Add support for --keep-undefinedAlexander Shaposhnikov2021-03-081-0/+2
* [llvm-objcopy] Delete --build-id-link-{dir,input,output}Fangrui Song2021-02-151-8/+6
* [llvm] Use *Set::contains (NFC)Kazu Hirata2021-01-111-4/+4
* [llvm-objcopy][MachO] Fix adding multiple sectionsCornelius Aschermann2020-11-071-1/+3
* [llvm-objcopy][MachO] Make isValidMachOCannonicalName staticAlexander Shaposhnikov2020-11-041-1/+1
* [llvm-install-name-tool] Quote passed rpath args in error messagesKeith Smiley2020-10-281-6/+6
* [llvm-install-name-tool] Add -prepend_rpath optionKeith Smiley2020-10-231-0/+16
* [llvm-install-name-tool] Add -delete_all_rpaths optionTobias Hieta2020-10-131-1/+7
* [llvm-objcopy][MachO] Add support for universal binariesAlexander Shaposhnikov2020-10-061-0/+73
* Revert "[llvm-objcopy][MachO] Add support for universal binaries"Dmitri Gribenko2020-10-061-72/+0
* [llvm-objcopy][MachO] Add support for universal binariesAlexander Shaposhnikov2020-10-051-0/+72
* [llvm-objcopy][NFC] refactor error handling. part 1.Alexey Lapshin2020-09-241-7/+4
* [llvm-objcopy][MachO] Fix --add-sectionAlexander Shaposhnikov2020-09-241-0/+5
* [llvm-objcopy][MachO] Clean up the interface of ObjectAlexander Shaposhnikov2020-09-181-1/+1
* [llvm-install-name-tool] Validate -id value earlyAlexander Shaposhnikov2020-09-181-7/+3
* [NFC][llvm-objcopy] Fix redundant config checks.Jordan Rupprecht2020-08-111-2/+1
* [llvm-install-name-tool] Merge install-name optionsSameer Arora2020-07-061-94/+98
* Temporarily Revert "[llvm-install-name-tool] Merge install-name options" as i...Eric Christopher2020-07-061-98/+94
* [llvm-install-name-tool] Merge install-name optionsSameer Arora2020-07-061-94/+98
* [llvm-install-name-tool] Add -change optionSameer Arora2020-06-301-8/+23
* [llvm-install-name-tool] Add -id optionSameer Arora2020-06-301-0/+13
* [llvm-objcopy][MachO] Fix segment size alignmentAlexander Shaposhnikov2020-06-291-3/+12
* [llvm-objcopy] Fix "unused-function" warning in NDEBUG buildsBjorn Pettersson2020-06-291-0/+2
* [llvm-install-name-tool] Add support for -rpath optionAlexander Shaposhnikov2020-06-261-7/+57
* [llvm-install-name-tool] Implement delete_rpath optionAlexander Shaposhnikov2020-06-221-0/+37
* [llvm-objcopy][MachO] Fix cmdsize of LC_RPATHAlexander Shaposhnikov2020-06-111-1/+1
* [llvm-objcopy] Reorder --dump-section for MachOSameer Arora2020-06-051-8/+9
* [llvm-objcopy][MachO] Add support for removing Swift symbolsAlexander Shaposhnikov2020-05-261-1/+5
* [llvm-objcopy][MachO] Fix code formattingAlexander Shaposhnikov2020-05-171-1/+3
* [llvm-objcopy][MachO] Make --remove-section clean up dead symbolsAlexander Shaposhnikov2020-04-221-2/+4
* Reland D76675 [llvm-objcopy] Match GNU behaviour regarding file symbolsFangrui Song2020-04-201-5/+4
* [llvm-objcopy] Enable --discard-all for MachOAlexander Shaposhnikov2020-02-261-3/+7
* [llvm-objcopy][MachO] Change the storage of sectionsAlexander Shaposhnikov2020-02-211-16/+16
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-1/+1
* [llvm-objcopy][MachO] Implement --add-sectionSeiya Nuta2019-12-161-5/+65
* [llvm-objcopy][MachO] Implement --dump-sectionSeiya Nuta2019-11-251-5/+34
* [llvm-objcopy][MachO] Implement --strip-debugFangrui Song2019-11-211-3/+3
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-191-1/+25
* Revert "Introduce llvm-install-name-tool"Alexander Shaposhnikov2019-11-191-25/+1
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-191-1/+25
* [llvm-objcopy][MachO] Implement --redefine-sym and --redefine-symsFangrui Song2019-11-151-3/+9