summaryrefslogtreecommitdiff
path: root/lld/COFF/SymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-091-38/+40
* Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö2023-01-091-40/+38
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-081-38/+40
* [COFF] Respect weak externals for mangled symbol searchingShoaib Meenai2022-12-121-2/+10
* [lld] Change Optional to std::optionalFangrui Song2022-11-271-1/+1
* [COFF] Change most Optional to std::optionalFangrui Song2022-11-271-7/+7
* [lld][COFF] Add support for overriding weak symbols in LLVM bitcode inputAlan Zhao2022-09-081-4/+4
* [lld/win] Use C++17 structured bindingsNico Weber2022-08-081-39/+13
* [lld/win] Use C++17 nested namespace syntax in most placesNico Weber2022-08-081-4/+2
* Reland: Make lld-link work in a non-MSVC shell, add /winsysroot:Peter Kasting2022-02-161-0/+1
* Revert "try to fix windows build after 73e585e44d" andDouglas Yung2022-02-111-1/+0
* Reland "[lld/coff] Make lld-link work in a non-MSVC shell, add /winsysroot:"Nico Weber2022-02-111-0/+1
* Revert "[lld/coff] Make lld-link work in a non-MSVC shell, add /winsysroot:"Adrian Prantl2022-02-111-1/+0
* [lld/coff] Make lld-link work in a non-MSVC shell, add /winsysroot:Peter Kasting2022-02-111-0/+1
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-1/+1
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-1/+1
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-1/+1
* [lld-link] Replace LazyObjFile with lazy ObjFile/BitcodeFileFangrui Song2022-01-041-13/+23
* [lld] Replace Symbolize.h with DIContext.h in lld's COFF libNoah Shutty2021-12-131-1/+1
* [lld] Rename addCombinedLTOObjects to match ELF driver. NFCSam Clegg2021-10-281-1/+1
* [lld] fix typos to cycle botsNico Weber2021-10-121-1/+1
* Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang2021-09-171-31/+24
* Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang2021-09-161-24/+31
* [LLD] Remove global state in lld/COFFAmy Huang2021-09-161-31/+24
* [LLD] [COFF] Fix up missing stdcall decorations in MinGW modeMartin Storsjö2021-07-021-11/+50
* [LLD] [COFF] Support linking directly against DLLs in MinGW modeMartin Storsjö2021-07-021-0/+21
* Reapply [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2020-10-151-1/+2
* Revert "[LLD] [COFF] Implement a GNU/ELF like -wrap option"Arthur Eubanks2020-10-151-2/+1
* [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2020-10-151-1/+2
* [LLD] [COFF] Fix a condition that was missed in 7f0e6c31c255. NFC.Martin Storsjö2020-10-151-1/+1
* [LLD][COFF] Skip computation of the undefined symbols references that are not...Sylvain Audi2020-07-201-19/+41
* [LLD] [COFF] Add options for disabling auto import and runtime pseudo relocsMartin Storsjö2020-05-141-1/+1
* [COFF] Assign unique identifiers to ObjFiles from LTOReid Kleckner2020-04-171-9/+5
* lld: Reduce number of references to undefined printed from 10 to 3.Nico Weber2020-03-301-1/+1
* [LLD] [COFF] Fix post-commit suggestions for absolute symbol equalityMartin Storsjö2020-01-081-2/+2
* [LLD] [COFF] Don't error out on duplicate absolute symbols with the same valueMartin Storsjö2020-01-041-2/+8
* [LLD] [COFF] Fix reporting duplicate errors for absolute symbolsMartin Storsjö2019-12-191-1/+3
* [COFF] Don't include llvm/LTO/LTO.h in a headerReid Kleckner2019-11-141-0/+1
* [LLD] [COFF] Fix automatically importing data symbols from DLLs with LTOMartin Storsjö2019-11-131-2/+0
* [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...Martin Storsjo2019-10-211-6/+4
* [LLD] [COFF] Try to report source locations for duplicate symbolsMartin Storsjo2019-10-181-9/+63
* [LLD] [COFF] Fix -Wmissing-field-initializers warnings. NFC.Martin Storsjo2019-10-151-1/+1
* [LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC.Martin Storsjo2019-10-151-12/+15
* [LLD] [COFF] Resolve source locations for undefined references using dwarfMartin Storsjo2019-09-251-0/+25
* reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman2019-09-031-23/+54
* Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich2019-08-301-54/+23
* [lld-link] implement -start-lib and -end-libBob Haarman2019-08-301-23/+54
* [COFF] Add libcall symbols to the link when LTO is being usedAmy Huang2019-08-221-0/+12
* [COFF] Avoid loading objects for mingw autoimport, when a defined alias existsMartin Storsjo2019-08-021-0/+2
* Fix an unused variable warning.Rui Ueyama2019-08-021-1/+1