aboutsummaryrefslogtreecommitdiff
path: root/lld/COFF/MinGW.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-09[LLD][COFF] Prevent to emit relocations for discarded weak wrapped symbols (#...Tomohiro Kashiwada1-4/+9
2025-06-08[LLD][Cygwin] Add libcygwin and libmsys-2.0 to exclude-from-auto-export libra...Tomohiro Kashiwada1-0/+2
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata1-1/+0
2025-03-21[LLD] [COFF] Add a few more mingw libs to skip autoexports for (#132289)Martin Storsjö1-0/+5
2025-02-10[LLD][MinGW] Add support for wrapped symbols on ARM64X (#126296)Jacek Caban1-13/+12
2025-02-08[Flang] Rename libFortranRuntime.a to libflang_rt.runtime.a (#122341)Michael Kruse1-1/+1
2025-02-07[LLD][MinGW] Exclude load config symbols from auto-export (#126134)Jacek Caban1-0/+6
2025-02-07[Flang] Don't use FortranDecimal for runtime (#121997)Michael Kruse1-1/+0
2025-02-06[LLD][COFF] Add support for MinGW auto-export on ARM64X (#125862)Jacek Caban1-5/+4
2024-12-05[lld-link] Use COFFSyncStreamFangrui Song1-2/+2
2024-04-29[flang] Generate main only when a Fortran program statement is present (#89938)David Truby1-1/+0
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea1-0/+2
2023-10-02Revert "[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's ru...David Spickett1-1/+2
2023-09-30[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LL...Paul Scoropan1-2/+1
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song1-2/+2
2023-03-09Reapply [lld][flang] Add exceptions for Flang runtime libraries on MinGW.Markus Mützel1-0/+3
2023-03-09Revert "[lld][flang] Add exceptions for Flang runtime libraries on MinGW."Martin Storsjö1-3/+0
2023-03-09[lld][flang] Add exceptions for Flang runtime libraries on MinGW.Martin Storsjö1-0/+3
2023-01-26[NFC] Optimize vector usage in lldJez Ng1-3/+3
2023-01-09[LLD] Remove global state in lld/COFFAmy Huang1-12/+15
2023-01-09Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö1-15/+12
2023-01-08[LLD] Remove global state in lld/COFFAmy Huang1-12/+15
2022-08-11[LLD] [COFF] Add support for a new, mingw specific embedded directive -exclud...Martin Storsjö1-2/+4
2022-08-11[LLD] [MinGW] Implement the --exclude-symbols optionMartin Storsjö1-0/+4
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-4/+3
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-3/+4
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-4/+3
2021-09-17Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang1-12/+15
2021-09-16Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang1-15/+12
2021-09-16[LLD] Remove global state in lld/COFFAmy Huang1-12/+15
2021-04-29[LLD] [COFF] Fix the mingw --export-all-symbols behaviour with comdat symbolsMartin Storsjö1-1/+1
2020-11-24[LLD] [COFF] Allow wrapping dllimported functionsMartin Storsjö1-0/+13
2020-10-15Reapply [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö1-0/+75
2020-10-15Revert "[LLD] [COFF] Implement a GNU/ELF like -wrap option"Arthur Eubanks1-75/+0
2020-10-15[LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö1-0/+75
2020-07-30[LLD] [Mingw] Don't export symbols from profile generatePeiyuan Song1-0/+9
2020-02-25Remove namespace lld { namespace coff { from COFF LLD cpp filesReid Kleckner1-7/+3
2019-10-10[COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song1-3/+7
2019-10-10dummy comment typo fix commit to cycle the botsNico Weber1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama1-44/+44
2019-02-19Move MinGW-specific code out of LinkerDriver::link. NFC.Rui Ueyama1-39/+30
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-24[MinGW] Support for multiarch runtimes layoutMartin Storsjo1-0/+1
2018-09-26[COFF] Don't do autoexport of symbols from GNU import librariesMartin Storsjo1-5/+24
2018-09-18[COFF] Fix the name mangling of a function in the autoexport exclusion listMartin Storsjo1-1/+1
2018-09-04[COFF] Allow exporting all symbols from system libraries specfied with -whole...Martin Storsjo1-1/+10
2018-08-30[COFF] Skip exporting artificial symbols when exporting all symbolsMartin Storsjo1-2/+3
2018-04-19COFF: Rename Chunk::getPermissions to getOutputCharacteristics.Peter Collingbourne1-1/+1
2017-11-29[COFF] Don't export symbols that have corresponding __imp_ symbolsMartin Storsjo1-0/+10