summaryrefslogtreecommitdiffstats
path: root/lld/COFF/MinGW.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud