summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] Improve --add-section argument string parsingSergey Dmitriev2019-07-292-5/+11
* [llvm-objcopy] Add support for --add-section for COFFSergey Dmitriev2019-07-262-24/+54
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-233-1/+27
* [llvm-objcopy] Don't change permissions of non-regular output filesFangrui Song2019-07-111-2/+13
* 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-054-36/+90
* Fix patch not passing test casesAlex Brachet2019-07-051-1/+2
* [llvm-objcopy] Change handling of output file permissionsAlex Brachet2019-07-041-10/+26
* llvm-objcopy: silence warning introduced in r364296Nicolai Haehnle2019-06-262-2/+6
* Revert [llvm-objcopy][NFC] Refactor output target parsingRumeet Dhindsa2019-06-264-86/+36
* Revert [llvm-objcopy][NFCI] Fix build failure with GCCRumeet Dhindsa2019-06-261-2/+0
* [llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-linksJames Henderson2019-06-252-2/+2
* AMDGPU/MC: Add .amdgpu_lds directiveNicolai Haehnle2019-06-252-13/+15
* [llvm-objcopy][NFCI] Fix build failure with GCCSeiya Nuta2019-06-251-0/+2
* [llvm-objcopy][NFC] Refactor output target parsingSeiya Nuta2019-06-254-36/+86
* [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-217-76/+136
* [llvm-strip] Error when using stdin twiceAlex Brachet2019-06-183-4/+27
* [llvm-objcopy] Add elf32-sparc and elf32-sparcel targetSeiya Nuta2019-06-171-0/+3
* [objcopy] Error when --preserve-dates is specified with standard streamsAlex Brachet2019-06-151-2/+12
* [llvm-objcopy] Remove no-op flush of errsAlex Brachet2019-06-141-1/+0
* [llvm-objcopy] Changed command line parsing errorsAlex Brachet2019-06-142-19/+19
* [llvm-objcopy] Fix sparc target endiannessSeiya Nuta2019-06-131-1/+2
* [llvm-objcopy] Implement IHEX readerEugene Leviant2019-06-135-49/+302
* [llvm-objcopy] Fix SHT_GROUP ordering.Jordan Rupprecht2019-06-101-2/+8
* Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-06-101-1/+1
* [llvm-objcopy][MachO] Recompute and update offset/size fields in the writerSeiya Nuta2019-06-085-11/+262
* 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-076-36/+97
* [llvm-objcopy] - Emit error and don't crash if program header reaches past en...George Rimar2019-06-071-0/+5
* [llvm-objcopy] test commitAlex Brachet2019-06-011-1/+1
* [llvm-objcopy] Remove %p format specifiersEugene Leviant2019-05-301-2/+2
* [llvm-objcopy][MachO] Print an error message on use of unsupported optionsSeiya Nuta2019-05-291-1/+37
* Attempt to fix buildbot after r361949Eugene Leviant2019-05-291-1/+1
* [llvm-objcopy] Implement IHEX writerEugene Leviant2019-05-294-20/+432
* [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-226-107/+107
* [llvm-objcopy] Strip file symbols with --strip-unneededEugene Leviant2019-05-211-1/+1
* [llvm-objcopy] Cache gnu_debuglink's target CRCJames Henderson2019-05-145-20/+30
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-142-7/+8
* [llvm-objcopy] Improve error message for unrecognised archive memberJames Henderson2019-05-081-6/+6
* [llvm-objcopy] Add --prefix-alloc-sectionsJames Henderson2019-05-085-10/+73
* [llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::addSymbol - shadow ...George Rimar2019-05-082-3/+3
* Let --discard-all imply --strip-debug.Sid Manning2019-05-031-0/+5
* [llvm-strip]Add --no-strip-all to disable --strip-all behaviour (including de...James Henderson2019-05-022-3/+7
OpenPOWER on IntegriCloud