1. 67d440b Print quoted backslashes in LLVM IR as \\ instead of \5C by Reid Kleckner · 6 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 6f1da6e [ADT] Replace std::isprint by llvm::isPrint. by Michael Kruse · 7 years ago
  4. 745918ff [ADT] Make escaping fn conform to coding guidelines by Jonas Devlieghere · 7 years ago
  5. f4ce54a [dsymutil] Escape HTML special characters in plist. by Jonas Devlieghere · 7 years ago
  6. d15b289 [Support] Move PrintEscapedString into the library its declaration is in by Benjamin Kramer · 8 years ago
  7. 26d6fc1 [Support] Merge toLower / toUpper implementations by Francis Visoiu Mistrih · 8 years ago
  8. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  9. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  10. 8570b29 Move the implementation of StringRef::split out of StringExtras.cpp by Duncan Sands · 14 years ago
  11. 5cf753c move tier out of an anonymous namespace, it doesn't make sense by Chris Lattner · 14 years ago
  12. 608fd2b Fix refacto reported by Nicolas Geoffray. by Benjamin Kramer · 16 years ago
  13. 93ad708 Remove unused string functions. by Benjamin Kramer · 16 years ago
  14. 6bf8240 Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. by Benjamin Kramer · 16 years ago
  15. 0ef736f Turns out llvm-gcc still uses SplitString with a vector. Add it back until I by Benjamin Kramer · 16 years ago
  16. c6fe3c3 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 16 years ago
  17. ff2c72b Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 16 years ago
  18. 7c68549 by Rafael Espindola · 16 years ago
  19. d554e44 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 16 years ago
  20. 04f049f Move UnescapeString to a static function for its sole client; its inefficient and broken. by Daniel Dunbar · 16 years ago
  21. 5944958 Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. by Daniel Dunbar · 16 years ago
  22. baf9535 teach EscapeString and UnescapeString to handle ". by Chris Lattner · 16 years ago
  23. 86cb318 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 17 years ago
  24. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  25. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  26. f13bcdc Escape some escapes that confuse doxygen. by Reid Spencer · 18 years ago
  27. 228bcd3 Add a helper function by Chris Lattner · 19 years ago
  28. 1025840 Add two helpers for escaping and unescaping strings. by Chris Lattner · 19 years ago
  29. 10468d8 Remove trailing whitespace by Misha Brukman · 20 years ago
  30. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  31. dca358f implement new getToken function by Chris Lattner · 22 years ago