summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/COFF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy][COFF] Add support for extended relocation tablesSergey Dmitriev2019-11-141-3/+19
* [llvm-objcopy] Add support for --add-section for COFFSergey Dmitriev2019-07-261-2/+2
* [llvm-objcopy] Tidy up error messagesJames Henderson2019-05-221-7/+7
* [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-12/+37
* [llvm-objcopy] [COFF] Clear the unwritten tail of coff_section::Header::NameMartin Storsjo2019-01-231-0/+1
* Reapply: [llvm-objcopy] [COFF] Implement --add-gnu-debuglinkMartin Storsjo2019-01-231-4/+5
* [llvm-objcopy] Return Error from Buffer::allocate(), [ELF]Writer::finalize(),...Jordan Rupprecht2019-01-221-1/+2
* Revert "[llvm-objcopy] [COFF] Implement --add-gnu-debuglink"Martin Storsjo2019-01-221-5/+4
* [llvm-objcopy] [COFF] Implement --add-gnu-debuglinkMartin Storsjo2019-01-221-4/+5
* [llvm-objcopy] [COFF] Update symbol indices in weak externalsMartin Storsjo2019-01-221-2/+14
* [llvm-objcopy] Consistently use createStringError instead of make_error<Strin...Martin Storsjo2019-01-221-17/+16
* [llvm-objcopy] [COFF] Add support for removing sectionsMartin Storsjo2019-01-191-13/+55
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-objcopy] [COFF] Implement --strip-all[-gnu] for symbolsMartin Storsjo2019-01-151-2/+3
* [llvm-objcopy] [COFF] Remove pointless Reader/Writer base classes. NFC.Martin Storsjo2019-01-121-2/+0
* [llvm-objcopy] [COFF] Fix writing object files without symbols/string tableMartin Storsjo2019-01-111-5/+4
* [llvm-objcopy] [COFF] Add support for removing symbolsMartin Storsjo2019-01-101-9/+32
* [llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportErr...Martin Storsjo2018-12-301-20/+17
* [llvm-objcopy] [COFF] Avoid memcpy() with null parameters in more places. NFC.Martin Storsjo2018-12-201-4/+4
* [llvm-objcopy] [COFF] Don't call memcpy() with a null argument. NFC.Martin Storsjo2018-12-201-1/+2
* [llvm-objcopy] Initial COFF supportMartin Storsjo2018-12-191-0/+318
OpenPOWER on IntegriCloud