| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce llvm-install-name-tool | Alexander Shaposhnikov | 2019-11-19 | 1 | -0/+89 |
| * | Revert "Introduce llvm-install-name-tool" | Alexander Shaposhnikov | 2019-11-19 | 1 | -89/+0 |
| * | Introduce llvm-install-name-tool | Alexander Shaposhnikov | 2019-11-19 | 1 | -0/+89 |
| * | Revert "Introduce llvm-install-name-tool" | Alexander Shaposhnikov | 2019-11-06 | 1 | -89/+0 |
| * | Introduce llvm-install-name-tool | Alexander Shaposhnikov | 2019-11-06 | 1 | -0/+89 |
| * | Fix MSVC "not all control paths return a value" warning. NFCI. | Simon Pilgrim | 2019-10-18 | 1 | -0/+1 |
| * | [llvm-objcopy] Add support for shell wildcards | Jordan Rupprecht | 2019-10-17 | 1 | -37/+123 |
| * | Unify the two CRC implementations | Hans Wennborg | 2019-10-09 | 1 | -7/+3 |
| * | [llvm-objcopy] Add --set-section-alignment | Fangrui Song | 2019-10-02 | 1 | -0/+26 |
| * | [llvm-objcopy] Fix a warningon unused variable. NFC. | Michael Liao | 2019-09-24 | 1 | -1/+1 |
| * | [llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC. | Seiya Nuta | 2019-09-24 | 1 | -103/+5 |
| * | [llvm-objcopy] Ignore -B --binary-architecture= | Fangrui Song | 2019-09-14 | 1 | -32/+0 |
| * | [llvm-objcopy] Default --output-target to --input-target when unspecified | Fangrui Song | 2019-09-14 | 1 | -14/+17 |
| * | [llvm-objcopy] Add support for response files in llvm-strip and llvm-objcopy | Michael Pozulp | 2019-09-14 | 1 | -4/+14 |
| * | Fix "enumeral and non-enumeral type in conditional expression" warnings. NFCI. | Simon Pilgrim | 2019-09-04 | 1 | -1/+1 |
| * | [llvm-objcopy] Allow the visibility of symbols created by --binary and | Chris Jackson | 2019-08-30 | 1 | -2/+22 |
| * | [llvm-objcopy][NFC] Refactor symbol/section matching | Jordan Rupprecht | 2019-08-22 | 1 | -18/+17 |
| * | [llvm-objcopy] Allow 'protected' visibility to be set when using | Chris Jackson | 2019-08-15 | 1 | -0/+1 |
| * | [llvm-strip] Support --strip-sections | Wolfgang Pieb | 2019-08-08 | 1 | -0/+1 |
| * | [llvm-objcopy] Improve --add-section argument string parsing | Sergey Dmitriev | 2019-07-29 | 1 | -2/+11 |
| * | [llvm-objcopy][NFC] Refactor output target parsing v2 | Seiya Nuta | 2019-07-05 | 1 | -19/+50 |
| * | Revert [llvm-objcopy][NFC] Refactor output target parsing | Rumeet Dhindsa | 2019-06-26 | 1 | -48/+19 |
| * | [llvm-objcopy][NFC] Refactor output target parsing | Seiya Nuta | 2019-06-25 | 1 | -19/+48 |
| * | [llvm-strip] Error when using stdin twice | Alex Brachet | 2019-06-18 | 1 | -1/+15 |
| * | [llvm-objcopy] Add elf32-sparc and elf32-sparcel target | Seiya Nuta | 2019-06-17 | 1 | -0/+3 |
| * | [objcopy] Error when --preserve-dates is specified with standard streams | Alex Brachet | 2019-06-15 | 1 | -2/+12 |
| * | [llvm-objcopy] Changed command line parsing errors | Alex Brachet | 2019-06-14 | 1 | -17/+17 |
| * | [llvm-objcopy] Fix sparc target endianness | Seiya Nuta | 2019-06-13 | 1 | -1/+2 |
| * | llvm-objcopy: Implement --extract-partition and --extract-main-partition. | Peter Collingbourne | 2019-06-07 | 1 | -0/+9 |
| * | [llvm-objcopy] Implement IHEX writer | Eugene Leviant | 2019-05-29 | 1 | -1/+2 |
| * | [llvm-objcopy] Cache gnu_debuglink's target CRC | James Henderson | 2019-05-14 | 1 | -0/+17 |
| * | [llvm-objcopy] Add --prefix-alloc-sections | James Henderson | 2019-05-08 | 1 | -0/+2 |
| * | Let --discard-all imply --strip-debug. | Sid Manning | 2019-05-03 | 1 | -0/+5 |
| * | [llvm-strip]Add --no-strip-all to disable --strip-all behaviour (including de... | James Henderson | 2019-05-02 | 1 | -3/+5 |
| * | [llvm-objcopy] Add RISC-V support for -B/-O | Jordan Rupprecht | 2019-04-30 | 1 | -4/+15 |
| * | [llvm-objcopy] Add -B mips | Jordan Rupprecht | 2019-04-18 | 1 | -0/+1 |
| * | [llvm-objcopy][llvm-strip] Add switch to allow removing referenced sections | James Henderson | 2019-04-18 | 1 | -0/+3 |
| * | [llvm-objcopy] Support full list of bfd targets that lld uses. | Jordan Rupprecht | 2019-04-17 | 1 | -23/+37 |
| * | [llvm-objcopy] Make section rename/set flags case-insensitive | James Henderson | 2019-04-03 | 1 | -12/+12 |
| * | [llvm-objcopy] Add --keep-symbols option | Yi Kong | 2019-04-01 | 1 | -0/+4 |
| * | [llvm-objcopy][NFC] Move ELF-specific logic into /ELF/ directory | Jordan Rupprecht | 2019-03-28 | 1 | -33/+4 |
| * | [llvm-objcopy]Add support for *-freebsd output formats | James Henderson | 2019-03-22 | 1 | -14/+17 |
| * | [llvm-strip] Hook up (unimplemented) --only-keep-debug | Jordan Rupprecht | 2019-03-14 | 1 | -0/+1 |
| * | [llvm-objcopy] Cleanup errors from CopyConfig and remove llvm-objcopy.h depen... | Jordan Rupprecht | 2019-03-13 | 1 | -14/+24 |
| * | [llvm-objcopy] - Report "no zlib available" error properly when --compress-de... | George Rimar | 2019-03-05 | 1 | -4/+4 |
| * | [llvm-objcopy] Add --set-start, --change-start and --adjust-start | Eugene Leviant | 2019-02-26 | 1 | -0/+29 |
| * | [llvm-objcopy] Add --add-symbol | Eugene Leviant | 2019-02-25 | 1 | -1/+72 |
| * | [llvm-objcopy][NFC] Add std::move() to fix older BB | Jordan Rupprecht | 2019-02-21 | 1 | -2/+2 |
| * | [llvm-objcopy][NFC] More error cleanup | Jordan Rupprecht | 2019-02-21 | 1 | -66/+137 |
| * | [llvm-objcopy] Add --strip-unneeded-symbol(s) | Eugene Leviant | 2019-02-13 | 1 | -0/+5 |