aboutsummaryrefslogtreecommitdiff
path: root/lld/COFF/InputFiles.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-07-30[COFF] Port CallGraphSort to COFF from ELFZequan Wu1-0/+5
2020-07-27[LLD] [COFF] Fix mingw comdat associativity for leader symbols with a differe...Martin Storsjö1-4/+4
2020-06-01[COFF] Free some memory used for chunksReid Kleckner1-1/+3
2020-05-14[COFF] Fix var names cVStrTab->cvStrTab sXDataChunks->sxDataChunksReid Kleckner1-1/+1
2020-05-14[COFF] Move type merging to TpiSource::mergeDebugT virtual methodReid Kleckner1-3/+99
2020-05-08[COFF] Migrate COFFObjectFile to Expected<T>Reid Kleckner1-25/+15
2020-04-03Make helpers static. NFC.Benjamin Kramer1-1/+1
2020-03-04[lld][ELF][COFF] Fix archived bitcode files namingevgeny1-2/+3
2020-02-25Remove namespace lld { namespace coff { from COFF LLD cpp filesReid Kleckner1-10/+5
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+4
2020-01-23[LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCCMarkus Böck1-0/+11
2020-01-01[lld] Fix -Wrange-loop-analysis warningsFangrui Song1-4/+1
2019-11-14[COFF] Avoid CodeView include in headerReid Kleckner1-1/+2
2019-11-14Forward declare the DWARFCache to avoid including LLVM DWARF detailsReid Kleckner1-0/+1
2019-11-14[COFF] Don't include llvm/LTO/LTO.h in a headerReid Kleckner1-0/+7
2019-10-21[LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...Martin Storsjo1-0/+13
2019-10-21[LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo1-69/+4
2019-10-18[LLD] [COFF] Try to report source locations for duplicate symbolsMartin Storsjo1-2/+86
2019-10-10[COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song1-17/+19
2019-10-10dummy comment typo fix commit to cycle the botsNico Weber1-2/+2
2019-09-03reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman1-8/+54
2019-08-30Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich1-54/+8
2019-08-30[lld-link] implement -start-lib and -end-libBob Haarman1-8/+54
2019-08-30[LLD] [COFF] Support merging resource object filesMartin Storsjo1-4/+6
2019-07-23ld.lld: Demangle symbols from archives in diagnosticsNico Weber1-2/+3
2019-07-19lld-link: Demangle symbols from archives in diagnosticsNico Weber1-5/+4
2019-07-16[COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song1-4/+4
2019-07-12Fix odd variable names.Rui Ueyama1-1/+1
2019-07-11[lld-link] implement -thinlto-{prefix,object-suffix}-replaceBob Haarman1-0/+11
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama1-403/+403
2019-07-10Make functions and member variables distinguishable even after the name style...Rui Ueyama1-1/+1
2019-06-14[COFF] Handle .eh_frame$symbol as associative comdat for MinGWMartin Storsjo1-3/+6
2019-06-14lld/coff: slightly simplify ImportFile::parse()Nico Weber1-2/+1
2019-06-11lld-link: Reject more than one resource .obj fileNico Weber1-1/+6
2019-05-14[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song1-1/+1
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song1-3/+6
2019-04-24[COFF] Don't emit .gfids sections when CFG is offReid Kleckner1-2/+2
2019-04-15[LLD][COFF] use offset in archive to disambiguate archive membersBob Haarman1-2/+19
2019-04-01[LLD][COFF] Early dependency detectionAlexandre Ganea1-0/+56
2019-03-29Don't copy the .drective section with std::stringReid Kleckner1-1/+1
2019-03-29[LLD][COFF] Generate import modules & COFF groups in PDBAlexandre Ganea1-1/+1
2019-02-23[LLD][COFF] Add support for /FUNCTIONPADMIN command-line optionAlexandre Ganea1-0/+58
2019-02-20[lld-link] preserve @llvm.used symbols in LTOBob Haarman1-0/+2
2019-02-14lld/coff: Simplify error message for comdat selection mismatchesNico Weber1-98/+103
2019-01-31lld-link: Allow mixing 'discard' and 'largest' comdat selectionsNico Weber1-9/+17
2019-01-30lld/coff: Implement some support for the comdat selection fieldNico Weber1-11/+126
2019-01-29lld-link: Allow backward references between associated comdatsNico Weber1-8/+4
2019-01-28lld/coff: Make assoc comdat diag a bit more detailedNico Weber1-3/+4
2019-01-26lld-link: Store comdat selection in SectionChunk, reject more invalid associa...Nico Weber1-5/+16
2019-01-23lld-link: Use just one code path to process associative comdats, reject some ...Nico Weber1-18/+20