GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
/
StringRefTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ADT] Add `StringRef::rsplit(StringRef Separator)`.
Henry Wong
2018-06-08
1
-0
/
+11
*
Fix incorrect usage of std::is_assignable.
Richard Smith
2018-02-02
1
-6
/
+6
*
Fix APFloat from string conversion for Inf
Serguei Katkov
2017-12-19
1
-1
/
+6
*
Added braces to work around gcc warning in googletest: suggest explicit brace...
Galina Kistanova
2017-06-15
1
-1
/
+2
*
Add more test cases for StringRef::edit_distance
Alex Denisov
2017-04-14
1
-2
/
+16
*
[ADT] Add a version of llvm::join() that takes a range.
Zachary Turner
2017-03-21
1
-0
/
+2
*
[Support] Add StringRef::getAsDouble.
Zachary Turner
2017-02-14
1
-0
/
+21
*
[ADT] Add llvm::StringLiteral.
Zachary Turner
2016-12-13
1
-0
/
+6
*
[Support] Add StringRef::find_lower and contains_lower.
Zachary Turner
2016-11-12
1
-15
/
+61
*
Add tests for r286139.
Jordan Rose
2016-11-07
1
-0
/
+36
*
Fix signed / unsigned comparison.
Zachary Turner
2016-09-25
1
-2
/
+2
*
Add some predicated searching functions to StringRef.
Zachary Turner
2016-09-25
1
-0
/
+56
*
Fix build breakage due to typo in cast.
Zachary Turner
2016-09-22
1
-0
/
+2
*
Speculative fix for build failures due to consumeInteger.
Zachary Turner
2016-09-22
1
-1
/
+2
*
[Support] Add StringRef::consumeInteger.
Zachary Turner
2016-09-22
1
-0
/
+177
*
Add StringRef::take_front and StringRef::take_back
Zachary Turner
2016-08-30
1
-0
/
+43
*
[ADT] Add 'consume_front' and 'consume_back' methods to StringRef which
Chandler Carruth
2016-07-31
1
-0
/
+32
*
StringRef::copy shouldn't allocate anything for length 0 strings.
Pete Cooper
2016-03-23
1
-0
/
+9
*
[ADT] Add StringRef::{l,r}trim(char) overloads (NFC)
Vedant Kumar
2016-02-16
1
-1
/
+1
*
[ADT] Fix a confusing interface spec and some annoying peculiarities
Chandler Carruth
2015-09-10
1
-0
/
+48
*
[ADT] Add a single-character version of the small vector split routine
Chandler Carruth
2015-09-10
1
-0
/
+5
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-0
/
+1
*
Fix layering StringRef copy using BumpPtrAllocator.
Nick Kledzik
2014-02-05
1
-0
/
+15
*
Roll back the ConstStringRef change for now
Alp Toker
2014-01-27
1
-18
/
+0
*
StringRef: Extend constexpr capabilities and introduce ConstStringRef
Alp Toker
2014-01-27
1
-0
/
+18
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Add {start,end}with_lower methods to StringRef.
Rui Ueyama
2013-10-30
1
-0
/
+23
*
Add a few tests for StringRef::{start,end}with.
Rui Ueyama
2013-10-28
1
-0
/
+2
*
Add a Python-like join function to merge a list of strings with a
Joerg Sonnenberger
2013-09-03
1
-0
/
+27
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Use unsigned long long instead of uin64_t for OS where that matters.
Nick Kledzik
2012-10-03
1
-1
/
+1
*
Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...
Benjamin Kramer
2012-10-03
1
-1
/
+5
*
Add getAsUnsignedInteger test case that checks that known bad values are reje...
Nick Kledzik
2012-10-03
1
-0
/
+19
*
[Support/StringRef] Add find_last_not_of and {r,l,}trim.
Michael J. Spencer
2012-05-11
1
-0
/
+28
*
Fix warnings.
Michael J. Spencer
2012-03-11
1
-4
/
+4
*
Make StringRef::getAsInteger work with all integer types. Before this change
Michael J. Spencer
2012-03-10
1
-0
/
+118
*
Add generic support for hashing StringRef objects using the new hashing library.
Chandler Carruth
2012-03-04
1
-0
/
+19
*
Add a bad char heuristic to StringRef::find.
Benjamin Kramer
2011-10-15
1
-0
/
+6
*
Fix a bug in compare_numeric().
Jakob Stoklund Olesen
2011-09-30
1
-0
/
+6
*
Remove bounded StringRef::compare() since nothing but Clang SA was using it a...
Lenny Maiorani
2011-04-28
1
-13
/
+0
*
Implements StringRef::compare with bounds. It is behaves similarly to strncmp...
Lenny Maiorani
2011-04-15
1
-0
/
+13
*
Don't infinitely recurse! Patch by Marius Wachtler!
Chris Lattner
2011-01-27
1
-1
/
+1
*
StringRef::compare_numeric also differed from StringRef::compare for characte...
Benjamin Kramer
2010-08-26
1
-0
/
+1
*
Do unsigned char comparisons in StringRef::compare_lower to be more consisten...
Benjamin Kramer
2010-08-26
1
-0
/
+8
*
Add StringRef::compare_numeric and use it to sort TableGen register records.
Jakob Stoklund Olesen
2010-05-26
1
-0
/
+11
*
Silence compiler warning.
Benjamin Kramer
2009-12-31
1
-1
/
+1
*
Document the edit-distance algorithm used in StringRef, switch it over
Douglas Gregor
2009-12-31
1
-0
/
+5
*
Move the two definitions of operator<< into namespace llvm, so they
Douglas Gregor
2009-12-24
1
-1
/
+4
*
Change StringRef::startswith and StringRef::endswith to versions which are a
Eli Friedman
2009-12-21
1
-0
/
+8
*
Reenable Split2 StringRef test with Apple gcc.
Benjamin Kramer
2009-11-19
1
-6
/
+0
[next]