summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Chunks.cpp
Commit message (Expand)AuthorAgeFilesLines
* [COFF] Create range extension thunks for ARM64Martin Storsjo2019-02-011-2/+22
* [COFF] Add support for the new relocation IMAGE_REL_ARM{,64}_REL32Martin Storsjo2019-01-271-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Do not assume .idata is zero-initialized.Rui Ueyama2018-11-301-0/+1
* [COFF] Simplify relocation to discarded section diagnostic code, NFCReid Kleckner2018-11-131-29/+36
* [COFF] Improve relocation against discarded section errorReid Kleckner2018-11-081-2/+4
* [COFF] Add and use a Wordsize field in Config. NFCI.Martin Storsjo2018-10-111-6/+2
* [LLD][COFF] Fix ordering of CRT global initializers in COMDAT sectionsAlexandre Ganea2018-10-051-0/+7
* [COFF] In MinGW mode, ignore relocations against a discarded sectionMartin Storsjo2018-09-301-1/+6
* [COFF] Allow automatic dllimport from gnu import librariesMartin Storsjo2018-09-261-2/+2
* [COFF] Add support for creating range extension thunks for ARMMartin Storsjo2018-09-251-9/+53
* [COFF] Add support for delay loading DLLs for ARM64Martin Storsjo2018-09-181-3/+3
* [COFF] Provide __CTOR_LIST__ and __DTOR_LIST__ symbols for MinGWMartin Storsjo2018-09-141-0/+13
* [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo2018-08-311-2/+2
* [COFF] Support MinGW automatic dllimport of dataMartin Storsjo2018-08-271-0/+133
* [COFF] Check the instructions in ARM MOV32T relocationsMartin Storsjo2018-08-271-3/+9
* [COFF] Move a comment close to the code it refers to. NFC.Martin Storsjo2018-08-221-3/+3
* [COFF] Change fatal() into error() when writing chunks to the outputMartin Storsjo2018-08-221-15/+20
* [COFF] report file containing unsupported relocationBob Haarman2018-06-071-4/+8
* COFF: Allow ICFing sections with different alignments.Peter Collingbourne2018-05-141-0/+1
* [COFF] Implement the remaining ARM64 relocationsMartin Storsjo2018-05-041-5/+27
* Fix nullptr passed to memcpy in lld/COFF/Chunks.cppBob Haarman2018-04-201-1/+2
* COFF: Preserve section type when processing /section flag.Peter Collingbourne2018-04-201-1/+1
* COFF: Remove OutputSection::getPermissions() and getCharacteristics().Peter Collingbourne2018-04-191-1/+1
* COFF: Rename Chunk::getPermissions to getOutputCharacteristics.Peter Collingbourne2018-04-191-3/+3
* COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.Peter Collingbourne2018-04-171-2/+1
* COFF: Implement string tail merging.Peter Collingbourne2018-03-151-0/+42
* Simplify.Rui Ueyama2018-02-171-5/+4
* Remove an unused accessor and simplify the logic a bit. NFC.Rui Ueyama2018-02-171-4/+7
* Factor out common code from applySecRel functions.Rui Ueyama2018-02-171-24/+29
* [COFF] Add support for ARM64 secrel relocations for add/load instructionsMartin Storsjo2018-02-161-0/+31
* [COFF] Add minimal support for /guard:cfReid Kleckner2018-02-061-3/+5
* [COFF] Error out if 20 bit thumb branches are out of rangeMartin Storsjo2017-12-141-0/+2
* Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne2017-11-281-9/+2
* Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne2017-11-271-2/+9
* COFF: Do not create SectionChunks for discarded comdat sections.Peter Collingbourne2017-11-271-9/+2
* COFF: Correctly handle relocations against early discarded sections.Peter Collingbourne2017-11-201-2/+15
* [COFF] Add support for IMAGE_REL_ARM64_SECRELMartin Storsjo2017-11-081-0/+1
* [COFF] Handle ARM64 in getDefaultTypeMartin Storsjo2017-11-061-0/+1
* [COFF] Avoid "Body" as a local variable name.Rui Ueyama2017-11-031-4/+2
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-2/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* [COFF] Implement support for IMAGE_REL_ARM64_ADDR32NBMartin Storsjo2017-10-121-0/+1
* [COFF] Adjust secrel limit checkShoaib Meenai2017-09-201-1/+4
* Remove {get,set}Align accessor functions and use Alignment member variable in...Rui Ueyama2017-09-131-7/+3
* [COFF] Add support for aligncomm directivesMartin Storsjo2017-08-141-0/+4
* Rename ObjectFile ObjFile for COFF as well.Rui Ueyama2017-07-261-1/+1
* [COFF, ARM64] Handle ADRP immediate offsets in relocationsMartin Storsjo2017-07-261-9/+25
* [COFF] Add support for delay loading DLLs on ARMMartin Storsjo2017-07-251-2/+3
* [COFF] Support 128 bit SIMD/FP ldr/str in IMAGE_REL_ARM64_PAGEOFFSET_12LMartin Storsjo2017-07-201-1/+6
OpenPOWER on IntegriCloud