summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/WinLinkModuleDef.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Keep unmangled name in the export table descriptorRui Ueyama2014-09-241-1/+1
* [PECOFF] Handle PRIVATE keyword in the module definition fileRui Ueyama2014-09-221-10/+15
* [PECOFF] DLL extension can be omitted in .def file.Rui Ueyama2014-05-091-0/+2
* [PECOFF] Support =internalName syntax in .def file.Rui Ueyama2014-05-021-0/+11
* [PECOFF] Allow multiple directives in one module-definition file.Rui Ueyama2014-04-261-14/+36
* [PECOFF] Fix off-by-one error in .def file parser.Rui Ueyama2014-04-251-1/+1
* [PECOFF] Handle line comment in module-definition file.Rui Ueyama2014-04-221-41/+48
* [PECOFF] Support LIBRARY directive.Rui Ueyama2014-04-181-0/+9
* Use switch for readability.Rui Ueyama2014-04-181-12/+15
* [C++11] Work around an incompatibility between llvm::tie and std::tie.Benjamin Kramer2014-03-021-1/+1
* [PECOFF] Support STACKSIZE module-definition file directive.Rui Ueyama2014-01-141-3/+11
* [PECOFF] Support VERSION directive.Rui Ueyama2014-01-111-0/+25
* [PECOFF] Support NAME directive.Rui Ueyama2014-01-111-0/+42
* [PECOFF] Add a helper function to read an integer from .def file.Rui Ueyama2014-01-111-12/+17
* [PECOFF] Print a better error message for unknown module-definition file dire...Rui Ueyama2014-01-111-1/+1
* [PECOFF] Support HEAPSIZE directive.Rui Ueyama2014-01-111-2/+37
* [PECOFF] Refactor module-defintion file parser.Rui Ueyama2014-01-111-10/+12
* [PECOFF] Support module-definition file.Rui Ueyama2014-01-101-0/+119
OpenPOWER on IntegriCloud