aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFImportFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-05-22[llvm-dlltool] Respect NONAME keywordMartin Storsjo1-1/+4
2019-03-26[llvm-dlltool] Set a proper machine type for weak symbol object filesMartin Storsjo1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-20[COFF] Use symbolic constants instead of hardcoded numbers. NFCI.Martin Storsjo1-1/+6
2018-05-09[COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo1-8/+7
2018-01-20[COFF] Keep the underscore on exported decorated stdcall functions in MSVC modeMartin Storsjo1-3/+12
2017-12-15Fixed the gcc 'enumeral and non-enumeral type in conditional expression [-Wer...Galina Kistanova1-3/+3
2017-12-13Remove redundant includes from lib/Object.Michael Zolotukhin1-2/+0
2017-09-21Convert the archive writer to use Error.Rafael Espindola1-6/+5
2017-08-30Simplify writeArchive return type.Rui Ueyama1-5/+3
2017-08-16[COFF] Make the weak aliases optionalMartin Storsjo1-2/+2
2017-08-16[COFF] Add SymbolName as a distinct field in COFFImportFileMartin Storsjo1-1/+1
2017-07-31[llvm-dlltool] Write correct weak externalsMartin Storsjo1-8/+5
2017-07-25[COFF] ARM64 support for COFFImportFileMartin Storsjo1-0/+3
2017-07-18Object: rename parameter from DLLName to ImportNameSaleem Abdulrasool1-16/+16
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone1-13/+101
2017-07-18Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama1-101/+13
2017-07-18llvm: fix -Wcast gcc warn error from rL308329Martell Malone1-6/+3
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone1-13/+104
2017-06-08Fixed warning: dereferencing type-punned pointer will break strict-aliasing r...Galina Kistanova1-7/+7
2017-06-02Re-land "COFF: migrate def parser from LLD to LLVM"Reid Kleckner1-0/+527
2017-06-02Revert "COFF: migrate def parser from LLD to LLVM"Reid Kleckner1-527/+0
2017-05-20COFF: Fix single StringRef return errorMartell Malone1-2/+2
2017-05-20COFF: migrate def parser from LLD to LLVM [1/2]Martell Malone1-0/+527