index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
/
ELF
/
Strings.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-75
/
+0
*
Factor out common code to Common/Strings.cpp.
Rui Ueyama
2017-11-28
1
-4
/
+0
*
[ELF] - Update after LLVM r314883 change. NFC.
George Rimar
2017-10-04
1
-1
/
+0
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
[ELF] Prevent crash with binary inputs with non-ascii file names
James Henderson
2017-09-07
1
-0
/
+1
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-07-18
1
-2
/
+2
*
Move feature-specific functions out of Strings.cpp.
Rui Ueyama
2017-07-13
1
-3
/
+0
*
Remove lld toStringRef function.
Zachary Turner
2017-06-14
1
-4
/
+0
*
Simplify BinaryFile::parse and add comments.
Rui Ueyama
2017-04-27
1
-0
/
+4
*
Use ArrayRef instead of `const std::vector`.
Rui Ueyama
2016-12-20
1
-1
/
+1
*
Move GlobPattern class from LLD to llvm/Support.
Rui Ueyama
2016-12-20
1
-25
/
+2
*
Make demangle() return None instead of "" if a given string is not a mangled ...
Rui Ueyama
2016-12-07
1
-3
/
+2
*
Introduce StringRefZ class to represent null-terminated strings.
Rui Ueyama
2016-11-29
1
-0
/
+30
*
Define toString(const SymbolBody &) and remove maybeDemangle instead.
Rui Ueyama
2016-11-24
1
-3
/
+0
*
Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.
Rui Ueyama
2016-11-03
1
-7
/
+32
*
Use globMatch() instead of llvm::regex in linker scripts
Eugene Leviant
2016-11-03
1
-0
/
+12
*
Define a helper function to demangle symbols.
Rui Ueyama
2016-10-26
1
-0
/
+3
*
Move a utility function to Strings.cpp.
Rui Ueyama
2016-10-13
1
-0
/
+6
*
Fix old copy-n-paste errors.
Rui Ueyama
2016-09-15
1
-2
/
+2
*
[ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
George Rimar
2016-09-15
1
-0
/
+1
*
Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
George Rimar
2016-09-09
1
-0
/
+1
*
[ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar
2016-09-02
1
-1
/
+3
*
Move demangle() from Symbols.cpp to Strings.cpp.
Rui Ueyama
2016-07-07
1
-0
/
+5
*
Move isValidCIdentifier to Strings.cpp.
Rui Ueyama
2016-06-29
1
-0
/
+1
*
Create Strings.cpp and move string manipulation functions to that file.
Rui Ueyama
2016-06-29
1
-0
/
+23