| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the implementation of StringRef::split out of StringExtras.cpp | Duncan Sands | 2012-02-21 | 1 | -21/+0 |
* | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner | 2011-07-21 | 1 | -5/+4 |
* | Fix refacto reported by Nicolas Geoffray. | Benjamin Kramer | 2010-01-18 | 1 | -3/+1 |
* | Remove unused string functions. | Benjamin Kramer | 2010-01-11 | 1 | -12/+0 |
* | Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. | Benjamin Kramer | 2010-01-11 | 1 | -0/+13 |
* | Turns out llvm-gcc still uses SplitString with a vector. Add it back until I | Benjamin Kramer | 2010-01-11 | 1 | -0/+12 |
* | Reimplement getToken and SplitString as "StringRef helper functions" | Benjamin Kramer | 2010-01-11 | 1 | -28/+18 |
* | Distinguish "a," from "a". The first one splits into "a" + "" and the second ... | Rafael Espindola | 2009-11-13 | 1 | -3/+5 |
* | Switch to smallvector. Also fix issue with using unsigend for MaxSplit. | Rafael Espindola | 2009-11-13 | 1 | -3/+4 |
* | Add a new split method to StringRef that puts the substrings in a vector. | Rafael Espindola | 2009-11-13 | 1 | -0/+19 |
* | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar | 2009-10-17 | 1 | -30/+0 |
* | Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. | Daniel Dunbar | 2009-10-17 | 1 | -26/+0 |
* | teach EscapeString and UnescapeString to handle ". | Chris Lattner | 2009-04-15 | 1 | -0/+3 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -1/+1 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Escape some escapes that confuse doxygen. | Reid Spencer | 2007-08-05 | 1 | -1/+3 |
* | Add a helper function | Chris Lattner | 2006-11-28 | 1 | -0/+15 |
* | Add two helpers for escaping and unescaping strings. | Chris Lattner | 2006-07-14 | 1 | -0/+50 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | implement new getToken function | Chris Lattner | 2003-12-29 | 1 | -0/+43 |