summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/COFF/Reader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy][COFF] Add support for extended relocation tablesSergey Dmitriev2019-11-141-3/+1
* [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar2019-08-191-12/+4
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [llvm-objcopy] Tidy up error messagesJames Henderson2019-05-221-7/+7
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-2/+2
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-2/+4
* [llvm-objcopy][NFC] Remove unnecessary llvm-objcopy.h #includesJordan Rupprecht2019-03-131-1/+0
* [llvm-objcopy] [COFF] Fix handling of aux symbols for big objectsMartin Storsjo2019-01-231-3/+18
* Reapply: [llvm-objcopy] [COFF] Implement --add-gnu-debuglinkMartin Storsjo2019-01-231-1/+3
* Revert "[llvm-objcopy] [COFF] Implement --add-gnu-debuglink"Martin Storsjo2019-01-221-3/+1
* [llvm-objcopy] [COFF] Implement --add-gnu-debuglinkMartin Storsjo2019-01-221-1/+3
* [llvm-objcopy] [COFF] Update symbol indices in weak externalsMartin Storsjo2019-01-221-2/+22
* [llvm-objcopy] Consistently use createStringError instead of make_error<Strin...Martin Storsjo2019-01-221-12/+12
* [llvm-objcopy] [COFF] Add support for removing sectionsMartin Storsjo2019-01-191-3/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-objcopy] [COFF] Remove pointless Reader/Writer base classes. NFC.Martin Storsjo2019-01-121-2/+0
* [llvm-objcopy] [COFF] Fix warnings abuilt missing field initialization. NFC.Martin Storsjo2019-01-101-1/+1
* [llvm-objcopy] [COFF] Add support for removing symbolsMartin Storsjo2019-01-101-3/+31
* [llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportErr...Martin Storsjo2018-12-301-25/+29
* [llvm-objcopy] Initial COFF supportMartin Storsjo2018-12-191-0/+141
OpenPOWER on IntegriCloud