summaryrefslogtreecommitdiff
path: root/lld/COFF/Symbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers2023-05-021-2/+2
* [Demangle] make llvm::demangle take std::string_view rather than const std::s...Nick Desaulniers2023-05-021-2/+2
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-091-20/+24
* Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö2023-01-091-24/+20
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-081-20/+24
* [lld][nfc] Remove lld::demangle() (partial revert of D116279)Jez Ng2022-10-141-2/+2
* [lld] Add support for other demanglers other than ItaniumLuís Ferreira2022-01-051-2/+2
* Revert "[lld] Add support for other demanglers other than Itanium"Luís Ferreira2021-12-301-2/+2
* [lld] Add support for other demanglers other than ItaniumLuís Ferreira2021-12-301-2/+2
* [LLD] [COFF] Support linking directly against DLLs in MinGW modeMartin Storsjö2021-07-021-0/+2
* [COFF] Migrate COFFObjectFile to Expected<T>Reid Kleckner2020-05-081-2/+2
* [COFF] Paritally inline Symbol::getName, NFCReid Kleckner2020-05-031-17/+9
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-3/+3
* [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