2014-04-12 |
Benjamin Kramer | Retire llvm::array_endof in favor of non-member std... |
blob | commitdiff | raw |
2014-02-05 |
Nick Kledzik | Fix layering StringRef copy using BumpPtrAllocator. |
blob | commitdiff | raw | diff to current |
2014-01-27 |
Alp Toker | Roll back the ConstStringRef change for now |
blob | commitdiff | raw | diff to current |
2014-01-27 |
Alp Toker | StringRef: Extend constexpr capabilities and introduce... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
Chandler Carruth | Re-sort all of the includes with ./utils/sort_includes... |
blob | commitdiff | raw | diff to current |
2013-10-30 |
Rui Ueyama | Add {start,end}with_lower methods to StringRef. |
blob | commitdiff | raw | diff to current |
2013-10-28 |
Rui Ueyama | Add a few tests for StringRef::{start,end}with. |
blob | commitdiff | raw | diff to current |
2013-09-03 |
Joerg Sonnenberger | Add a Python-like join function to merge a list of... |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Chandler Carruth | Sort the #include lines for unittest/... |
blob | commitdiff | raw | diff to current |
2012-10-03 |
Nick Kledzik | Use unsigned long long instead of uin64_t for OS where... |
blob | commitdiff | raw | diff to current |
2012-10-03 |
Benjamin Kramer | Don't call getAsUnsignedInteger directly, it fails... |
blob | commitdiff | raw | diff to current |
2012-10-03 |
Nick Kledzik | Add getAsUnsignedInteger test case that checks that... |
blob | commitdiff | raw | diff to current |
2012-05-11 |
Michael J. Spencer | [Support/StringRef] Add find_last_not_of and {r,l,... |
blob | commitdiff | raw | diff to current |
2012-03-11 |
Michael J. Spencer | Fix warnings. |
blob | commitdiff | raw | diff to current |
2012-03-10 |
Michael J. Spencer | Make StringRef::getAsInteger work with all integer... |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Chandler Carruth | Add generic support for hashing StringRef objects using... |
blob | commitdiff | raw | diff to current |
2011-10-15 |
Benjamin Kramer | Add a bad char heuristic to StringRef::find. |
blob | commitdiff | raw | diff to current |
2011-09-30 |
Jakob Stoklund Olesen | Fix a bug in compare_numeric(). |
blob | commitdiff | raw | diff to current |
2011-04-28 |
Lenny Maiorani | Remove bounded StringRef::compare() since nothing but... |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Lenny Maiorani | Implements StringRef::compare with bounds. It is behave... |
blob | commitdiff | raw | diff to current |
2011-01-27 |
Chris Lattner | Don't infinitely recurse! Patch by Marius Wachtler! |
blob | commitdiff | raw | diff to current |
2010-08-26 |
Benjamin Kramer | StringRef::compare_numeric also differed from StringRef... |
blob | commitdiff | raw | diff to current |
2010-08-26 |
Benjamin Kramer | Do unsigned char comparisons in StringRef::compare_lowe... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Jakob Stoklund Olesen | Add StringRef::compare_numeric and use it to sort Table... |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Benjamin Kramer | Silence compiler warning. |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Douglas Gregor | Document the edit-distance algorithm used in StringRef... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
Douglas Gregor | Move the two definitions of operator<< into namespace... |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Eli Friedman | Change StringRef::startswith and StringRef::endswith... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Benjamin Kramer | Reenable Split2 StringRef test with Apple gcc. |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Daniel Dunbar | "XFAIL" the Split2 StringReft test with Apple gcc,... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Rafael Espindola | Distinguish "a," from "a". The first one splits into... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Rafael Espindola | Switch to smallvector. Also fix issue with using unsige... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Rafael Espindola | Add a new split method to StringRef that puts the subst... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Daniel Dunbar | Add From arguments to StringRef search functions, and... |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Daniel Dunbar | Add StringRef::{rfind, rsplit} |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Daniel Dunbar | Fix pasto in StringRef::count(char) |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Daniel Dunbar | Add StringRef::count({char,StringRef}) |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Daniel Dunbar | StringRef: Add find(char) and find(StringRef). |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Add StringRef::{slice, split}, two convenient string... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Daniel Dunbar | Support writing a StringRef to a raw_ostream directly. |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Daniel Dunbar | Add StringRef::{substr, startswith}. |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Daniel Dunbar | Add StringRef class, with fixes. |
blob | commitdiff | raw | diff to current |
|