summaryrefslogtreecommitdiff
path: root/lld/include/lld/Common/Strings.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused #include "llvm/ADT/Optional.h"Fangrui Song2022-12-051-1/+0
* [lld][nfc] Remove lld::demangle() (partial revert of D116279)Jez Ng2022-10-141-8/+0
* [lld] Change vector to SmallVector. NFCFangrui Song2022-07-301-1/+2
* [lld] Add support for other demanglers other than ItaniumLuís Ferreira2022-01-051-3/+8
* Revert "[lld] Add support for other demanglers other than Itanium"Luís Ferreira2021-12-301-8/+3
* [lld] Add support for other demanglers other than ItaniumLuís Ferreira2021-12-301-3/+8
* fix comment typo to cycle botsNico Weber2021-02-171-3/+2
* [LLD][ELF] Optimize linker script filename glob pattern matching NFCAndrew Ng2020-09-161-1/+6
* [lld/ELF] PR44498: Support input filename in double quoteThomas Preud'homme2020-01-221-5/+41
* [LLD] Simplify the demangleItanium function. NFC.Martin Storsjo2019-09-271-2/+2
* [LLD] [COFF] Use the unified llvm demangle frontend function. NFC.Martin Storsjo2019-09-271-1/+0
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-8/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use llvm::arrayRefFromStringRefSam Clegg2018-10-221-3/+0
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-221-1/+4
* Remove unused features from StringRefZ and move it to Symbols.h.Rui Ueyama2018-04-251-33/+0
* Pack symbols a bit more.Rafael Espindola2018-04-251-0/+3
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-0/+53
* Factor out common code to Common/Strings.cpp.Rui Ueyama2017-11-281-0/+23