aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StringRef.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Workaround what I believe is an MSVC bug where it emits a definition for aDaniel Dunbar1-0/+3
2009-09-20simplify as daniel suggestsChris Lattner1-16/+9
2009-09-20move a couple non-trivial methods out of line, add new Chris Lattner1-0/+71
2009-09-19add some more overloads of StringRef::getAsInteger forChris Lattner1-0/+45
2009-09-19provide a "strtoull" operation that works on StringRef's.Chris Lattner1-0/+63
2009-09-16Add StringRef::{rfind, rsplit}Daniel Dunbar1-0/+13