summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Strings.h
Commit message (Expand)AuthorAgeFilesLines
* 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