summaryrefslogtreecommitdiffstats
path: root/lld/COFF/ModuleDef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-304/+0
* Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-0/+304
* COFF: migrate def parser from LLD to LLVM [2/2]Martell Malone2017-05-201-304/+0
* COFF: add support for CONSTANT exportsSaleem Abdulrasool2017-04-211-0/+7
* [COFF] Don't let /def override /out filenameReid Kleckner2017-03-211-7/+15
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* Fix -Wunused-private-field.Rui Ueyama2016-12-081-1/+0
* COFF: Use a string saver in Memory.h in Driver.Rui Ueyama2016-12-081-6/+5
* Remove unnecessary explicit call of Twine ctor.Rui Ueyama2016-07-151-5/+5
* COFF: Rename noreturn error -> fatal.Rui Ueyama2016-07-141-7/+7
* [LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.Rui Ueyama2015-10-021-1/+1
* COFF: Improve dllexported name mangling compatibility.Rui Ueyama2015-08-311-2/+10
* Update for llvm api change.Rafael Espindola2015-08-131-3/+3
* Port the error functions from ELF to COFF.Rafael Espindola2015-08-061-76/+45
* COFF: Use short identifiers. NFC.Rui Ueyama2015-07-251-1/+1
* COFF: Don't assume !is64() means i386.Rui Ueyama2015-07-251-1/+1
* COFF: Fix mangled dllexported names.Rui Ueyama2015-07-151-2/+2
* COFF: Fix dllexported symbol names on x86.Rui Ueyama2015-07-091-3/+8
* COFF: Fix lexer for the module-definition file.Rui Ueyama2015-06-251-3/+1
* COFF: Support module-definition files.Rui Ueyama2015-06-171-0/+311
OpenPOWER on IntegriCloud