Age | Commit message (Expand) | Author | Files | Lines |
2014-04-12 | Retire llvm::array_endof in favor of non-member std::end. | Benjamin Kramer | 1 | -0/+1 |
2014-02-05 | Fix layering StringRef copy using BumpPtrAllocator. | Nick Kledzik | 1 | -0/+15 |
2014-01-27 | Roll back the ConstStringRef change for now | Alp Toker | 1 | -18/+0 |
2014-01-27 | StringRef: Extend constexpr capabilities and introduce ConstStringRef | Alp Toker | 1 | -0/+18 |
2014-01-07 | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 1 | -1/+1 |
2013-10-30 | Add {start,end}with_lower methods to StringRef. | Rui Ueyama | 1 | -0/+23 |
2013-10-28 | Add a few tests for StringRef::{start,end}with. | Rui Ueyama | 1 | -0/+2 |
2013-09-03 | Add a Python-like join function to merge a list of strings with a | Joerg Sonnenberger | 1 | -0/+27 |
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth | 1 | -1/+1 |
2012-10-03 | Use unsigned long long instead of uin64_t for OS where that matters. | Nick Kledzik | 1 | -1/+1 |
2012-10-03 | Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ... | Benjamin Kramer | 1 | -1/+5 |
2012-10-03 | Add getAsUnsignedInteger test case that checks that known bad values are reje... | Nick Kledzik | 1 | -0/+19 |
2012-05-11 | [Support/StringRef] Add find_last_not_of and {r,l,}trim. | Michael J. Spencer | 1 | -0/+28 |
2012-03-11 | Fix warnings. | Michael J. Spencer | 1 | -4/+4 |
2012-03-10 | Make StringRef::getAsInteger work with all integer types. Before this change | Michael J. Spencer | 1 | -0/+118 |
2012-03-04 | Add generic support for hashing StringRef objects using the new hashing library. | Chandler Carruth | 1 | -0/+19 |
2011-10-15 | Add a bad char heuristic to StringRef::find. | Benjamin Kramer | 1 | -0/+6 |
2011-09-30 | Fix a bug in compare_numeric(). | Jakob Stoklund Olesen | 1 | -0/+6 |
2011-04-28 | Remove bounded StringRef::compare() since nothing but Clang SA was using it a... | Lenny Maiorani | 1 | -13/+0 |
2011-04-15 | Implements StringRef::compare with bounds. It is behaves similarly to strncmp... | Lenny Maiorani | 1 | -0/+13 |
2011-01-27 | Don't infinitely recurse! Patch by Marius Wachtler! | Chris Lattner | 1 | -1/+1 |
2010-08-26 | StringRef::compare_numeric also differed from StringRef::compare for characte... | Benjamin Kramer | 1 | -0/+1 |
2010-08-26 | Do unsigned char comparisons in StringRef::compare_lower to be more consisten... | Benjamin Kramer | 1 | -0/+8 |
2010-05-26 | Add StringRef::compare_numeric and use it to sort TableGen register records. | Jakob Stoklund Olesen | 1 | -0/+11 |
2009-12-31 | Silence compiler warning. | Benjamin Kramer | 1 | -1/+1 |
2009-12-31 | Document the edit-distance algorithm used in StringRef, switch it over | Douglas Gregor | 1 | -0/+5 |
2009-12-24 | Move the two definitions of operator<< into namespace llvm, so they | Douglas Gregor | 1 | -1/+4 |
2009-12-21 | Change StringRef::startswith and StringRef::endswith to versions which are a | Eli Friedman | 1 | -0/+8 |
2009-11-19 | Reenable Split2 StringRef test with Apple gcc. | Benjamin Kramer | 1 | -6/+0 |
2009-11-17 | "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. | Daniel Dunbar | 1 | -0/+6 |
2009-11-13 | Distinguish "a," from "a". The first one splits into "a" + "" and the second ... | Rafael Espindola | 1 | -0/+5 |
2009-11-13 | Switch to smallvector. Also fix issue with using unsigend for MaxSplit. | Rafael Espindola | 1 | -2/+3 |
2009-11-13 | Add a new split method to StringRef that puts the substrings in a vector. | Rafael Espindola | 1 | -0/+75 |
2009-11-11 | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar | 1 | -0/+10 |
2009-09-16 | Add StringRef::{rfind, rsplit} | Daniel Dunbar | 1 | -42/+90 |
2009-08-18 | Fix pasto in StringRef::count(char) | Daniel Dunbar | 1 | -0/+1 |
2009-08-18 | Add StringRef::count({char,StringRef}) | Daniel Dunbar | 1 | -0/+7 |
2009-08-11 | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar | 1 | -0/+7 |
2009-07-26 | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar | 1 | -0/+15 |
2009-07-22 | Support writing a StringRef to a raw_ostream directly. | Daniel Dunbar | 1 | -0/+6 |
2009-07-21 | Add StringRef::{substr, startswith}. | Daniel Dunbar | 1 | -0/+12 |
2009-07-21 | Add StringRef class, with fixes. | Daniel Dunbar | 1 | -0/+59 |