Switch StringRef::edit_distance over to using raw pointers, since both
[oota-llvm.git] / lib / Support / StringRef.cpp
2010-01-07 Douglas GregorSwitch StringRef::edit_distance over to using raw point...
2009-12-31 Douglas GregorDocument the edit-distance algorithm used in StringRef...
2009-12-30 Douglas GregorImplement edit distance for StringRef
2009-11-19 Daniel DunbarUse StringRef::min instead of std::min.
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-09-22 Daniel DunbarWorkaround what I believe is an MSVC bug where it emits...
2009-09-20 Chris Lattnersimplify as daniel suggests
2009-09-20 Chris Lattnermove a couple non-trivial methods out of line, add new
2009-09-19 Chris Lattneradd some more overloads of StringRef::getAsInteger for
2009-09-19 Chris Lattnerprovide a "strtoull" operation that works on StringRef's.
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}