summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Write a hash of the executable into the PE timestamp fields.Zachary Turner2018-03-071-14/+50
* Remove an unused accessor and simplify the logic a bit. NFC.Rui Ueyama2018-02-171-3/+3
* [LLD] Implement /guard:[no]longjmpReid Kleckner2018-02-131-12/+24
* [COFF] Add minimal support for /guard:cfReid Kleckner2018-02-061-22/+150
* [COFF] Update comment to reflect link.exe behavior. NFCShoaib Meenai2018-01-271-3/+2
* Add the /order option.Rui Ueyama2018-01-271-0/+20
* [coff] Print detailed timing information with /TIME.Zachary Turner2018-01-171-1/+9
* [LLD][COFF] Report error when file will exceed Windows maximum image size (4GB)Rui Ueyama2018-01-171-4/+9
* [COFF] Set the IMAGE_DLL_CHARACTERISTICS_NO_SEH flag automaticallyMartin Storsjo2017-12-151-0/+3
* [COFF] Sort .pdata for arm64Martin Storsjo2017-12-141-1/+1
* Always evaluate the second argument for CHECK() lazily.Rui Ueyama2017-12-061-1/+1
* COFF: Simplify construction of safe SEH table. NFCI.Peter Collingbourne2017-11-281-5/+4
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-281-1/+1
OpenPOWER on IntegriCloud