summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/MachO/MachOReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy][MachO] Implement --add-sectionSeiya Nuta2019-12-161-7/+3
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-191-8/+10
* Revert "Introduce llvm-install-name-tool"Alexander Shaposhnikov2019-11-191-10/+8
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-191-8/+10
* [llvm-objcopy][MachO] Support indirect symbol tableSeiya Nuta2019-10-301-3/+10
* [llvm-objcopy][MachO] Implement --only-sectionSeiya Nuta2019-10-281-0/+1
* Recommit "[llvm-objcopy][MachO] Support load commands used in executables/sha...Seiya Nuta2019-08-191-0/+41
* Revert r369230 and r369231Seiya Nuta2019-08-191-41/+0
* [llvm-objcopy][MachO] Support load commands used in executables/shared librariesSeiya Nuta2019-08-191-0/+41
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [llvm-objcopy][MachO] Fix strict-aliasing warning. NFCISeiya Nuta2019-06-241-3/+1
* [llvm-objcopy][MachO] Rebuild the symbol/string table in the writerSeiya Nuta2019-06-211-25/+41
* [llvm-objcopy][MachO] Recompute and update offset/size fields in the writerSeiya Nuta2019-06-081-3/+5
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-5/+6
* Update new files added to llvm-objcopy to use the new file header.Chandler Carruth2019-02-111-4/+3
* [llvm-objcopy][NFC] Fix trailing semicolon warning.Clement Courbet2019-02-041-2/+2
* [llvm-objcopy] Add ability to copy MachO object filesAlexander Shaposhnikov2019-02-021-0/+225
OpenPOWER on IntegriCloud