1. d1d7ed6 Add StringRef::compare_numeric and use it to sort TableGen register records. by Jakob Stoklund Olesen · 15 years ago
  2. 738800d Silence compiler warning. by Benjamin Kramer · 16 years ago
  3. 5639af4 Document the edit-distance algorithm used in StringRef, switch it over by Douglas Gregor · 16 years ago
  4. 4ee2cf6 Move the two definitions of operator<< into namespace llvm, so they by Douglas Gregor · 16 years ago
  5. 00879d8 Change StringRef::startswith and StringRef::endswith to versions which are a by Eli Friedman · 16 years ago
  6. 99b5bd9 Reenable Split2 StringRef test with Apple gcc. by Benjamin Kramer · 16 years ago
  7. 1acdfbd "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. by Daniel Dunbar · 16 years ago
  8. ff2c72b Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 16 years ago
  9. 7c68549 by Rafael Espindola · 16 years ago
  10. d554e44 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 16 years ago
  11. 9806e4a Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 16 years ago
  12. 4498168 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 16 years ago
  13. 3828a99 Fix pasto in StringRef::count(char) by Daniel Dunbar · 16 years ago
  14. 5736db6 Add StringRef::count({char,StringRef}) by Daniel Dunbar · 16 years ago
  15. a1e04d4 StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 16 years ago
  16. 56563f3 Add StringRef::{slice, split}, two convenient string operations which are simple by Daniel Dunbar · 16 years ago
  17. e23388b Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 16 years ago
  18. 1f98210 Add StringRef::{substr, startswith}. by Daniel Dunbar · 16 years ago
  19. 25f9fc5 Add StringRef class, with fixes. by Daniel Dunbar · 16 years ago