summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [COFF] Avoid O(n^2) accesses into PartialSectionsMartin Storsjo2019-02-051-21/+21
* [COFF] Create range extension thunks for ARM64Martin Storsjo2019-02-011-12/+37
* [COFF] Fix crashes when writing a PDB after adding thunks.Martin Storsjo2019-02-011-5/+6
* [LLD][COFF] Partial sectionsAlexandre Ganea2019-01-281-50/+95
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] Remove empty sections before calculating the size of section headersMartin Storsjo2018-11-271-0/+17
* [COFF] Generate a codeview build id signature for MinGW even when not creatin...Martin Storsjo2018-11-271-1/+18
* [COFF] Add exported functions to gfids table for /guard:cfReid Kleckner2018-11-271-12/+25
* [COFF] Fix a longstanding typo in a variable name. NFC.Martin Storsjo2018-11-141-5/+5
* [LLD][COFF] Fix ordering of CRT global initializers in COMDAT sectionsAlexandre Ganea2018-10-051-5/+47
* [COFF] Add support for creating range extension thunks for ARMMartin Storsjo2018-09-251-7/+205
* [COFF] Support linking to import libraries from GNU binutilsMartin Storsjo2018-09-211-20/+150
* lld-link: Set PDB GUID to hash of PDB contents instead of to a random byte se...Nico Weber2018-09-151-84/+4
* [COFF] Provide __CTOR_LIST__ and __DTOR_LIST__ symbols for MinGWMartin Storsjo2018-09-141-1/+37
* [COFF] Avoid copying of chunk vectors. NFC.Martin Storsjo2018-09-141-1/+1
* Remove an effectively unused local variable.Nico Weber2018-09-101-3/+2
* lld-link: Write an empty "repro" debug directory entry if /Brepro is passedNico Weber2018-09-051-18/+36
* [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo2018-08-311-4/+4
* [COFF] Support MinGW automatic dllimport of dataMartin Storsjo2018-08-271-0/+31
* [COFF] Make the relocation scanning for CFG more discriminatingHans Wennborg2018-08-091-7/+13
* [COFF] Sort .reloc before all other discardable sectionsMartin Storsjo2018-07-201-5/+2
* [COFF] Write the debug directory and build id to a separate section for MinGWMartin Storsjo2018-07-201-2/+6
* [COFF] Don't produce base relocs for discardable sectionsMartin Storsjo2018-07-191-1/+1
* [coff] remove_dots from /PDBPATH but not /PDBALTPATH.Zachary Turner2018-07-121-7/+4
* [coff] Remove dots in path pointing to PDB file.Zachary Turner2018-07-121-4/+7
* [COFF] Store import symbol pointers as pointers to the base classMartin Storsjo2018-07-101-4/+11
* [COFF] Add an LLD specific option -debug:symbtabMartin Storsjo2018-06-291-1/+1
* lld-link: align sections to 16 bytes if referenced from the gfids tableBob Haarman2018-06-281-0/+5
* [COFF] Fix crash when emitting symbol tables with GCShoaib Meenai2018-06-121-1/+4
* lld-link: Implement /INTEGRITYCHECK flagNico Weber2018-05-311-0/+2
* [COFF] Unify output section code. NFCShoaib Meenai2018-05-291-22/+17
* [COFF] Simplify symbol table output section computationShoaib Meenai2018-05-291-14/+9
* [COFF] Add /Brepro and /TIMESTAMP options.Zachary Turner2018-05-171-3/+5
* COFF: Don't create unnecessary thunks.Peter Collingbourne2018-05-101-6/+2
* COFF: Preserve section type when processing /section flag.Peter Collingbourne2018-04-201-1/+2
* COFF: Use (name, output characteristics) as a key when grouping input section...Peter Collingbourne2018-04-201-28/+64
* COFF: Remove OutputSection::getPermissions() and getCharacteristics().Peter Collingbourne2018-04-191-5/+5
* COFF: Rename Chunk::getPermissions to getOutputCharacteristics.Peter Collingbourne2018-04-191-1/+1
* [COFF] Mark images with no exception handlers for /safesehReid Kleckner2018-04-181-4/+12
* COFF: Implement /pdbaltpath flag.Peter Collingbourne2018-04-171-11/+4
* COFF: Process /merge flag as we create output sections.Peter Collingbourne2018-04-071-26/+43
* COFF: Create output sections early. NFCI.Peter Collingbourne2018-04-061-126/+119
* COFF: Sort non-discardable sections at the same time as other sections. NFC.Peter Collingbourne2018-04-041-9/+8
* COFF: Layout sections in the same order as link.exeHans Wennborg2018-04-041-0/+25
* [COFF] Clarify comment. NFCShoaib Meenai2018-03-161-6/+8
* COFF: Implement string tail merging.Peter Collingbourne2018-03-151-0/+4
* COFF: Move assignment of section RVAs to assignAddresses(). NFCI.Peter Collingbourne2018-03-151-37/+22
* Resubmit "Write a hash of the executable into the PE timestamp fields."Zachary Turner2018-03-081-14/+50
* [COFF] Make the DOS stub a real DOS programHans Wennborg2018-03-081-3/+47
* Revert "Write a hash of the executable into the PE timestamp fields."Zachary Turner2018-03-071-50/+14
OpenPOWER on IntegriCloud