1. 1095419 [llvm][StringExtras] Add a fail-able version of `fromHex` by River Riddle · 5 years ago
  2. 8ca7d2a [unittest, ADT] Add unit tests for itostr & utostr by Thomas Preud'homme · 5 years ago
  3. b283ae7 [ADT] Add locale-independent isSpace() to StringExtras. NFC by Sam McCall · 5 years ago
  4. 229e392 [llvm][StringExtras] Merge StringExtras from MLIR into LLVM by River Riddle · 5 years ago
  5. 67d440b Print quoted backslashes in LLVM IR as \\ instead of \5C by Reid Kleckner · 6 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. 72dc29a [ADT] Support converting to lowercase string in toHex by Petr Hosek · 7 years ago
  8. 6f1da6e [ADT] Replace std::isprint by llvm::isPrint. by Michael Kruse · 7 years ago
  9. 745918ff [ADT] Make escaping fn conform to coding guidelines by Jonas Devlieghere · 7 years ago
  10. 50603518 [ADT] Add unit test for PrintHTMLEscaped by Jonas Devlieghere · 7 years ago
  11. 14bd3b9 [Support] Add unit test for printLowerCase by Francis Visoiu Mistrih · 8 years ago
  12. 171ba4a Fix double->float truncation warning on MSVC by Simon Pilgrim · 8 years ago
  13. ec000f4 [ADT] Add llvm::to_float by Pavel Labath · 8 years ago
  14. e46b449 [StringExtras] Add a fromHex to complement toHex. by Zachary Turner · 8 years ago
  15. 0e31a38 Add llvm::join_items to StringExtras. by Zachary Turner · 9 years ago