summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Tools] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-221-1/+1
* [llvm-objcopy][ELF] Implement --only-keep-debugFangrui Song2019-11-051-8/+13
* [llvm-objcopy] Preserve .ARM.attributes section when stripping filesJames Henderson2019-10-311-0/+6
* [llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not existFangrui Song2019-10-171-4/+4
* [llvm-objcopy] Add --set-section-alignmentFangrui Song2019-10-021-0/+8
* [llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC.Seiya Nuta2019-09-241-2/+2
* [llvm-objcopy] Ignore -B --binary-architecture=Fangrui Song2019-09-141-3/+3
* [llvm-objcopy] Simplify --prefix-alloc-sectionsFangrui Song2019-09-111-53/+43
* Fix "enumeral and non-enumeral type in conditional expression" warnings. NFCI.Simon Pilgrim2019-09-041-1/+1
* [llvm-objcopy] Rename variable names "Section" to "Sec". NFCFangrui Song2019-09-041-5/+5
* [llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson2019-08-301-1/+3
* [llvm-objcopy] Strip debug sections when running with --strip-unneeded.Jordan Rupprecht2019-08-231-1/+1
* [llvm-objcopy][NFC] Refactor symbol/section matchingJordan Rupprecht2019-08-221-11/+10
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-6/+6
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-231-1/+1
* Revert [llvm-objcopy] Allow strip symtab from executables and DSOsJordan Rupprecht2019-07-101-1/+1
* [llvm-objcopy] Allow strip symtab from executables and DSOsEugene Leviant2019-07-051-1/+1
* [llvm-objcopy][NFC] Refactor output target parsing v2Seiya Nuta2019-07-051-6/+8
* Revert [llvm-objcopy][NFC] Refactor output target parsingRumeet Dhindsa2019-06-261-8/+6
* [llvm-objcopy][NFC] Refactor output target parsingSeiya Nuta2019-06-251-6/+8
* [llvm-objcopy] Implement IHEX readerEugene Leviant2019-06-131-0/+11
* Fix -Wunused-lambda-capture warning. NFCI.Simon Pilgrim2019-06-071-1/+1
* llvm-objcopy: Implement --extract-partition and --extract-main-partition.Peter Collingbourne2019-06-071-1/+11
* [llvm-objcopy] Implement IHEX writerEugene Leviant2019-05-291-18/+27
* [llvm-objcopy] - Strip undefined symbols if they are no longer referenced fol...George Rimar2019-05-241-1/+7
* [llvm-objcopy] Add file names to error messagesSeiya Nuta2019-05-231-15/+27
* [llvm-objcopy] Tidy up error messagesJames Henderson2019-05-221-24/+24
* [llvm-objcopy] Strip file symbols with --strip-unneededEugene Leviant2019-05-211-1/+1
* [llvm-objcopy] Cache gnu_debuglink's target CRCJames Henderson2019-05-141-1/+2
* [llvm-objcopy] Add --prefix-alloc-sectionsJames Henderson2019-05-081-1/+57
* [llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS promotionFangrui Song2019-05-011-7/+6
* [llvm-objcopy][llvm-strip] Add switch to allow removing referenced sectionsJames Henderson2019-04-181-2/+3
* [llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for some --set-section-flagsJordan Rupprecht2019-04-021-5/+16
* [llvm-objcopy][NFC] Move ELF-specific logic into /ELF/ directoryJordan Rupprecht2019-03-281-4/+20
* [llvm-objcopy] - Strip sections before symbols.George Rimar2019-03-261-2/+6
* [llvm-objcopy] - Refactor the code. NFC.George Rimar2019-03-251-96/+106
* [llvm-objcopy]Add support for *-freebsd output formatsJames Henderson2019-03-221-2/+6
* [llvm-objcopy] Make .build-id linking atomicJake Ehrlich2019-03-181-9/+43
* [llvm-objcopy] Delete unused parameter from replaceDebugSections. NFCFangrui Song2019-03-151-3/+3
* [llvm-objcopy]Don't implicitly strip sections in segmentsJames Henderson2019-03-141-2/+4
* Revert r356129 due to greendragon bot failuresJames Henderson2019-03-141-4/+2
* [llvm-objcopy]Don't implicitly strip sections in segmentsJames Henderson2019-03-141-2/+4
* [llvm-objcopy] Remove unneeded checks. NFCEugene Leviant2019-03-121-27/+23
* [llvm-objcopy] - Fix --compress-debug-sections when there are relocations.George Rimar2019-03-111-16/+13
* [llvm-objcopy] - Simplify `isCompressable` and fix the issue relative.George Rimar2019-03-051-11/+2
* Fix Wenum-compare gcc7 warning. NFCI.Simon Pilgrim2019-02-271-3/+3
* [llvm-objcopy] Add --set-start, --change-start and --adjust-startEugene Leviant2019-02-261-0/+2
* [llvm-objcopy] Add --add-symbolEugene Leviant2019-02-251-0/+8
* [llvm-objcopy] Add --strip-unneeded-symbol(s)Eugene Leviant2019-02-131-4/+10
* [llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferencesJordan Rupprecht2019-02-011-5/+11
OpenPOWER on IntegriCloud