Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-08[lld][COFF] Add support for overriding weak symbols in LLVM bitcode inputAlan Zhao
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-05[lld-link] Remove unneeded lto::InputFile::create after D116434Fangrui Song
2022-01-05[lld-link] Replace LazyObjFile with lazy ObjFile/BitcodeFileFangrui Song
2021-09-18Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang
2021-09-16Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang
2021-09-16[LLD] Remove global state in lld/COFFAmy Huang
2021-07-20[LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgoldFangrui Song
2021-07-02[LLD] [COFF] Fix up missing stdcall decorations in MinGW modeMartin Storsjö
2021-07-02[LLD] [COFF] Support linking directly against DLLs in MinGW modeMartin Storsjö
2021-06-25[LLD] [COFF] Fix handling of LTO comdats with nontrivial selection types afte...Martin Storsjö
2021-06-03[LLD] [COFF] Fix autoexport from LTO objects with comdat symbolsMartin Storsjö
2021-05-21[LLD] [COFF] Fix automatic export of symbols from LTO objectsMartin Storsjö
2021-04-14[LLD] Implement /guard:[no]ehcontPengfei Wang
2020-11-18[CFGuard] Add address-taken IAT tables and delay-load supportAndrew Paverd
2020-11-11Revert "Reland [CFGuard] Add address-taken IAT tables and delay-load support"Hans Wennborg
2020-10-13Reland [CFGuard] Add address-taken IAT tables and delay-load supportAndrew Paverd
2020-10-01Revert "[CFGuard] Add address-taken IAT tables and delay-load support"Arthur Eubanks
2020-10-01[CFGuard] Add address-taken IAT tables and delay-load supportAndrew Paverd
2020-09-17[PDB] Split TypeServerSource and extend type index map lifetimeReid Kleckner
2020-09-16[PDB] Drop LF_PRECOMP from debugTypes earlierReid Kleckner
2020-08-27[LLD] [COFF] Check the aux section definition size for IMAGE_COMDAT_SELECT_SA...Martin Storsjö
2020-07-31[COFF] Port CallGraphSort to COFF from ELFZequan Wu
2020-07-27[LLD] [COFF] Fix mingw comdat associativity for leader symbols with a differe...Martin Storsjö
2020-06-02[COFF] Free some memory used for chunksReid Kleckner
2020-05-14[COFF] Fix var names cVStrTab->cvStrTab sXDataChunks->sxDataChunksReid Kleckner
2020-05-14[COFF] Move type merging to TpiSource::mergeDebugT virtual methodReid Kleckner
2020-05-09[COFF] Migrate COFFObjectFile to Expected<T>Reid Kleckner
2020-04-03Make helpers static. NFC.Benjamin Kramer
2020-03-04[lld][ELF][COFF] Fix archived bitcode files namingevgeny
2020-02-26Remove namespace lld { namespace coff { from COFF LLD cpp filesReid Kleckner
2020-01-29Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-23[LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCCMarkus Böck
2020-01-02[lld] Fix -Wrange-loop-analysis warningsFangrui Song
2019-11-15[COFF] Avoid CodeView include in headerReid Kleckner
2019-11-15Forward declare the DWARFCache to avoid including LLVM DWARF detailsReid Kleckner
2019-11-15[COFF] Don't include llvm/LTO/LTO.h in a headerReid Kleckner
2019-10-21[LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...Martin Storsjo
2019-10-21[LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo
2019-10-18[LLD] [COFF] Try to report source locations for duplicate symbolsMartin Storsjo
2019-10-10[COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song
2019-10-10dummy comment typo fix commit to cycle the botsNico Weber
2019-09-03reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman
2019-08-31Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich
2019-08-30[lld-link] implement -start-lib and -end-libBob Haarman
2019-08-30[LLD] [COFF] Support merging resource object filesMartin Storsjo
2019-07-23ld.lld: Demangle symbols from archives in diagnosticsNico Weber
2019-07-19lld-link: Demangle symbols from archives in diagnosticsNico Weber