summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFModuleDefinition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo2018-05-091-2/+11
* [COFF] Ignore semicolons in module definition identifiersRui Ueyama2017-12-061-1/+1
* [COFF] Support ordinals in def files with space between @ and the numberMartin Storsjo2017-10-261-3/+8
* [COFF] Improve the check for functions that should get an extra underscoreMartin Storsjo2017-10-231-3/+21
* [llvm-dlltool] Fix creating stdcall/fastcall import libraries for i386Martin Storsjo2017-08-161-1/+7
* Object: preserve more information about DEF fileSaleem Abdulrasool2017-07-191-4/+8
* Object: handle extensions properly in def filesSaleem Abdulrasool2017-07-181-3/+3
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-181-7/+15
* Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama2017-07-181-15/+7
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-181-7/+15
* Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-0/+319
* Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-319/+0
* COFF: Fix another StringRef return errorMartell Malone2017-05-201-1/+1
* COFF: migrate def parser from LLD to LLVM [1/2]Martell Malone2017-05-201-0/+319
OpenPOWER on IntegriCloud