summaryrefslogtreecommitdiff
path: root/lib/Object/COFFImportFile.cpp
AgeCommit message (Expand)Author
2017-12-15Fixed the gcc 'enumeral and non-enumeral type in conditional expression [-Wer...Galina Kistanova
2017-12-13Remove redundant includes from lib/Object.Michael Zolotukhin
2017-09-21Convert the archive writer to use Error.Rafael Espindola
2017-08-30Simplify writeArchive return type.Rui Ueyama
2017-08-16[COFF] Make the weak aliases optionalMartin Storsjo
2017-08-16[COFF] Add SymbolName as a distinct field in COFFImportFileMartin Storsjo
2017-07-31[llvm-dlltool] Write correct weak externalsMartin Storsjo
2017-07-25[COFF] ARM64 support for COFFImportFileMartin Storsjo
2017-07-18Object: rename parameter from DLLName to ImportNameSaleem Abdulrasool
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone
2017-07-18Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama
2017-07-18llvm: fix -Wcast gcc warn error from rL308329Martell Malone
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone
2017-06-08Fixed warning: dereferencing type-punned pointer will break strict-aliasing r...Galina Kistanova
2017-06-02Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner
2017-06-02Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner
2017-05-20COFF: Fix single StringRef return errorMartell Malone
2017-05-20COFF: migrate def parser from LLD to LLVM [1/2]Martell Malone