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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-60
/
+0
*
Consistent use of header file for ICF and MarkLive
Sam Clegg
2018-02-20
1
-2
/
+0
*
Factor out common code to Common/Strings.cpp.
Rui Ueyama
2017-11-28
1
-18
/
+0
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
[ELF] - Update after LLVM r314883 change. NFC.
George Rimar
2017-10-04
1
-10
/
+3
*
[ELF] Prevent crash with binary inputs with non-ascii file names
James Henderson
2017-09-07
1
-1
/
+3
*
Move feature-specific functions out of Strings.cpp.
Rui Ueyama
2017-07-13
1
-23
/
+0
*
[ELF] - Use llvm::to_integer() instead of StringRef::getAsInteger().
George Rimar
2017-05-16
1
-2
/
+2
*
[ELF] __cxa_demangle is now called itaniumDemangle. Update.
Davide Italiano
2017-01-17
1
-2
/
+2
*
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
-127
/
+7
*
Fix a bug that the glob pattern parser falls in an infinite loop for invalid ...
Rui Ueyama
2016-12-20
1
-0
/
+1
*
Remove unnecessary llvm/Config/config.h includes
Michal Gorny
2016-12-14
1
-1
/
+0
*
Make demangle() return None instead of "" if a given string is not a mangled ...
Rui Ueyama
2016-12-07
1
-3
/
+3
*
Introduce StringRefZ class to represent null-terminated strings.
Rui Ueyama
2016-11-29
1
-0
/
+1
*
Define toString(const SymbolBody &) and remove maybeDemangle instead.
Rui Ueyama
2016-11-24
1
-6
/
+0
*
Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.
Rui Ueyama
2016-11-03
1
-51
/
+121
*
Use globMatch() instead of llvm::regex in linker scripts
Eugene Leviant
2016-11-03
1
-0
/
+30
*
Define a helper function to demangle symbols.
Rui Ueyama
2016-10-26
1
-0
/
+7
*
[ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
George Rimar
2016-09-15
1
-0
/
+13
*
Recommit [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.
George Rimar
2016-09-09
1
-0
/
+6
*
[ELF] - Fix for: PR29093 - version script does not support [chars] wildcards
George Rimar
2016-09-07
1
-5
/
+12
*
Use the demangler in llvm.
Rafael Espindola
2016-09-06
1
-10
/
+2
*
Update comments.
Rui Ueyama
2016-09-02
1
-1
/
+2
*
[ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar
2016-09-02
1
-20
/
+29
*
Move demangle() from Symbols.cpp to Strings.cpp.
Rui Ueyama
2016-07-07
1
-0
/
+28
*
Move isValidCIdentifier to Strings.cpp.
Rui Ueyama
2016-06-29
1
-0
/
+13
*
Create Strings.cpp and move string manipulation functions to that file.
Rui Ueyama
2016-06-29
1
-0
/
+57