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