summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/WriterImportLibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-061-118/+0
* [PECOFF] Fix exported symbols in an import library.Rui Ueyama2014-12-051-0/+2
* [PECOFF] Fix symbols in module-definition file.Rui Ueyama2014-11-041-1/+9
* Use llvm::sys::findProgramByName. NFC.Rafael Espindola2014-11-041-19/+22
* [PECOFF] Fix exported symbol in the import libraryRui Ueyama2014-10-211-1/+1
* [PECOFF] Do not print @<ordinal> if the symbol is privateRui Ueyama2014-09-241-1/+3
* [PECOFF] Handle PRIVATE keyword in the module definition fileRui Ueyama2014-09-221-0/+2
* [PECOFF] Run lib.exe with /machine:x64.Rui Ueyama2014-09-051-1/+1
* Fix typosAlp Toker2014-05-201-1/+1
* [PECOFF] Support =internalName syntax in .def file.Rui Ueyama2014-05-021-1/+1
* [PECOFF] Fix exported symbol name.Rui Ueyama2014-05-011-1/+1
* [PECOFF] Add a test for lib.exe subcommand.Rui Ueyama2014-05-011-18/+43
* [PECOFF] Add /IMPLIB command line option.Rui Ueyama2014-04-251-7/+1
* [PECOFF] Fix /export option in the .drectve section.Rui Ueyama2013-12-241-1/+1
* [PECOFF] Create noname or data symbols as such.Rui Ueyama2013-12-201-2/+8
* [PECOFF] Create the import library file.Rui Ueyama2013-12-201-0/+76
OpenPOWER on IntegriCloud