summaryrefslogtreecommitdiffstats
path: root/lld/COFF/SymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lld-link] diagnose undefined symbols before LTO when possibleBob Haarman2019-07-261-48/+125
* lld-link: Demangle symbols from archives in diagnosticsNico Weber2019-07-191-4/+4
* [COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song2019-07-161-1/+1
* Reland "[COFF] Add null check in case of symbols defined in LTO blobs"Reid Kleckner2019-07-151-1/+1
* Revert "[COFF] Add null check in case of symbols defined in LTO blobs"Petr Hosek2019-07-131-1/+1
* [COFF] Add null check in case of symbols defined in LTO blobsReid Kleckner2019-07-131-1/+1
* Fix odd variable names.Rui Ueyama2019-07-121-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-351/+351
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-1/+1
* Fix lld build on Windows with MSVC due to C2461Michael Liao2019-06-271-2/+2
* Port r363962 to COFF: Deduplicate undefined symbol diagnosticsNico Weber2019-06-251-8/+59
* Share /machine: handling code with llvm-cvtres tooNico Weber2019-06-121-1/+1
* llvm-lib: Implement /machine: argumentNico Weber2019-06-111-0/+1
* [COFF] Fix /export:foo=bar when bar is a weak aliasReid Kleckner2019-06-071-26/+34
* Shrink SectionChunk by combining Relocs and SectionName sizesReid Kleckner2019-05-031-2/+2
* [LLD][COFF] More detailed information for /failifmismatchAlexandre Ganea2019-03-061-6/+1
* lld/coff: Implement some support for the comdat selection fieldNico Weber2019-01-301-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix -Wextra-qualification warningReid Kleckner2018-11-081-1/+1
* [COFF] Improve relocation against discarded section errorReid Kleckner2018-11-081-1/+1
* [LLD] Fix Microsoft precompiled headers cross-compile on LinuxAlexandre Ganea2018-11-081-0/+5
* [COFF] Add and use a Wordsize field in Config. NFCI.Martin Storsjo2018-10-111-2/+1
* [COFF] Allow automatic dllimport from gnu import librariesMartin Storsjo2018-09-261-7/+19
* [COFF] Fix a block with incorrect indentation. NFC.Martin Storsjo2018-09-181-3/+3
* lld-link: print demangled symbol names for "undefined symbol" diagnosticsNico Weber2018-09-151-19/+17
* COFF: Add support for /force:multiple optionRui Ueyama2018-09-131-4/+10
* [COFF] don't mark lazy symbols as used in regular objectsBob Haarman2018-09-061-4/+9
* [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo2018-08-311-0/+17
* [COFF] Support MinGW automatic dllimport of dataMartin Storsjo2018-08-271-0/+50
* lld-link: Separate 'undefined symbol' errors with just one newline, not two.Nico Weber2018-08-221-2/+1
* Set IsUsedInRegularObj in a consistent manor between COFF, ELF and wasm. NFCSam Clegg2018-08-021-25/+21
* [COFF] Store import symbol pointers as pointers to the base classMartin Storsjo2018-07-101-6/+5
* [lld] Address post-commit review of r335848Filipe Cabecinhas2018-06-291-1/+1
* Fix warning on MSVC by using size_t arithmetic instead of casting after the f...Filipe Cabecinhas2018-06-281-1/+1
OpenPOWER on IntegriCloud