summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r356129 due to greendragon bot failuresJames Henderson2019-03-143-17/+15
* [llvm-objcopy]Don't implicitly strip sections in segmentsJames Henderson2019-03-143-15/+17
* [llvm-objcopy][NFC] Remove unnecessary llvm-objcopy.h #includesJordan Rupprecht2019-03-135-5/+0
* [llvm-objcopy] Cleanup errors from CopyConfig and remove llvm-objcopy.h depen...Jordan Rupprecht2019-03-131-14/+24
* [llvm-objcopy] Remove unneeded checks. NFCEugene Leviant2019-03-121-27/+23
* llvm-objcopy: Remove unused field. NFCI.Peter Collingbourne2019-03-122-9/+3
* [llvm-objcopy] - Fix --compress-debug-sections when there are relocations.George Rimar2019-03-113-16/+32
* [llvm-objcopy] - Remove dead code. NFCI.George Rimar2019-03-061-7/+1
* [llvm-objcopy] - Remove an excessive zlib::isAvailable() check and dead code.George Rimar2019-03-061-6/+0
* [llvm-objcopy] - Fix incorrect CompressedSection creation.George Rimar2019-03-061-1/+2
* [llvm-objcopy] - Simplify `isCompressable` and fix the issue relative.George Rimar2019-03-051-11/+2
* [llvm-objcopy] - Report "no zlib available" error properly when --compress-de...George Rimar2019-03-051-4/+4
* [llvm-objdump] - Improve the error message for "removing a section that is us...George Rimar2019-02-281-6/+6
* [llvm-objcopy] - Check for invalidated relocations when removing a section.George Rimar2019-02-272-6/+26
* Fix Wenum-compare gcc7 warning. NFCI.Simon Pilgrim2019-02-271-3/+3
* [llvm-objcopy] Add --set-start, --change-start and --adjust-startEugene Leviant2019-02-265-1/+48
* [llvm-objcopy] Add --add-symbolEugene Leviant2019-02-256-2/+106
* [llvm-objcopy][NFC] Add std::move() to fix older BBJordan Rupprecht2019-02-211-2/+2
* [llvm-objcopy][NFC] More error cleanupJordan Rupprecht2019-02-213-89/+177
* [llvm-objcopy] Make removeSectionReferences batchedJordan Rupprecht2019-02-212-17/+31
* [llvm-objcopy] Add --strip-unneeded-symbol(s)Eugene Leviant2019-02-135-8/+32
* Small refactoring of FileError. NFC.Eugene Leviant2019-02-113-9/+3
* Update new files added to llvm-objcopy to use the new file header.Chandler Carruth2019-02-117-28/+21
* [llvm-objcopy] Add few file processing directivesEugene Leviant2019-02-082-5/+38
* [llvm-objcopy] Add --redefine-symsEugene Leviant2019-02-084-4/+50
* [llvm-objcopy] Allow regular expressions in name comparisonEugene Leviant2019-02-064-26/+59
* [ADT] Add a fallible_iterator wrapper.Lang Hames2019-02-051-3/+0
* [llvm-objcopy][NFC] simplify an error returnJordan Rupprecht2019-02-041-3/+1
* [llvm-objcopy][NFC] Use StringSaver for --keep-global-symbolsJordan Rupprecht2019-02-042-7/+11
* [llvm-objcopy][NFC] Fix trailing semicolon warning.Clement Courbet2019-02-041-2/+2
* [llvm-objcopy] Add ability to copy MachO object filesAlexander Shaposhnikov2019-02-029-0/+962
* [llvm-objcopy][NFC] More error propagation (executeObjcopyOnArchive)Jordan Rupprecht2019-02-011-14/+18
* [llvm-strip] Implement --keep-file-symbolsEugene Leviant2019-02-012-0/+4
* [llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferencesJordan Rupprecht2019-02-013-61/+84
* [llvm-objcopy] Skip --localize-symbol for undefined symbolsJordan Rupprecht2019-01-311-1/+3
* [llvm-strip] Add --strip-symbolEugene Leviant2019-01-312-4/+11
* [llvm-objcopy][NFC] More error propagation (linkToBuildIdDir)Jordan Rupprecht2019-01-301-13/+21
* [llvm-objcopy] Support -X|--discard-locals.Jordan Rupprecht2019-01-306-12/+41
* [llvm-objcopy][NFC] More error propagationJordan Rupprecht2019-01-305-47/+64
* [llvm-objcopy] Implement --set-section-flags.Jordan Rupprecht2019-01-295-38/+104
* [llvm-objcopy] Fix crash when writing empty binary outputJordan Rupprecht2019-01-282-0/+25
* [llvm-objcopy] Add support for -g as an alias for --strip-debugDouglas Yung2019-01-251-0/+2
* [llvm-objcopy] [COFF] Error out on use of unhandled optionsMartin Storsjo2019-01-231-0/+15
* [llvm-objcopy] [COFF] Fix handling of aux symbols for big objectsMartin Storsjo2019-01-236-26/+76
* [llvm-objcopy] [COFF] Clear the unwritten tail of coff_section::Header::NameMartin Storsjo2019-01-231-0/+1
* Reapply: [llvm-objcopy] [COFF] Implement --add-gnu-debuglinkMartin Storsjo2019-01-235-7/+95
* [llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),...Jordan Rupprecht2019-01-228-34/+63
* Revert "[llvm-objcopy] [COFF] Implement --add-gnu-debuglink"Martin Storsjo2019-01-225-95/+7
* [llvm-objcopy] [COFF] Implement --add-gnu-debuglinkMartin Storsjo2019-01-225-7/+95
* [llvm-objcopy] [COFF] Update symbol indices in weak externalsMartin Storsjo2019-01-225-6/+40
OpenPOWER on IntegriCloud