Commit History

Author SHA1 Message Date
  Fangrui Song 2ffd08308b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Frederich Munch d6657666e9 Support: Add llvm::center_justify. 8 years ago
  Chandler Carruth 3c0d60785c Re-sort #include lines for unittests. This uses a slightly modified 8 years ago
  Rafael Espindola 37e8db6fe5 Bring back r297624. 8 years ago
  Rafael Espindola 5682e3ee66 Revert "Fix crash when multiple raw_fd_ostreams to stdout are created." 8 years ago
  Rafael Espindola b8ff3dcbf6 Fix crash when multiple raw_fd_ostreams to stdout are created. 8 years ago
  Zachary Turner 48fbf5cc1a [Support] Improve flexibility of binary blob formatter. 8 years ago
  Greg Clayton a20694002c Added the ability to dump hex bytes easily into a raw_ostream. 8 years ago
  Reid Kleckner 6f306397f3 Silence some MSVC warnings about zero extending unsigned to void* 9 years ago
  Zachary Turner 019c097d1b Teach raw_ostream to support hex formatting without a prefix '0x'. 10 years ago
  Nick Kledzik e93da60ac4 [Support] Add type-safe alternative to llvm::format() 11 years ago
  Craig Topper b177041dfa [C++11] Use 'nullptr'. 11 years ago
  Daniel Dunbar 522b113a75 Add raw_ostream::write_escaped, for writing escaped strings. 16 years ago
  Daniel Dunbar c8213b7827 Drop the raw_ostream required buffer size to 1. 16 years ago
  Daniel Dunbar 9441cfe488 Fix off-by-one in llvm::Format::print. 16 years ago
  Daniel Dunbar 9472a9d650 Add min and max tests. 16 years ago
  Misha Brukman 6eb28b5237 Added tests for math utility functions; fixed another test's header comment. 16 years ago
  Misha Brukman 8be1ac213b Renamed unittest files to have a consistent {Tt}est suffix. 16 years ago