summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Strings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-60/+0
* Consistent use of header file for ICF and MarkLiveSam Clegg2018-02-201-2/+0
* Factor out common code to Common/Strings.cpp.Rui Ueyama2017-11-281-18/+0
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* [ELF] - Update after LLVM r314883 change. NFC.George Rimar2017-10-041-10/+3
* [ELF] Prevent crash with binary inputs with non-ascii file namesJames Henderson2017-09-071-1/+3
* Move feature-specific functions out of Strings.cpp.Rui Ueyama2017-07-131-23/+0
* [ELF] - Use llvm::to_integer() instead of StringRef::getAsInteger().George Rimar2017-05-161-2/+2
* [ELF] __cxa_demangle is now called itaniumDemangle. Update.Davide Italiano2017-01-171-2/+2
* 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-127/+7
* Fix a bug that the glob pattern parser falls in an infinite loop for invalid ...Rui Ueyama2016-12-201-0/+1
* Remove unnecessary llvm/Config/config.h includesMichal Gorny2016-12-141-1/+0
* Make demangle() return None instead of "" if a given string is not a mangled ...Rui Ueyama2016-12-071-3/+3
* Introduce StringRefZ class to represent null-terminated strings.Rui Ueyama2016-11-291-0/+1
* Define toString(const SymbolBody &) and remove maybeDemangle instead.Rui Ueyama2016-11-241-6/+0
* Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.Rui Ueyama2016-11-031-51/+121
* Use globMatch() instead of llvm::regex in linker scriptsEugene Leviant2016-11-031-0/+30
* Define a helper function to demangle symbols.Rui Ueyama2016-10-261-0/+7
* [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.George Rimar2016-09-151-0/+13
* Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.George Rimar2016-09-091-0/+6
* [ELF] - Fix for: PR29093 - version script does not support [chars] wildcardsGeorge Rimar2016-09-071-5/+12
* Use the demangler in llvm.Rafael Espindola2016-09-061-10/+2
* Update comments.Rui Ueyama2016-09-021-1/+2
* [ELF] - Use std::regex instead of hand written logic in elf::globMatch()George Rimar2016-09-021-20/+29
* Move demangle() from Symbols.cpp to Strings.cpp.Rui Ueyama2016-07-071-0/+28
* Move isValidCIdentifier to Strings.cpp.Rui Ueyama2016-06-291-0/+13
* Create Strings.cpp and move string manipulation functions to that file.Rui Ueyama2016-06-291-0/+57
OpenPOWER on IntegriCloud