1. bfdd13b Fix refacto reported by Nicolas Geoffray. by Benjamin Kramer · 16 years ago
  2. 18b68fd Remove unused string functions. by Benjamin Kramer · 16 years ago
  3. ccb3382 Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. by Benjamin Kramer · 16 years ago
  4. 5729c50 Turns out llvm-gcc still uses SplitString with a vector. Add it back until I by Benjamin Kramer · 16 years ago
  5. 3601d1b Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 16 years ago
  6. ce91e0a Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 16 years ago
  7. 3d49596 by Rafael Espindola · 16 years ago
  8. 76af158 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 16 years ago
  9. 826b380 Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 16 years ago
  10. 8c5f301 Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. by Daniel Dunbar · 16 years ago
  11. 688adfd teach EscapeString and UnescapeString to handle ". by Chris Lattner · 16 years ago
  12. 591bfc8 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
  13. 357a27d Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  14. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  15. c743f49 Escape some escapes that confuse doxygen. by Reid Spencer · 18 years ago
  16. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago