summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFImportFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] Use symbolic constants instead of hardcoded numbers. NFCI.Martin Storsjo2018-07-201-1/+6
* [COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo2018-05-091-8/+7
* [COFF] Keep the underscore on exported decorated stdcall functions in MSVC modeMartin Storsjo2018-01-201-3/+12
* Fixed the gcc 'enumeral and non-enumeral type in conditional expression [-Wer...Galina Kistanova2017-12-151-3/+3
* Remove redundant includes from lib/Object.Michael Zolotukhin2017-12-131-2/+0
* Convert the archive writer to use Error.Rafael Espindola2017-09-211-6/+5
* Simplify writeArchive return type.Rui Ueyama2017-08-301-5/+3
* [COFF] Make the weak aliases optionalMartin Storsjo2017-08-161-2/+2
* [COFF] Add SymbolName as a distinct field in COFFImportFileMartin Storsjo2017-08-161-1/+1
* [llvm-dlltool] Write correct weak externalsMartin Storsjo2017-07-311-8/+5
* [COFF] ARM64 support for COFFImportFileMartin Storsjo2017-07-251-0/+3
* Object: rename parameter from DLLName to ImportNameSaleem Abdulrasool2017-07-181-16/+16
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-181-13/+101
* Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama2017-07-181-101/+13
* llvm: fix -Wcast gcc warn error from rL308329Martell Malone2017-07-181-6/+3
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-181-13/+104
* Fixed warning: dereferencing type-punned pointer will break strict-aliasing r...Galina Kistanova2017-06-081-7/+7
* Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-0/+527
* Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner2017-06-021-527/+0
* COFF: Fix single StringRef return errorMartell Malone2017-05-201-2/+2
* COFF: migrate def parser from LLD to LLVM [1/2]Martell Malone2017-05-201-0/+527
OpenPOWER on IntegriCloud