index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
StringRef.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-3
/
+6
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-0
/
+7
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-15
/
+12
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-6
/
+5
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-8
/
+10
*
Add {start,end}with_lower methods to StringRef.
Rui Ueyama
2013-10-30
1
-0
/
+6
*
Added const qualifier to StringRef::edit_distance member function
Dmitri Gribenko
2013-08-24
1
-1
/
+1
*
Commit a no-op change to StringRef to (hopefully) trigger build bots.
Chandler Carruth
2013-08-07
1
-1
/
+1
*
Use a non-c'tor for converting a boolean into a StringRef.
Bill Wendling
2013-07-26
1
-4
/
+4
*
Add a bool->StringRef c'tor to StringRef.
Bill Wendling
2013-07-25
1
-0
/
+4
*
Revert r185852.
Manman Ren
2013-07-08
1
-8
/
+0
*
StringRef: add DenseMapInfo for StringRef.
Manman Ren
2013-07-08
1
-0
/
+8
*
Replaced usages of size_type with size_t to be more consistent.
Aaron Ballman
2013-05-02
1
-8
/
+8
*
fix windows warning.
Peng Cheng
2013-05-01
1
-2
/
+2
*
Test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-26
1
-3
/
+3
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-1
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+0
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
1
-83
/
+80
*
Add some missing includes for the build against stdcxx.
Joerg Sonnenberger
2012-08-10
1
-0
/
+1
*
Add doxygen comments.
Michael J. Spencer
2012-05-11
1
-0
/
+6
*
[Support/StringRef] Add find_last_not_of and {r,l,}trim.
Michael J. Spencer
2012-05-11
1
-0
/
+22
*
Make StringRef::getAsInteger work with all integer types. Before this change
Michael J. Spencer
2012-03-10
1
-7
/
+32
*
Add generic support for hashing StringRef objects using the new hashing library.
Chandler Carruth
2012-03-04
1
-0
/
+4
*
add ::drop_back() and ::drop_front() methods, which are like pop_front/pop_ba...
Chris Lattner
2012-01-24
1
-0
/
+14
*
ADT/StringRef: Add ::lower() and ::upper() methods.
Daniel Dunbar
2011-11-06
1
-0
/
+10
*
Add asserts in StringRef to make sure we avoid undefined behavior:
Argyrios Kyrtzidis
2011-05-20
1
-7
/
+20
*
Add an operator+= for appending StringRefs onto std::strings.
John McCall
2011-05-13
1
-0
/
+4
*
Remove bounded StringRef::compare() since nothing but Clang SA was using it a...
Lenny Maiorani
2011-04-28
1
-6
/
+0
*
Implements StringRef::compare with bounds. It is behaves similarly to strncmp...
Lenny Maiorani
2011-04-15
1
-0
/
+6
*
Support/ADT/StringRef: Add find_last_of.
Michael J. Spencer
2010-11-30
1
-0
/
+12
*
StringRefs are POD-like.
Benjamin Kramer
2010-11-26
1
-0
/
+4
*
Fix Whitespace.
Michael J. Spencer
2010-11-26
1
-1
/
+1
*
Extend StringRef's edit-distance algorithm to permit an upper bound on the al...
Douglas Gregor
2010-10-19
1
-1
/
+6
*
Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef).
Benjamin Kramer
2010-08-23
1
-2
/
+2
*
StringRef tweaks:
Benjamin Kramer
2010-08-23
1
-2
/
+4
*
Don't pass in a null pointer to std::string's ctor, an empty string
Chris Lattner
2010-08-18
1
-1
/
+4
*
Add StringRef::compare_numeric and use it to sort TableGen register records.
Jakob Stoklund Olesen
2010-05-26
1
-0
/
+4
*
These functions don't need to access this.
Dan Gohman
2010-04-19
1
-2
/
+2
*
Add an override to StringRef::getAsInteger which parses into an APInt.
John McCall
2010-02-28
1
-0
/
+14
*
Fix various doxygen warnings.
Dan Gohman
2010-02-22
1
-1
/
+1
*
give StringRef a const_iterator member.
Chris Lattner
2010-01-13
1
-9
/
+3
*
Fix occurrence typo
Kovarththanan Rajaratnam
2010-01-07
1
-8
/
+8
*
Implement edit distance for StringRef
Douglas Gregor
2009-12-30
1
-0
/
+16
*
Change StringRef::startswith and StringRef::endswith to versions which are a
Eli Friedman
2009-12-21
1
-2
/
+4
*
Remove the now obsolete algorithm include from StringRef.h.
Benjamin Kramer
2009-11-19
1
-1
/
+1
*
Workaround PR5482, because all the gcc versions that I had were miscompiling ...
Torok Edwin
2009-11-19
1
-7
/
+20
*
Fix unused variables warnings.
Eric Christopher
2009-11-16
1
-1
/
+1
*
Use .data() instead of .c_str() when nul-termination is not needed.
Dan Gohman
2009-11-13
1
-1
/
+1
*
Switch to smallvector. Also fix issue with using unsigend for MaxSplit.
Rafael Espindola
2009-11-13
1
-10
/
+4
*
Add a new split method to StringRef that puts the substrings in a vector.
Rafael Espindola
2009-11-13
1
-0
/
+27
[next]