summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/ELF
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] Avoid invalid Sec.Offset after D79229Fangrui Song2020-05-031-4/+4
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-011-6/+7
* [Tools] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-221-1/+1
* [llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where t...Fangrui Song2019-12-151-23/+13
* Fix cppcheck shadow variable warning. NFC.Simon Pilgrim2019-11-181-3/+3
* llvm-objcopy - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-181-16/+16
* [llvm-objcopy][ELF] Implement --only-keep-debugFangrui Song2019-11-053-23/+116
* [llvm-objcopy][ELF] Add OriginalType & OriginalFlagsFangrui Song2019-11-052-23/+26
* [llvm-objcopy] --add-symbol: address post-commit reviews of D69093Fangrui Song2019-10-311-17/+18
* [llvm-objcopy] Preserve .ARM.attributes section when stripping filesJames Henderson2019-10-311-0/+6
* [llvm-objcopy] - Do not crash on object that has relocations but no symbol ta...Georgii Rymar2019-10-301-5/+16
* [llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not existFangrui Song2019-10-173-20/+41
* [llvm-objcopy] Add --set-section-alignmentFangrui Song2019-10-021-0/+8
* [NFC] Add { } to silence compiler warning [-Wmissing-braces].Huihui Zhang2019-09-251-1/+1
* [llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC.Seiya Nuta2019-09-243-2/+179
* [llvm-objcopy] Ignore -B --binary-architecture=Fangrui Song2019-09-143-15/+11
* [llvm-objcopy] Simplify --prefix-alloc-sectionsFangrui Song2019-09-111-53/+43
* [llvm-objcopy] Rename SHOffset (e_shoff) field to SHOff. NFCFangrui Song2019-09-072-7/+7
* Fix "enumeral and non-enumeral type in conditional expression" warnings. NFCI.Simon Pilgrim2019-09-041-1/+1
* [llvm-objcopy] Add objcopy::elf::Object::allocSections to simplify loops on S...Fangrui Song2019-09-042-22/+21
* [llvm-objcopy] Rename variable names "Section" to "Sec". NFCFangrui Song2019-09-042-71/+65
* [llvm-objcopy] Fix some identifier names in comments. NFCFangrui Song2019-09-041-5/+5
* [llvm-objcopy] Simplify alignToAddr with llvm::alignToFangrui Song2019-08-311-15/+2
* [llvm-objcopy] Allow the visibility of symbols created by --binary andChris Jackson2019-08-303-9/+16
* [llvm-objcopy] Strip debug sections when running with --strip-unneeded.Jordan Rupprecht2019-08-231-1/+1
* Fight a bit against global initializers. NFC.Benjamin Kramer2019-08-221-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-153-14/+14
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-233-1/+27
* Revert [llvm-objcopy] Allow strip symtab from executables and DSOsJordan Rupprecht2019-07-103-25/+1
* [llvm-objcopy] Allow strip symtab from executables and DSOsEugene Leviant2019-07-053-1/+25
* [llvm-objcopy][NFC] Refactor output target parsing v2Seiya Nuta2019-07-051-6/+8
* llvm-objcopy: silence warning introduced in r364296Nicolai Haehnle2019-06-262-2/+6
* Revert [llvm-objcopy][NFC] Refactor output target parsingRumeet Dhindsa2019-06-261-8/+6
* AMDGPU/MC: Add .amdgpu_lds directiveNicolai Haehnle2019-06-252-13/+15
* [llvm-objcopy][NFC] Refactor output target parsingSeiya Nuta2019-06-251-6/+8
* [llvm-objcopy] Implement IHEX readerEugene Leviant2019-06-134-46/+285
* [llvm-objcopy] Fix SHT_GROUP ordering.Jordan Rupprecht2019-06-101-2/+8
* Unbreak 32-bit build.Peter Collingbourne2019-06-071-1/+1
* Fix -Wunused-lambda-capture warning. NFCI.Simon Pilgrim2019-06-071-1/+1
* llvm-objcopy: Implement --extract-partition and --extract-main-partition.Peter Collingbourne2019-06-073-36/+79
* [llvm-objcopy] - Emit error and don't crash if program header reaches past en...George Rimar2019-06-071-0/+5
* [llvm-objcopy] Remove %p format specifiersEugene Leviant2019-05-301-2/+2
* Attempt to fix buildbot after r361949Eugene Leviant2019-05-291-1/+1
* [llvm-objcopy] Implement IHEX writerEugene Leviant2019-05-293-19/+430
* [llvm-objcopy] - Strip undefined symbols if they are no longer referenced fol...George Rimar2019-05-241-1/+7
* llvm-objcopy: Change sectionWithinSegment() to use virtual addresses instead ...Peter Collingbourne2019-05-241-0/+14
* [llvm-objcopy] - Many minor NFC changes to cleanup/improve the code in ELF/Ob...George Rimar2019-05-231-106/+85
* [llvm-objcopy] Add file names to error messagesSeiya Nuta2019-05-231-15/+27
* [llvm-objcopy] Tidy up error messagesJames Henderson2019-05-222-90/+90
OpenPOWER on IntegriCloud