1. 5e9d6d0 Support: Add llvm::center_justify. by Frederich Munch · 8 years ago
  2. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  3. d31f04b Bring back r297624. by Rafael Espindola · 9 years ago
  4. 3978b87 Revert "Fix crash when multiple raw_fd_ostreams to stdout are created." by Rafael Espindola · 9 years ago
  5. 82d5523 Fix crash when multiple raw_fd_ostreams to stdout are created. by Rafael Espindola · 9 years ago
  6. 4a86af0 [Support] Improve flexibility of binary blob formatter. by Zachary Turner · 9 years ago
  7. bde0a16 Added the ability to dump hex bytes easily into a raw_ostream. by Greg Clayton · 9 years ago
  8. 19d532b Silence some MSVC warnings about zero extending unsigned to void* by Reid Kleckner · 10 years ago
  9. 39571b3 Teach raw_ostream to support hex formatting without a prefix '0x'. by Zachary Turner · 11 years ago
  10. e648037 [Support] Add type-safe alternative to llvm::format() by Nick Kledzik · 11 years ago
  11. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  12. 4108c43 Add raw_ostream::write_escaped, for writing escaped strings. by Daniel Dunbar · 16 years ago
  13. 316b4a0 Drop the raw_ostream required buffer size to 1. by Daniel Dunbar · 16 years ago
  14. 47a309c Fix off-by-one in llvm::Format::print. by Daniel Dunbar · 16 years ago
  15. faea971 Add min and max tests. by Daniel Dunbar · 16 years ago
  16. 1757a81 Added tests for math utility functions; fixed another test's header comment. by Misha Brukman · 16 years ago
  17. 5182b75 Renamed unittest files to have a consistent {Tt}est suffix. by Misha Brukman · 17 years ago[Renamed from llvm/unittests/Support/raw_ostream.cpp]
  18. af41991 Minimal raw_ostream unit tests by Daniel Dunbar · 17 years ago