Fix a bug in compare_numeric().
[oota-llvm.git] / unittests / ADT / StringRefTest.cpp
2011-09-30 Jakob Stoklund OlesenFix a bug in compare_numeric().
2011-04-28 Lenny MaioraniRemove bounded StringRef::compare() since nothing but...
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-01-27 Chris LattnerDon't infinitely recurse! Patch by Marius Wachtler!
2010-08-26 Benjamin KramerStringRef::compare_numeric also differed from StringRef...
2010-08-26 Benjamin KramerDo unsigned char comparisons in StringRef::compare_lowe...
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2009-12-31 Benjamin KramerSilence compiler warning.
2009-12-31 Douglas GregorDocument the edit-distance algorithm used in StringRef...
2009-12-24 Douglas GregorMove the two definitions of operator<< into namespace...
2009-12-21 Eli FriedmanChange StringRef::startswith and StringRef::endswith...
2009-11-19 Benjamin KramerReenable Split2 StringRef test with Apple gcc.
2009-11-17 Daniel Dunbar"XFAIL" the Split2 StringReft test with Apple gcc,...
2009-11-13 Rafael EspindolaDistinguish "a," from "a". The first one splits into...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-08-18 Daniel DunbarFix pasto in StringRef::count(char)
2009-08-18 Daniel DunbarAdd StringRef::count({char,StringRef})
2009-08-11 Daniel DunbarStringRef: Add find(char) and find(StringRef).
2009-07-26 Daniel DunbarAdd StringRef::{slice, split}, two convenient string...
2009-07-22 Daniel DunbarSupport writing a StringRef to a raw_ostream directly.
2009-07-21 Daniel DunbarAdd StringRef::{substr, startswith}.
2009-07-21 Daniel DunbarAdd StringRef class, with fixes.