aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/StringRef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an override to StringRef::getAsInteger which parses into an APInt.John McCall2010-02-281-12/+93
* More trivial optimizations to a function well outside the critical pathDouglas Gregor2010-01-071-15/+8
* Switch StringRef::edit_distance over to using raw pointers, since bothDouglas Gregor2010-01-071-7/+25
* Document the edit-distance algorithm used in StringRef, switch it overDouglas Gregor2009-12-311-5/+14
* Implement edit distance for StringRefDouglas Gregor2009-12-301-0/+31
* Use StringRef::min instead of std::min.Daniel Dunbar2009-11-191-5/+5
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-121-0/+20
* Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar2009-11-111-9/+24
* Pass StringRef by value.Daniel Dunbar2009-11-061-3/+3
* Workaround what I believe is an MSVC bug where it emits a definition for aDaniel Dunbar2009-09-221-0/+3
* simplify as daniel suggestsChris Lattner2009-09-201-16/+9
* move a couple non-trivial methods out of line, add new Chris Lattner2009-09-201-0/+71
* add some more overloads of StringRef::getAsInteger forChris Lattner2009-09-191-0/+45
* provide a "strtoull" operation that works on StringRef's.Chris Lattner2009-09-191-0/+63
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-161-0/+13