summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Strings.h
Commit message (Expand)AuthorAgeFilesLines
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-75/+0
* Factor out common code to Common/Strings.cpp.Rui Ueyama2017-11-281-4/+0
* [ELF] - Update after LLVM r314883 change. NFC.George Rimar2017-10-041-1/+0
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* [ELF] Prevent crash with binary inputs with non-ascii file namesJames Henderson2017-09-071-0/+1
* [ELF] - Apply clang-format. NFC.George Rimar2017-07-181-2/+2
* Move feature-specific functions out of Strings.cpp.Rui Ueyama2017-07-131-3/+0
* Remove lld toStringRef function.Zachary Turner2017-06-141-4/+0
* Simplify BinaryFile::parse and add comments.Rui Ueyama2017-04-271-0/+4
* Use ArrayRef instead of `const std::vector`.Rui Ueyama2016-12-201-1/+1
* Move GlobPattern class from LLD to llvm/Support.Rui Ueyama2016-12-201-25/+2
* Make demangle() return None instead of "" if a given string is not a mangled ...Rui Ueyama2016-12-071-3/+2
* Introduce StringRefZ class to represent null-terminated strings.Rui Ueyama2016-11-291-0/+30
* Define toString(const SymbolBody &) and remove maybeDemangle instead.Rui Ueyama2016-11-241-3/+0
* Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.Rui Ueyama2016-11-031-7/+32
* Use globMatch() instead of llvm::regex in linker scriptsEugene Leviant2016-11-031-0/+12
* Define a helper function to demangle symbols.Rui Ueyama2016-10-261-0/+3
* Move a utility function to Strings.cpp.Rui Ueyama2016-10-131-0/+6
* Fix old copy-n-paste errors.Rui Ueyama2016-09-151-2/+2
* [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.George Rimar2016-09-151-0/+1
* Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-0/+1
* [ELF] - Use std::regex instead of hand written logic in elf::globMatch()George Rimar2016-09-021-1/+3
* Move demangle() from Symbols.cpp to Strings.cpp.Rui Ueyama2016-07-071-0/+5
* Move isValidCIdentifier to Strings.cpp.Rui Ueyama2016-06-291-0/+1
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-291-0/+23
OpenPOWER on IntegriCloud