1. bf8653f Move the implementation of StringRef::split out of StringExtras.cpp by Duncan Sands · 13 years ago
  2. c30a38f move tier out of an anonymous namespace, it doesn't make sense by Chris Lattner · 14 years ago
  3. 4e7e2f5 Fix refacto reported by Nicolas Geoffray. by Benjamin Kramer · 16 years ago
  4. 7dd6107 Remove unused string functions. by Benjamin Kramer · 16 years ago
  5. 7462b5d Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. by Benjamin Kramer · 16 years ago
  6. c30837d Turns out llvm-gcc still uses SplitString with a vector. Add it back until I by Benjamin Kramer · 16 years ago
  7. d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 16 years ago
  8. 20fd4ec Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 16 years ago
  9. c78c0c9 by Rafael Espindola · 16 years ago
  10. 5ccac24 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 16 years ago
  11. 9bd3460 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 16 years ago
  12. ca107c5 Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. by Daniel Dunbar · 16 years ago
  13. d7fd212 teach EscapeString and UnescapeString to handle ". by Chris Lattner · 16 years ago
  14. 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
  15. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 17 years ago
  16. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  17. c69b0dd Escape some escapes that confuse doxygen. by Reid Spencer · 18 years ago
  18. d5b58c2 Add a helper function by Chris Lattner · 19 years ago
  19. 53eca94 Add two helpers for escaping and unescaping strings. by Chris Lattner · 19 years ago
  20. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  21. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  22. 872ccce implement new getToken function by Chris Lattner · 22 years ago