summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy
Commit message (Expand)AuthorAgeFilesLines
* [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-224-44/+58
* [llvm-objcopy] Append '\n' to warning messagesFangrui Song2019-08-201-1/+1
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-08-201-1/+2
* [llvm-objcopy][MachO] Fix method names. NFC.Seiya Nuta2019-08-201-2/+2
* Recommit "[llvm-objcopy][MachO] Implement a layout algorithm for executables"Seiya Nuta2019-08-191-20/+46
* Recommit "[llvm-objcopy][MachO] Support load commands used in executables/sha...Seiya Nuta2019-08-199-210/+560
* [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar2019-08-191-12/+4
* Revert r369230 and r369231Seiya Nuta2019-08-199-586/+210
* [llvm-objcopy][MachO] Implement a layout algorithm for executablesSeiya Nuta2019-08-191-20/+46
* [llvm-objcopy][MachO] Support load commands used in executables/shared librariesSeiya Nuta2019-08-199-210/+560
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-155-17/+17
* [llvm-objcopy] Allow 'protected' visibility to be set when usingChris Jackson2019-08-152-1/+2
* [llvm-objcopy] Move duplicate tablegen from objcopy and strip into one fileMichael Pozulp2019-08-153-191/+155
* [llvm-strip] Support --strip-sectionsWolfgang Pieb2019-08-082-0/+4
* [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
OpenPOWER on IntegriCloud