| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-objcopy][COFF] Add support for extended relocation tables | Sergey Dmitriev | 2019-11-14 | 1 | -3/+1 |
| * | [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI. | George Rimar | 2019-08-19 | 1 | -12/+4 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [llvm-objcopy] Tidy up error messages | James Henderson | 2019-05-22 | 1 | -7/+7 |
| * | [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui... | Fangrui Song | 2019-05-14 | 1 | -2/+2 |
| * | [Object] Change getSectionName() to return Expected<StringRef> | Fangrui Song | 2019-05-02 | 1 | -2/+4 |
| * | [llvm-objcopy][NFC] Remove unnecessary llvm-objcopy.h #includes | Jordan Rupprecht | 2019-03-13 | 1 | -1/+0 |
| * | [llvm-objcopy] [COFF] Fix handling of aux symbols for big objects | Martin Storsjo | 2019-01-23 | 1 | -3/+18 |
| * | Reapply: [llvm-objcopy] [COFF] Implement --add-gnu-debuglink | Martin Storsjo | 2019-01-23 | 1 | -1/+3 |
| * | Revert "[llvm-objcopy] [COFF] Implement --add-gnu-debuglink" | Martin Storsjo | 2019-01-22 | 1 | -3/+1 |
| * | [llvm-objcopy] [COFF] Implement --add-gnu-debuglink | Martin Storsjo | 2019-01-22 | 1 | -1/+3 |
| * | [llvm-objcopy] [COFF] Update symbol indices in weak externals | Martin Storsjo | 2019-01-22 | 1 | -2/+22 |
| * | [llvm-objcopy] Consistently use createStringError instead of make_error<Strin... | Martin Storsjo | 2019-01-22 | 1 | -12/+12 |
| * | [llvm-objcopy] [COFF] Add support for removing sections | Martin Storsjo | 2019-01-19 | 1 | -3/+28 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [llvm-objcopy] [COFF] Remove pointless Reader/Writer base classes. NFC. | Martin Storsjo | 2019-01-12 | 1 | -2/+0 |
| * | [llvm-objcopy] [COFF] Fix warnings abuilt missing field initialization. NFC. | Martin Storsjo | 2019-01-10 | 1 | -1/+1 |
| * | [llvm-objcopy] [COFF] Add support for removing symbols | Martin Storsjo | 2019-01-10 | 1 | -3/+31 |
| * | [llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportErr... | Martin Storsjo | 2018-12-30 | 1 | -25/+29 |
| * | [llvm-objcopy] Initial COFF support | Martin Storsjo | 2018-12-19 | 1 | -0/+141 |