Age | Commit message (Expand) | Author |
---|---|---|
2009-11-19 | Use StringRef::min instead of std::min. | Daniel Dunbar |
2009-11-12 | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer |
2009-11-11 | Add From arguments to StringRef search functions, and tweak doxyments. | Daniel Dunbar |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-09-22 | Workaround what I believe is an MSVC bug where it emits a definition for a | Daniel Dunbar |
2009-09-20 | simplify as daniel suggests | Chris Lattner |
2009-09-20 | move a couple non-trivial methods out of line, add new | Chris Lattner |
2009-09-19 | add some more overloads of StringRef::getAsInteger for | Chris Lattner |
2009-09-19 | provide a "strtoull" operation that works on StringRef's. | Chris Lattner |
2009-09-16 | Add StringRef::{rfind, rsplit} | Daniel Dunbar |