aboutsummaryrefslogtreecommitdiff
path: root/COFF
AgeCommit message (Expand)Author
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-10-02[ICF] Include section contents in section hash values.Rui Ueyama
2017-09-21Update for llvm change.Rafael Espindola
2017-09-21Simplify error handling. NFC.Rafael Espindola
2017-09-20[COFF] Adjust secrel limit checkShoaib Meenai
2017-09-19[COFF] Check for sections larger than 4 GiBShoaib Meenai
2017-09-15Revert r303378: Set IMAGE_DLL_CHARACTERISTICS_NO_BIND.Rui Ueyama
2017-09-15[COFF] Remove unused variable NFCReid Kleckner
2017-09-13Remove {get,set}Align accessor functions and use Alignment member variable in...Rui Ueyama
2017-09-13Do not use hasArgNoClaim().Rui Ueyama
2017-09-13[MinGW] Support dllexport on i386Martin Storsjo
2017-09-13[COFF] Add support for the -wholearchive optionMartin Storsjo
2017-09-11Ignore /natvis option for now.Rui Ueyama
2017-09-08COFF: Implement ThinLTO cache and cache pruning support.Peter Collingbourne
2017-09-07COFF: Remove unnecessary casts. NFCI.Peter Collingbourne
2017-09-06Fix crbug 759265 by suppressing llvm mt warnings.Eric Beckmann
2017-09-05lld-link: Add --rsp-quoting= flag.Nico Weber
2017-09-05Use raw_string_ostream::str to get a result string.Rui Ueyama
2017-09-01COFF: simplify thunk handling (NFC)Saleem Abdulrasool
2017-09-01COFF: handle multiply defined symbols with different storageSaleem Abdulrasool
2017-08-30Simplify writeArchive return type.Rui Ueyama
2017-08-30Revert r312171: Support nested static libraries.Rui Ueyama
2017-08-30Support nested static libraries.Rui Ueyama
2017-08-30Move a function from Driver.cpp to InputFile.cpp.Rui Ueyama
2017-08-28Remove Symtab aliases.Rui Ueyama
2017-08-28Keep an instance of COFFOptTable alive as long as InputArgList is alive.Rui Ueyama
2017-08-24Simplify. NFC.Rui Ueyama
2017-08-24Minor refactoring. NFC.Rui Ueyama
2017-08-23Update comments: parallel_for_each -> parallelForEachSam Clegg
2017-08-23NFC: LLD fix OptTable Variable Name StyleMartell Malone
2017-08-22Fix a -Wpessimizing-move warning from Clang on this code --Chandler Carruth
2017-08-22Integrate manifest merging library into LLD.Eric Beckmann
2017-08-16[COFF] Don't produce weak aliases in import librariesMartin Storsjo
2017-08-16[COFF] Fix the name type for stdcall functions in import librariesMartin Storsjo
2017-08-15Fix warning about unused variable.Zachary Turner
2017-08-15[LLD COFF/PDB] Incrementally update the build id.Zachary Turner
2017-08-14[COFF] Add support for aligncomm directivesMartin Storsjo
2017-08-14[PDB] Ignore all S_UDT symbols when writing PDBs.Zachary Turner
2017-08-11Fix some broken tests.Zachary Turner
2017-08-11[pdb] Fix linker module symbols to work with dbgeng.Zachary Turner
2017-08-11Output S_SECTION symbols to the Linker module.Zachary Turner
2017-08-11Remove unused lambda capture.Zachary Turner
2017-08-11[LLD/PDB] Write actual records to the globals stream.Zachary Turner
2017-08-09[PDB] Merge Global and Publics Builders.Zachary Turner
2017-08-08[PDB] Fix linking of function symbols and local variables.Zachary Turner
2017-08-07[lld] Write the DataCRC to the output PDB.Zachary Turner
2017-08-04Fix build breakage.Zachary Turner
2017-08-04[lld] Write the absolute PDB path to the debug directory.Zachary Turner
2017-08-03[PDB] Fix section contributionsReid Kleckner
2017-08-02[PDB] Improve our PDB OMF debug directory entryReid Kleckner