| Age | Commit message (Expand) | Author |
| 2009-11-19 | Remove the now obsolete algorithm include from StringRef.h. | Benjamin Kramer |
| 2009-11-19 | Workaround PR5482, because all the gcc versions that I had were miscompiling ... | Torok Edwin |
| 2009-11-16 | Fix unused variables warnings. | Eric Christopher |
| 2009-11-13 | Use .data() instead of .c_str() when nul-termination is not needed. | Dan Gohman |
| 2009-11-13 | Switch to smallvector. Also fix issue with using unsigend for MaxSplit. | Rafael Espindola |
| 2009-11-13 | Add a new split method to StringRef that puts the substrings in a vector. | Rafael Espindola |
| 2009-11-12 | StringRef(const char*) should not be used to turn null pointers into empty | Daniel Dunbar |
| 2009-11-12 | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer |
| 2009-11-11 | Add StringRef::split(StringRef), to complement StringRef::split(char). | Daniel Dunbar |
| 2009-11-11 | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar |
| 2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
| 2009-10-22 | size_t, not unsigned here to silence a warning. | Eric Christopher |
| 2009-10-01 | Don't use identifiers that start with an underscore followed | Dan Gohman |
| 2009-09-29 | Create empty StringRef is incoming cstring is NULL. | Devang Patel |
| 2009-09-20 | write rfind in terms of npos as daniel requested | Chris Lattner |
| 2009-09-20 | move a couple non-trivial methods out of line, add new | Chris Lattner |
| 2009-09-20 | add size_t and a version of rfind that allows specification of where | Chris Lattner |
| 2009-09-19 | add some more overloads of StringRef::getAsInteger for | Chris Lattner |
| 2009-09-19 | provide a "strtoull" operation that works on StringRef's. | Chris Lattner |
| 2009-09-16 | Add StringRef::{rfind, rsplit} | Daniel Dunbar |
| 2009-08-18 | Fix pasto in StringRef::count(char) | Daniel Dunbar |
| 2009-08-18 | Add StringRef::count({char,StringRef}) | Daniel Dunbar |
| 2009-08-13 | Add StringRef::front (with some small tweaks while I was in the area). | Daniel Dunbar |
| 2009-08-11 | StringRef: Add find(char) and find(StringRef). | Daniel Dunbar |
| 2009-08-10 | add a simple back() method to StringRef. | Chris Lattner |
| 2009-08-05 | Add StringRef::endswith | Daniel Dunbar |
| 2009-07-26 | Use the RHS length instead of the LHS length. They are both the same, | Chris Lattner |
| 2009-07-26 | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar |
| 2009-07-22 | Define npos in a way that should make MSVC happier. | Daniel Dunbar |
| 2009-07-21 | Add missing include | Daniel Dunbar |
| 2009-07-21 | Move StringRef comparison operators out of class. | Daniel Dunbar |
| 2009-07-21 | Add StringRef::{substr, startswith}. | Daniel Dunbar |
| 2009-07-21 | Add StringRef class, with fixes. | Daniel Dunbar |