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-26[LLD][COFF] Fix absolute & synthetic symbols in COFF symbol tableAlvin Wong
2022-09-20[LLD][COFF] Add load config checks to warn if incorrect for CFGuardAlvin Wong
2022-09-20[LLD][COFF] Improve symbol table info for import thunkAlvin Wong
2022-09-14lld: Include name of output file in "failed to write output" diagNico Weber
2022-09-07[LLD][COFF] Fix writing a map file when range extension thunks are insertedJan Ole Hüser
2022-08-31[COFF] Use the more accurate GuardFlags definition everywhereAlvin Wong
2022-08-08[lld/win] Use C++17 structured bindingsNico Weber
2022-06-21Revert "[LLD] [COFF] Use StringTableBuilder to optimize the string table"Martin Storsjö
2022-03-03[LLD] [COFF] Order .debug_* sections at the end, to avoid leaving gaps if str...Martin Storsjö
2022-03-01[LLD] [COFF] Use StringTableBuilder to optimize the string tableMartin Storsjö
2022-03-01[LLD] [COFF] Use the new encodeSectionName() helper for long section namesMartin Storsjö
2022-02-23fix comment typo to cycle botsNico Weber
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-09Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-11-23[LLD] [COFF] Omit section symbols and IMAGE_SYM_CLASS_LABEL from the PE symbo...Martin Storsjö
2021-10-18Use llvm::erase_if (NFC)Kazu Hirata
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-02[LLD] [COFF] Support linking directly against DLLs in MinGW modeMartin Storsjö
2021-06-20[lld-link] Fix -Wunused-but-set-variable in -DLLVM_ENABLE_ASSERTIONS=off buil...Fangrui Song
2021-04-21[lld-link] Warn on exported deleting dtorZequan Wu
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-11-02[LLD] [COFF] Align all debug directoriesPeter Penzin
2020-10-15[LLD] Set alignment as part of Characteristics in TLS table.Luqman Aden
2020-10-15Revert "[LLD] Set alignment as part of Characteristics in TLS table."Luqman Aden
2020-10-15[LLD] Set alignment as part of Characteristics in TLS table.Luqman Aden
2020-10-15Nit: Use early return to reduce indentation.Luqman Aden
2020-10-15[LLD] Set alignment as part of Characteristics in TLS table.Luqman Aden
2020-10-13Reland [CFGuard] Add address-taken IAT tables and delay-load supportAndrew Paverd
2020-10-05[LLD] [COFF] Add a private option for setting the os version separately from ...Martin Storsjö
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-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea
2020-08-22[LLD][COFF] Reset outputSections for successive runsBas Zalmstra
2020-07-31[COFF] Port CallGraphSort to COFF from ELFZequan Wu
2020-07-28[LLD] [MinGW] Implement the --no-seh flagMartin Storsjö
2020-07-13[COFF] Error on unexpected .pdata sizeHans Wennborg
2020-05-14[LLD] [COFF] Add options for disabling auto import and runtime pseudo relocsMartin Storsjö
2020-05-06[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner
2020-03-24[lld-link] Support /map option, matching link.exe 's /map output formatSylvain Audi
2020-03-17[lld] Fix "loop variable creates a copy" warningVitaly Buka
2020-03-16Implement CET Shadow Stack (Intel Controlflow Enforcement Technology) support...Rui Ueyama
2020-02-26Remove namespace lld { namespace coff { from COFF LLD cpp filesReid Kleckner
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama
2019-11-15[COFF] Don't include llvm/LTO/LTO.h in a headerReid Kleckner