1. e650dbb More trivial optimizations to a function well outside the critical path by Douglas Gregor · 16 years ago
  2. ae4cbb6 Switch StringRef::edit_distance over to using raw pointers, since both by Douglas Gregor · 16 years ago
  3. 3a303cc Document the edit-distance algorithm used in StringRef, switch it over by Douglas Gregor · 16 years ago
  4. 1f69e49 Implement edit distance for StringRef by Douglas Gregor · 16 years ago
  5. c6bb9ad Use StringRef::min instead of std::min. by Daniel Dunbar · 16 years ago
  6. ea862b0 Add compare_lower and equals_lower methods to StringRef. Switch all users of by Benjamin Kramer · 16 years ago
  7. 609f3f8 Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 16 years ago
  8. de46a5b Pass StringRef by value. by Daniel Dunbar · 16 years ago
  9. fa98515 Workaround what I believe is an MSVC bug where it emits a definition for a by Daniel Dunbar · 16 years ago
  10. bc1c143 simplify as daniel suggests by Chris Lattner · 16 years ago
  11. fadd584 move a couple non-trivial methods out of line, add new by Chris Lattner · 16 years ago
  12. 60b7363 add some more overloads of StringRef::getAsInteger for by Chris Lattner · 16 years ago
  13. b2f35c5 provide a "strtoull" operation that works on StringRef's. by Chris Lattner · 16 years ago
  14. d86d635 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 16 years ago