simplify as daniel suggests
[oota-llvm.git] / lib / Support / StringRef.cpp
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}