- 6cf081c Remove bounded StringRef::compare() since nothing but Clang SA was using it and it is just as easy to use StringRef::substr() preceding StringRef::compare() to achieve the same thing. by Lenny Maiorani · 14 years ago
- 437ef0c Implements StringRef::compare with bounds. It is behaves similarly to strncmp(). Unit tests also included. by Lenny Maiorani · 14 years ago
- b3371cd by Chris Lattner · 15 years ago
- 837bccd StringRef::compare_numeric also differed from StringRef::compare for characters > 127. by Benjamin Kramer · 15 years ago
- 0043e35 Do unsigned char comparisons in StringRef::compare_lower to be more consistent with compare in corner cases. by Benjamin Kramer · 15 years ago
- 160a3bf Add StringRef::compare_numeric and use it to sort TableGen register records. by Jakob Stoklund Olesen · 15 years ago
- 4760467 Silence compiler warning. by Benjamin Kramer · 16 years ago
- 7e54d5b Document the edit-distance algorithm used in StringRef, switch it over by Douglas Gregor · 16 years ago
- c883ad2 Move the two definitions of operator<< into namespace llvm, so they by Douglas Gregor · 16 years ago
- d5b1f8a Change StringRef::startswith and StringRef::endswith to versions which are a by Eli Friedman · 16 years ago
- 4912325 Reenable Split2 StringRef test with Apple gcc. by Benjamin Kramer · 16 years ago
- 0d753ec "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. by Daniel Dunbar · 16 years ago
- 20fd4ec Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 16 years ago
- c78c0c9 by Rafael Espindola · 16 years ago
- 5ccac24 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 16 years ago
- 64066bd Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 16 years ago
- e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 16 years ago
- 323a3e6 Fix pasto in StringRef::count(char) by Daniel Dunbar · 16 years ago
- 5caba3b Add StringRef::count({char,StringRef}) by Daniel Dunbar · 16 years ago
- 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 16 years ago
- d61918f Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 16 years ago
- dbe77cf Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 16 years ago
- f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 16 years ago
- 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 16 years ago