summaryrefslogtreecommitdiff
path: root/lld/COFF/Symbols.h
Commit message (Expand)AuthorAgeFilesLines
* [lld][COFF] Add support for overriding weak symbols in LLVM bitcode inputAlan Zhao2022-09-081-2/+9
* [LLD][COFF] Fix writing a map file when range extension thunks are insertedJan Ole Hüser2022-09-071-1/+4
* [lld-link] Replace LazyObjFile with lazy ObjFile/BitcodeFileFangrui Song2022-01-041-3/+2
* [LLD] [COFF] Add a couple "MinGW only" comments re linking against DLLs. NFC.Martin Storsjö2021-07-201-0/+1
* [LLD] [COFF] Support linking directly against DLLs in MinGW modeMartin Storsjö2021-07-021-1/+18
* [CFGuard] Add address-taken IAT tables and delay-load supportAndrew Paverd2020-11-171-0/+7
* Revert "Reland [CFGuard] Add address-taken IAT tables and delay-load support"Hans Wennborg2020-11-111-7/+0
* Reapply [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2020-10-151-2/+14
* Revert "[LLD] [COFF] Implement a GNU/ELF like -wrap option"Arthur Eubanks2020-10-151-14/+2
* [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2020-10-151-2/+14
* Reland [CFGuard] Add address-taken IAT tables and delay-load supportAndrew Paverd2020-10-131-0/+7
* Revert "[CFGuard] Add address-taken IAT tables and delay-load support"Arthur Eubanks2020-10-011-7/+0
* [CFGuard] Add address-taken IAT tables and delay-load supportAndrew Paverd2020-10-011-0/+7
* [COFF] Paritally inline Symbol::getName, NFCReid Kleckner2020-05-031-1/+15
* [LLD] [COFF] Fix post-commit suggestions for absolute symbol equalityMartin Storsjö2020-01-081-8/+1
* [LLD] [COFF] Don't error out on duplicate absolute symbols with the same valueMartin Storsjö2020-01-041-0/+8
* reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman2019-09-031-15/+26
* Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich2019-08-301-26/+15
* [lld-link] implement -start-lib and -end-libBob Haarman2019-08-301-15/+26
* [COFF] Add libcall symbols to the link when LTO is being usedAmy Huang2019-08-221-0/+2
* ld.lld: Demangle symbols from archives in diagnosticsNico Weber2019-07-231-2/+8
* lld-link: Demangle symbols from archives in diagnosticsNico Weber2019-07-191-0/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-114/+114
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-5/+1
* [COFF] Pack Name in Symbol as is done in ELFReid Kleckner2019-04-191-3/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* lld-link: Spelling fixes in comments and minor style tweaksNico Weber2019-01-141-1/+1
* [COFF] Allow automatic dllimport from gnu import librariesMartin Storsjo2018-09-261-3/+3
* fix comment typoNico Weber2018-08-271-1/+1
* [COFF] Support MinGW automatic dllimport of dataMartin Storsjo2018-08-271-0/+4
* [COFF] Fix a comment about automatic resolving of dllimports from within a mo...Martin Storsjo2018-08-071-2/+2
* Remove an unused accessor and simplify the logic a bit. NFC.Rui Ueyama2018-02-171-5/+4
* Revert r325158: Convert an assert to a static_assert. NFC.Rui Ueyama2018-02-141-2/+2
* Convert an assert to a static_assert. NFC.Sam Clegg2018-02-141-2/+2
* Check that Symbol types are trivially destructibleSam Clegg2018-02-131-0/+2
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-281-1/+1
* Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne2017-11-281-1/+0
* Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne2017-11-271-0/+1
* COFF: Do not create SectionChunks for discarded comdat sections.Peter Collingbourne2017-11-271-1/+0
* COFF: Emit a COFF symbol table if /debug:dwarf is specified.Peter Collingbourne2017-11-211-1/+6
* COFF: Remove unused fields. NFC.Peter Collingbourne2017-11-201-6/+1
* Remove a std::map and std::set that show up in LLD profilesReid Kleckner2017-11-131-1/+5
* Rename replaceBody -> replaceSymbol.Rui Ueyama2017-11-031-1/+1
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-30/+27
* Remove a redundant union member.Rui Ueyama2017-10-311-10/+9
* [COFF] Merge Symbol and SymbolBody.Rui Ueyama2017-10-311-42/+27
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* [COFF] Add support for aligncomm directivesMartin Storsjo2017-08-141-1/+1
* [PDB] Write public symbol records and the publics hash tableReid Kleckner2017-07-271-4/+8
* Rename ObjectFile ObjFile for COFF as well.Rui Ueyama2017-07-261-1/+1