summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD] [COFF] Always demangle the __imp_ prefix to __declspec(dllimport)Martin Storsjo2019-10-041-3/+5
* [LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo2019-09-271-15/+15
* reland "[lld-link] implement -start-lib and -end-lib"Bob Haarman2019-09-031-2/+4
* [LLD] [COFF] Demangle itanium symbols in mingw modeMartin Storsjo2019-09-021-1/+12
* Revert "[lld-link] implement -start-lib and -end-lib"Vlad Tsyrklevich2019-08-301-4/+2
* [lld-link] implement -start-lib and -end-libBob Haarman2019-08-301-2/+4
* [COFF] Add libcall symbols to the link when LTO is being usedAmy Huang2019-08-221-0/+9
* ld.lld: Demangle symbols from archives in diagnosticsNico Weber2019-07-231-1/+3
* lld-link: Demangle symbols from archives in diagnosticsNico Weber2019-07-191-4/+7
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-50/+50
* [COFF] Pack Name in Symbol as is done in ELFReid Kleckner2019-04-191-5/+13
* lld-link: Only print demangled symbol names by defaultNico Weber2019-03-111-2/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo2018-08-311-1/+1
* [COFF] Support MinGW automatic dllimport of dataMartin Storsjo2018-08-271-0/+7
* COFF: Don't create unnecessary thunks.Peter Collingbourne2018-05-101-1/+1
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-2/+2
* Remove an unused accessor and simplify the logic a bit. NFC.Rui Ueyama2018-02-171-1/+1
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-281-1/+1
* Factor out common code to Common/Strings.cpp.Rui Ueyama2017-11-281-1/+1
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-5/+5
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* [PDB] Write public symbol records and the publics hash tableReid Kleckner2017-07-271-0/+11
* Rename ObjectFile ObjFile for COFF as well.Rui Ueyama2017-07-261-3/+2
* [COFF] Add initial support for some ARM64 relocations and import thunksMartin Storsjo2017-07-111-0/+2
* [COFF] Fix SECTION and SECREL relocation handling for absolute symbolsReid Kleckner2017-06-221-0/+2
* Garbage collect dllimported symbols.Rui Ueyama2017-05-241-1/+1
* Rewrite badly-formatted switch. NFC.Rui Ueyama2017-05-241-8/+11
* Revert r303304: Re-submit r303225: Garbage collect dllimported symbols.Rui Ueyama2017-05-221-2/+1
* Re-submit r303225: Garbage collect dllimported symbols.Rui Ueyama2017-05-171-1/+2
* Revert r303225 "Garbage collect dllimported symbols."Hans Wennborg2017-05-171-2/+1
* Garbage collect dllimported symbols.Rui Ueyama2017-05-171-1/+2
* refactor COFF linker to use new LTO APIBob Haarman2017-02-021-5/+4
* Unbreak Darwin buildbots.Rui Ueyama2017-01-061-7/+7
* Merge elf::toString and coff::toString.Rui Ueyama2017-01-061-4/+3
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* COFF: Fix memory leaks reported by lsan.Peter Collingbourne2016-12-121-3/+3
* COFF: New symbol table design.Peter Collingbourne2016-12-091-141/+1
* COFF: Use make() to create a new file object in createFile.Rui Ueyama2016-12-081-6/+7
* Revert r289084: Start using make() in COFF.Rui Ueyama2016-12-081-7/+6
* Start using make() in COFF.Rui Ueyama2016-12-081-6/+7
* COFF: Define overloaded toString functions.Rui Ueyama2016-12-071-14/+21
* COFF: Update error messages so that they start with lowercase letters.Rui Ueyama2016-07-151-1/+1
* Remove unnecessary explicit call of Twine ctor.Rui Ueyama2016-07-151-1/+1
* COFF: Rename noreturn error -> fatal.Rui Ueyama2016-07-141-1/+1
* [COFF] Remove an unused function, getFileOffDavid Majnemer2016-03-151-26/+0
* COFF: Allow forward reference for weak externalsRui Ueyama2015-08-171-1/+1
* Port the error functions from ELF to COFF.Rafael Espindola2015-08-061-12/+7
* COFF: ARM: Fix DLL import table.Rui Ueyama2015-07-291-8/+4
* COFF: Use short identifiers. NFC.Rui Ueyama2015-07-251-2/+2
OpenPOWER on IntegriCloud