| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-objcopy] Improve tool selection logic to recognize llvm-strip-$major as... | Fangrui Song | 2020-04-11 | 1 | -5/+19 |
| * | Introduce llvm-install-name-tool | Alexander Shaposhnikov | 2019-11-19 | 1 | -5/+15 |
| * | Revert "Introduce llvm-install-name-tool" | Alexander Shaposhnikov | 2019-11-19 | 1 | -15/+5 |
| * | Introduce llvm-install-name-tool | Alexander Shaposhnikov | 2019-11-19 | 1 | -5/+15 |
| * | Revert "Introduce llvm-install-name-tool" | Alexander Shaposhnikov | 2019-11-06 | 1 | -15/+5 |
| * | Introduce llvm-install-name-tool | Alexander Shaposhnikov | 2019-11-06 | 1 | -5/+15 |
| * | [llvm-objcopy] Add support for shell wildcards | Jordan Rupprecht | 2019-10-17 | 1 | -1/+1 |
| * | [llvm-objcopy] Refactor ELF-specific config out to ELFCopyConfig. NFC. | Seiya Nuta | 2019-09-24 | 1 | -12/+17 |
| * | [llvm-objcopy] Add support for response files in llvm-strip and llvm-objcopy | Michael Pozulp | 2019-09-14 | 1 | -2/+20 |
| * | [llvm-objcopy] Append '\n' to warning messages | Fangrui Song | 2019-08-20 | 1 | -1/+1 |
| * | [llvm-objcopy] Don't change permissions of non-regular output files | Fangrui Song | 2019-07-11 | 1 | -2/+13 |
| * | [llvm-objcopy][NFC] Refactor output target parsing v2 | Seiya Nuta | 2019-07-05 | 1 | -9/+23 |
| * | Fix patch not passing test cases | Alex Brachet | 2019-07-05 | 1 | -1/+2 |
| * | [llvm-objcopy] Change handling of output file permissions | Alex Brachet | 2019-07-04 | 1 | -10/+26 |
| * | Revert [llvm-objcopy][NFC] Refactor output target parsing | Rumeet Dhindsa | 2019-06-26 | 1 | -21/+9 |
| * | Revert [llvm-objcopy][NFCI] Fix build failure with GCC | Rumeet Dhindsa | 2019-06-26 | 1 | -2/+0 |
| * | [llvm-objcopy][NFCI] Fix build failure with GCC | Seiya Nuta | 2019-06-25 | 1 | -0/+2 |
| * | [llvm-objcopy][NFC] Refactor output target parsing | Seiya Nuta | 2019-06-25 | 1 | -9/+21 |
| * | [llvm-strip] Error when using stdin twice | Alex Brachet | 2019-06-18 | 1 | -1/+7 |
| * | [llvm-objcopy] Remove no-op flush of errs | Alex Brachet | 2019-06-14 | 1 | -1/+0 |
| * | [llvm-objcopy] Changed command line parsing errors | Alex Brachet | 2019-06-14 | 1 | -2/+2 |
| * | [llvm-objcopy] Implement IHEX reader | Eugene Leviant | 2019-06-13 | 1 | -3/+17 |
| * | [llvm-objcopy] test commit | Alex Brachet | 2019-06-01 | 1 | -1/+1 |
| * | [llvm-objcopy] Improve error message for unrecognised archive member | James Henderson | 2019-05-08 | 1 | -6/+6 |
| * | [llvm-objcopy][NFC] More error cleanup | Jordan Rupprecht | 2019-02-21 | 1 | -21/+37 |
| * | Small refactoring of FileError. NFC. | Eugene Leviant | 2019-02-11 | 1 | -6/+2 |
| * | [llvm-objcopy] Add --redefine-syms | Eugene Leviant | 2019-02-08 | 1 | -4/+6 |
| * | [ADT] Add a fallible_iterator wrapper. | Lang Hames | 2019-02-05 | 1 | -3/+0 |
| * | [llvm-objcopy] Add ability to copy MachO object files | Alexander Shaposhnikov | 2019-02-02 | 1 | -0/+4 |
| * | [llvm-objcopy][NFC] More error propagation (executeObjcopyOnArchive) | Jordan Rupprecht | 2019-02-01 | 1 | -14/+18 |
| * | [llvm-objcopy][NFC] More error propagation | Jordan Rupprecht | 2019-01-30 | 1 | -11/+18 |
| * | [llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),... | Jordan Rupprecht | 2019-01-22 | 1 | -2/+13 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [llvm-objcopy] Initial COFF support | Martin Storsjo | 2018-12-19 | 1 | -0/+4 |
| * | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere | 2018-11-11 | 1 | -1/+1 |
| * | [llvm-strip] Check "strip" with StringRef::contains instead of ends_with | Fangrui Song | 2018-11-07 | 1 | -1/+1 |
| * | [llvm-objcopy] Support --{enable,disable}-deterministic-archives | Jordan Rupprecht | 2018-11-01 | 1 | -4/+4 |
| * | [llvm-objcopy] Move elf-specific code into subfolder | Alexander Shaposhnikov | 2018-10-29 | 1 | -471/+1 |
| * | [llvm-objcopy] Introduce dispatch mechanism based on the input | Alexander Shaposhnikov | 2018-10-24 | 1 | -23/+65 |
| * | [llvm-objcopy] Factor out Buffer | Alexander Shaposhnikov | 2018-10-16 | 1 | -0/+1 |
| * | [llvm-objcopy] Factor out CopyConfig | Alexander Shaposhnikov | 2018-10-11 | 1 | -462/+2 |
| * | Test commit: fix typo in comment | Armando Montanez | 2018-10-10 | 1 | -1/+1 |
| * | [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'... | Fangrui Song | 2018-10-10 | 1 | -4/+5 |
| * | [llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections. | Puyan Lotfi | 2018-10-01 | 1 | -13/+38 |
| * | [llvm-objcopy/llvm-strip]: handle --version | Jordan Rupprecht | 2018-09-21 | 1 | -0/+10 |
| * | [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). | Puyan Lotfi | 2018-09-07 | 1 | -4/+73 |
| * | Revert: [llvm-objcopy] Dwarf .debug section compression (Second Attempt). | Puyan Lotfi | 2018-09-07 | 1 | -72/+4 |
| * | [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). | Puyan Lotfi | 2018-09-06 | 1 | -4/+72 |
| * | [llvm-strip] Support stripping multiple input files | Jordan Rupprecht | 2018-09-05 | 1 | -14/+35 |
| * | Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu). | Chandler Carruth | 2018-09-04 | 1 | -69/+4 |