| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Tools] Fixes -Wrange-loop-analysis warnings | Mark de Wever | 2019-12-22 | 1 | -1/+1 |
| * | [llvm-objcopy][ELF] Implement --only-keep-debug | Fangrui Song | 2019-11-05 | 1 | -8/+13 |
| * | [llvm-objcopy] Preserve .ARM.attributes section when stripping files | James Henderson | 2019-10-31 | 1 | -0/+6 |
| * | [llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB does not exist | Fangrui Song | 2019-10-17 | 1 | -4/+4 |
| * | [llvm-objcopy] Add --set-section-alignment | Fangrui Song | 2019-10-02 | 1 | -0/+8 |
| * | [llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC. | Seiya Nuta | 2019-09-24 | 1 | -2/+2 |
| * | [llvm-objcopy] Ignore -B --binary-architecture= | Fangrui Song | 2019-09-14 | 1 | -3/+3 |
| * | [llvm-objcopy] Simplify --prefix-alloc-sections | Fangrui Song | 2019-09-11 | 1 | -53/+43 |
| * | Fix "enumeral and non-enumeral type in conditional expression" warnings. NFCI. | Simon Pilgrim | 2019-09-04 | 1 | -1/+1 |
| * | [llvm-objcopy] Rename variable names "Section" to "Sec". NFC | Fangrui Song | 2019-09-04 | 1 | -5/+5 |
| * | [llvm-objcopy] Allow the visibility of symbols created by --binary and | Chris Jackson | 2019-08-30 | 1 | -1/+3 |
| * | [llvm-objcopy] Strip debug sections when running with --strip-unneeded. | Jordan Rupprecht | 2019-08-23 | 1 | -1/+1 |
| * | [llvm-objcopy][NFC] Refactor symbol/section matching | Jordan Rupprecht | 2019-08-22 | 1 | -11/+10 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -6/+6 |
| * | [llvm-objcopy] Allow strip symtab in executables and DSOs | Eugene Leviant | 2019-07-23 | 1 | -1/+1 |
| * | Revert [llvm-objcopy] Allow strip symtab from executables and DSOs | Jordan Rupprecht | 2019-07-10 | 1 | -1/+1 |
| * | [llvm-objcopy] Allow strip symtab from executables and DSOs | Eugene Leviant | 2019-07-05 | 1 | -1/+1 |
| * | [llvm-objcopy][NFC] Refactor output target parsing v2 | Seiya Nuta | 2019-07-05 | 1 | -6/+8 |
| * | Revert [llvm-objcopy][NFC] Refactor output target parsing | Rumeet Dhindsa | 2019-06-26 | 1 | -8/+6 |
| * | [llvm-objcopy][NFC] Refactor output target parsing | Seiya Nuta | 2019-06-25 | 1 | -6/+8 |
| * | [llvm-objcopy] Implement IHEX reader | Eugene Leviant | 2019-06-13 | 1 | -0/+11 |
| * | Fix -Wunused-lambda-capture warning. NFCI. | Simon Pilgrim | 2019-06-07 | 1 | -1/+1 |
| * | llvm-objcopy: Implement --extract-partition and --extract-main-partition. | Peter Collingbourne | 2019-06-07 | 1 | -1/+11 |
| * | [llvm-objcopy] Implement IHEX writer | Eugene Leviant | 2019-05-29 | 1 | -18/+27 |
| * | [llvm-objcopy] - Strip undefined symbols if they are no longer referenced fol... | George Rimar | 2019-05-24 | 1 | -1/+7 |
| * | [llvm-objcopy] Add file names to error messages | Seiya Nuta | 2019-05-23 | 1 | -15/+27 |
| * | [llvm-objcopy] Tidy up error messages | James Henderson | 2019-05-22 | 1 | -24/+24 |
| * | [llvm-objcopy] Strip file symbols with --strip-unneeded | Eugene Leviant | 2019-05-21 | 1 | -1/+1 |
| * | [llvm-objcopy] Cache gnu_debuglink's target CRC | James Henderson | 2019-05-14 | 1 | -1/+2 |
| * | [llvm-objcopy] Add --prefix-alloc-sections | James Henderson | 2019-05-08 | 1 | -1/+57 |
| * | [llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS promotion | Fangrui Song | 2019-05-01 | 1 | -7/+6 |
| * | [llvm-objcopy][llvm-strip] Add switch to allow removing referenced sections | James Henderson | 2019-04-18 | 1 | -2/+3 |
| * | [llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for some --set-section-flags | Jordan Rupprecht | 2019-04-02 | 1 | -5/+16 |
| * | [llvm-objcopy][NFC] Move ELF-specific logic into /ELF/ directory | Jordan Rupprecht | 2019-03-28 | 1 | -4/+20 |
| * | [llvm-objcopy] - Strip sections before symbols. | George Rimar | 2019-03-26 | 1 | -2/+6 |
| * | [llvm-objcopy] - Refactor the code. NFC. | George Rimar | 2019-03-25 | 1 | -96/+106 |
| * | [llvm-objcopy]Add support for *-freebsd output formats | James Henderson | 2019-03-22 | 1 | -2/+6 |
| * | [llvm-objcopy] Make .build-id linking atomic | Jake Ehrlich | 2019-03-18 | 1 | -9/+43 |
| * | [llvm-objcopy] Delete unused parameter from replaceDebugSections. NFC | Fangrui Song | 2019-03-15 | 1 | -3/+3 |
| * | [llvm-objcopy]Don't implicitly strip sections in segments | James Henderson | 2019-03-14 | 1 | -2/+4 |
| * | Revert r356129 due to greendragon bot failures | James Henderson | 2019-03-14 | 1 | -4/+2 |
| * | [llvm-objcopy]Don't implicitly strip sections in segments | James Henderson | 2019-03-14 | 1 | -2/+4 |
| * | [llvm-objcopy] Remove unneeded checks. NFC | Eugene Leviant | 2019-03-12 | 1 | -27/+23 |
| * | [llvm-objcopy] - Fix --compress-debug-sections when there are relocations. | George Rimar | 2019-03-11 | 1 | -16/+13 |
| * | [llvm-objcopy] - Simplify `isCompressable` and fix the issue relative. | George Rimar | 2019-03-05 | 1 | -11/+2 |
| * | Fix Wenum-compare gcc7 warning. NFCI. | Simon Pilgrim | 2019-02-27 | 1 | -3/+3 |
| * | [llvm-objcopy] Add --set-start, --change-start and --adjust-start | Eugene Leviant | 2019-02-26 | 1 | -0/+2 |
| * | [llvm-objcopy] Add --add-symbol | Eugene Leviant | 2019-02-25 | 1 | -0/+8 |
| * | [llvm-objcopy] Add --strip-unneeded-symbol(s) | Eugene Leviant | 2019-02-13 | 1 | -4/+10 |
| * | [llvm-objcopy][NFC] Propagate errors in removeSymbols/removeSectionReferences | Jordan Rupprecht | 2019-02-01 | 1 | -5/+11 |