summaryrefslogtreecommitdiff
path: root/lld/COFF/Chunks.cpp
AgeCommit message (Expand)Author
2018-11-30Do not assume .idata is zero-initialized.Rui Ueyama
2018-11-13[COFF] Simplify relocation to discarded section diagnostic code, NFCReid Kleckner
2018-11-08[COFF] Improve relocation against discarded section errorReid Kleckner
2018-10-11[COFF] Add and use a Wordsize field in Config. NFCI.Martin Storsjo
2018-10-05[LLD][COFF] Fix ordering of CRT global initializers in COMDAT sectionsAlexandre Ganea
2018-09-30[COFF] In MinGW mode, ignore relocations against a discarded sectionMartin Storsjo
2018-09-26[COFF] Allow automatic dllimport from gnu import librariesMartin Storsjo
2018-09-25[COFF] Add support for creating range extension thunks for ARMMartin Storsjo
2018-09-18[COFF] Add support for delay loading DLLs for ARM64Martin Storsjo
2018-09-14[COFF] Provide __CTOR_LIST__ and __DTOR_LIST__ symbols for MinGWMartin Storsjo
2018-08-31[COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo
2018-08-27[COFF] Support MinGW automatic dllimport of dataMartin Storsjo
2018-08-27[COFF] Check the instructions in ARM MOV32T relocationsMartin Storsjo
2018-08-22[COFF] Move a comment close to the code it refers to. NFC.Martin Storsjo
2018-08-22[COFF] Change fatal() into error() when writing chunks to the outputMartin Storsjo
2018-06-07[COFF] report file containing unsupported relocationBob Haarman
2018-05-14COFF: Allow ICFing sections with different alignments.Peter Collingbourne
2018-05-04[COFF] Implement the remaining ARM64 relocationsMartin Storsjo
2018-04-20Fix nullptr passed to memcpy in lld/COFF/Chunks.cppBob Haarman
2018-04-20COFF: Preserve section type when processing /section flag.Peter Collingbourne
2018-04-19COFF: Remove OutputSection::getPermissions() and getCharacteristics().Peter Collingbourne
2018-04-19COFF: Rename Chunk::getPermissions to getOutputCharacteristics.Peter Collingbourne
2018-04-17COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.Peter Collingbourne
2018-03-15COFF: Implement string tail merging.Peter Collingbourne
2018-02-17Simplify.Rui Ueyama
2018-02-17Remove an unused accessor and simplify the logic a bit. NFC.Rui Ueyama
2018-02-17Factor out common code from applySecRel functions.Rui Ueyama
2018-02-16[COFF] Add support for ARM64 secrel relocations for add/load instructionsMartin Storsjo
2018-02-06[COFF] Add minimal support for /guard:cfReid Kleckner
2017-12-14[COFF] Error out if 20 bit thumb branches are out of rangeMartin Storsjo
2017-11-28Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne
2017-11-27Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne
2017-11-27COFF: Do not create SectionChunks for discarded comdat sections.Peter Collingbourne
2017-11-20COFF: Correctly handle relocations against early discarded sections.Peter Collingbourne
2017-11-08[COFF] Add support for IMAGE_REL_ARM64_SECRELMartin Storsjo
2017-11-06[COFF] Handle ARM64 in getDefaultTypeMartin Storsjo
2017-11-03[COFF] Avoid "Body" as a local variable name.Rui Ueyama
2017-11-03Rename SymbolBody -> SymbolRui Ueyama
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman
2017-10-12[COFF] Implement support for IMAGE_REL_ARM64_ADDR32NBMartin Storsjo
2017-09-20[COFF] Adjust secrel limit checkShoaib Meenai
2017-09-13Remove {get,set}Align accessor functions and use Alignment member variable in...Rui Ueyama
2017-08-14[COFF] Add support for aligncomm directivesMartin Storsjo
2017-07-26Rename ObjectFile ObjFile for COFF as well.Rui Ueyama
2017-07-26[COFF, ARM64] Handle ADRP immediate offsets in relocationsMartin Storsjo
2017-07-25[COFF] Add support for delay loading DLLs on ARMMartin Storsjo
2017-07-20[COFF] Support 128 bit SIMD/FP ldr/str in IMAGE_REL_ARM64_PAGEOFFSET_12LMartin Storsjo
2017-07-20[COFF] Minor tweaks to ARM64 relocation code. NFC.Martin Storsjo
2017-07-20[COFF] Align import address chunks to the pointer sizeMartin Storsjo
2017-07-18[COFF] Accept discarded relocations in DWARF debug sectionsShoaib Meenai