aboutsummaryrefslogtreecommitdiff
path: root/COFF
AgeCommit message (Expand)Author
2018-06-14[COFF] Fix /wholearchive: to do libpath search againReid Kleckner
2018-06-12Fix /WholeArchive bug.Rui Ueyama
2018-06-12[COFF] Fix crash when emitting symbol tables with GCShoaib Meenai
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-06-07[COFF] report file containing unsupported relocationBob Haarman
2018-05-31lld-link: Implement /INTEGRITYCHECK flagNico Weber
2018-05-29[COFF] Unify output section code. NFCShoaib Meenai
2018-05-29[COFF] Simplify symbol table output section computationShoaib Meenai
2018-05-22Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg
2018-05-17Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner
2018-05-17[COFF] Add /Brepro and /TIMESTAMP options.Zachary Turner
2018-05-14COFF: Allow ICFing sections with different alignments.Peter Collingbourne
2018-05-12COFF: ICF a section and its associated sections as a unit.Peter Collingbourne
2018-05-11COFF: Add a flag for disabling string tail merging.Peter Collingbourne
2018-05-10COFF: Allow ICF on vtable sections.Peter Collingbourne
2018-05-10COFF: Don't create unnecessary thunks.Peter Collingbourne
2018-05-10lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...Nico Weber
2018-05-09[COFF] Fix dangling StringRefs from SVN 331900Martin Storsjo
2018-05-09[COFF] Allow specifying export forwarding in a def fileMartin Storsjo
2018-05-09[COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo
2018-05-04[COFF] Implement the remaining ARM64 relocationsMartin Storsjo
2018-04-25[COFF] more informative "broken object file" diagnosticsBob Haarman
2018-04-25[COFF] Don't set the tsaware bit on DLLsHans Wennborg
2018-04-24[COFF] create MemoryBuffers without requiring NUL terminatorsBob Haarman
2018-04-23[COFF] Alias /DEBUG:FULL to /DEBUGZachary Turner
2018-04-20Fix nullptr passed to memcpy in lld/COFF/Chunks.cppBob Haarman
2018-04-20COFF: Document /pdbaltpath.Peter Collingbourne
2018-04-20COFF: Merge .xdata into .rdata by default.Peter Collingbourne
2018-04-20COFF: Merge .bss into .data by default.Peter Collingbourne
2018-04-20COFF: Preserve section type when processing /section flag.Peter Collingbourne
2018-04-20COFF: Use (name, output characteristics) as a key when grouping input section...Peter Collingbourne
2018-04-20[LLD/PDB] Remove improper assert.Zachary Turner
2018-04-20[LLD/PDB] Emit first section contribution for DBI Module Descriptor.Zachary Turner
2018-04-19COFF: Remove OutputSection::getPermissions() and getCharacteristics().Peter Collingbourne
2018-04-19COFF: Rename Chunk::getPermissions to getOutputCharacteristics.Peter Collingbourne
2018-04-18[COFF] Mark images with no exception handlers for /safesehReid Kleckner
2018-04-17COFF: Friendlier undefined symbol errors.Peter Collingbourne
2018-04-17Reland r330223, "COFF: Merge .idata, .didat and .edata into .rdata by default...Peter Collingbourne
2018-04-17COFF: Implement /pdbaltpath flag.Peter Collingbourne
2018-04-17Revert r330223, "COFF: Merge .idata, .didat and .edata into .rdata by default."Peter Collingbourne
2018-04-17COFF: Merge .idata, .didat and .edata into .rdata by default.Peter Collingbourne
2018-04-17COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.Peter Collingbourne
2018-04-16[PDB] Correctly use the target machine when writing DBI stream.Zachary Turner
2018-04-16Resubmit "Fix some incorrect fields in our generated PDBs."Zachary Turner
2018-04-16Revert "Fix some incorrect fields in our generated PDBs."Zachary Turner
2018-04-16Fix some incorrect fields in our generated PDBs.Zachary Turner
2018-04-11Remove references to old SymbolBody classSam Clegg
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldNico Weber