summaryrefslogtreecommitdiff
path: root/lld/COFF/MinGW.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply [lld][flang] Add exceptions for Flang runtime libraries on MinGW.Markus Mützel2023-03-091-0/+3
* Revert "[lld][flang] Add exceptions for Flang runtime libraries on MinGW."Martin Storsjö2023-03-091-3/+0
* [lld][flang] Add exceptions for Flang runtime libraries on MinGW.Martin Storsjö2023-03-091-0/+3
* [NFC] Optimize vector usage in lldJez Ng2023-01-261-3/+3
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-091-12/+15
* Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö2023-01-091-15/+12
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-081-12/+15
* [LLD] [COFF] Add support for a new, mingw specific embedded directive -exclud...Martin Storsjö2022-08-111-2/+4
* [LLD] [MinGW] Implement the --exclude-symbols optionMartin Storsjö2022-08-111-0/+4
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-4/+3
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-3/+4
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-4/+3
* Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang2021-09-171-12/+15
* Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang2021-09-161-15/+12
* [LLD] Remove global state in lld/COFFAmy Huang2021-09-161-12/+15
* [LLD] [COFF] Fix the mingw --export-all-symbols behaviour with comdat symbolsMartin Storsjö2021-04-291-1/+1
* [LLD] [COFF] Allow wrapping dllimported functionsMartin Storsjö2020-11-241-0/+13
* Reapply [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2020-10-151-0/+75
* Revert "[LLD] [COFF] Implement a GNU/ELF like -wrap option"Arthur Eubanks2020-10-151-75/+0
* [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2020-10-151-0/+75
* [LLD] [Mingw] Don't export symbols from profile generatePeiyuan Song2020-07-301-0/+9
* Remove namespace lld { namespace coff { from COFF LLD cpp filesReid Kleckner2020-02-251-7/+3
* [COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song2019-10-101-3/+7
* dummy comment typo fix commit to cycle the botsNico Weber2019-10-101-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-44/+44
* Move MinGW-specific code out of LinkerDriver::link. NFC.Rui Ueyama2019-02-191-39/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MinGW] Support for multiarch runtimes layoutMartin Storsjo2018-10-241-0/+1
* [COFF] Don't do autoexport of symbols from GNU import librariesMartin Storsjo2018-09-261-5/+24
* [COFF] Fix the name mangling of a function in the autoexport exclusion listMartin Storsjo2018-09-181-1/+1
* [COFF] Allow exporting all symbols from system libraries specfied with -whole...Martin Storsjo2018-09-041-1/+10
* [COFF] Skip exporting artificial symbols when exporting all symbolsMartin Storsjo2018-08-301-2/+3
* COFF: Rename Chunk::getPermissions to getOutputCharacteristics.Peter Collingbourne2018-04-191-1/+1
* [COFF] Don't export symbols that have corresponding __imp_ symbolsMartin Storsjo2017-11-291-0/+10
* Return early. NFC.Rui Ueyama2017-11-221-6/+3
* Add more blank lines to separate code chunks.Rui Ueyama2017-11-221-2/+9
* [COFF] Improve the autoexport check for symbols from import libraries with -o...Martin Storsjo2017-11-161-0/+8
* [MinGW] Don't autoexport anything from libmsvcrt or libucrtbaseMartin Storsjo2017-11-061-0/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* [MinGW] Omit libc++/libc++abi/libunwind from autoexportingMartin Storsjo2017-10-231-0/+3
* [COFF] Move MinGW specific functions/classes to a separate file. NFC.Martin Storsjo2017-10-191-0/+119