- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- a87b70d Add vtable anchor to classes. by Richard Trieu · 7 years ago
- 2b8c692 [Windows] Convert from UTF-8 to UTF-16 when writing to a Windows console by Reid Kleckner · 7 years ago
- a489d11 Fix raw_fd_ostream::write_impl hang due to an infinite loop with large output by Owen Reynolds · 7 years ago
- 3d26f12 Revert r338027 to pacify build bot by James Henderson · 7 years ago
- 6f1da6e [ADT] Replace std::isprint by llvm::isPrint. by Michael Kruse · 7 years ago
- e2e4a6c Fix raw_fd_ostream::write_impl hang with large output by James Henderson · 7 years ago
- 1f67a3c [FileSystem] Split up the OpenFlags enumeration. by Zachary Turner · 7 years ago
- 8ca769d [Support] Remove unused raw_ostream::handle whose anchor role was superseded by anchor() by Fangrui Song · 7 years ago
- 070777d Support: Add a raw_ostream::write_zeros() function. NFCI. by Peter Collingbourne · 7 years ago
- 712e8d2 s/LLVM_ON_WIN32/_WIN32/, llvm by Nico Weber · 8 years ago
- 1bd4000 Add missing vtable anchors by Weiming Zhao · 8 years ago
- 9f03e9d Remove HAVE_WRITEV that's unused after r255837. by Nico Weber · 8 years ago
- 412b29e [Support] Make the default chunk size of raw_fd_ostream to 1 GiB. by Rui Ueyama · 8 years ago
- 9ce2d03 [raw_fd_ostream] report actual error in error messages by Bob Haarman · 8 years ago
- 3dcd122 llvm-dwarfdump: support dumping UUIDs of Mach-O binaries. by Adrian Prantl · 8 years ago
- 02aeadc [Support] Update comments about stdout, raw_fd_ostream, and outs() by Reid Kleckner · 8 years ago
- 5e9d6d0 Support: Add llvm::center_justify. by Frederich Munch · 8 years ago
- 8199dad Support: chunk writing on Linux by Saleem Abdulrasool · 8 years ago
- 80745c5 Update comment for r299098 per feedback from James Henderson. by Yaron Keren · 9 years ago
- 9d27c47 Following r297661, disable dup workaround to disable duplicate STDOUT fd closing and instead directly prevent closing of STD* file descriptors. by Yaron Keren · 9 years ago
- d31f04b Bring back r297624. by Rafael Espindola · 9 years ago
- 3978b87 Revert "Fix crash when multiple raw_fd_ostreams to stdout are created." by Rafael Espindola · 9 years ago
- 82d5523 Fix crash when multiple raw_fd_ostreams to stdout are created. by Rafael Espindola · 9 years ago
- 8db7e5e Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." with a configure-time check for lseek64. by Peter Collingbourne · 9 years ago
- f74fcdd Revert r289184, we need more configury for Darwin and *BSD. by Peter Collingbourne · 9 years ago
- 08ba509 Support: Use a 64-bit seek in raw_fd_ostream::seek(). by Peter Collingbourne · 9 years ago
- 11db264 [Support] Introduce llvm::formatv() function. by Zachary Turner · 9 years ago
- 805d43a Fix type ambiguity with std::max by Zachary Turner · 9 years ago
- 4a86af0 [Support] Improve flexibility of binary blob formatter. by Zachary Turner · 9 years ago
- bde0a16 Added the ability to dump hex bytes easily into a raw_ostream. by Greg Clayton · 9 years ago
- 5b2243e Resubmit "Add support for advanced number formatting." by Zachary Turner · 9 years ago
- 9ce5074 Revert "Resubmit "Add support for advanced number formatting."" by Renato Golin · 9 years ago
- 0d31d9c Rename HexStyle -> HexFormatStyle, and remove a constexpr. by Zachary Turner · 9 years ago
- 7cd0745 Resubmit "Add support for advanced number formatting." by Zachary Turner · 9 years ago
- 9d58e36 Revert formatting changes. by Zachary Turner · 9 years ago
- 99eef2d [Support] Add support for "advanced" number formatting. by Zachary Turner · 9 years ago
- 733be51 [raw_ostream] Raise some helper functions out of raw_ostream. by Zachary Turner · 9 years ago
- 33d7b76 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
- cd1d5aa Replace a few more "fall through" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
- 29f5131 C++11 is required, remove some preprocessor checks for it by Hal Finkel · 10 years ago
- 7cf7f80 Assert when trying to seek un-seekable raw_fd_ostream. by Yaron Keren · 10 years ago
- c75d566 When printing MIR, output to errs() rather than outs(). by Justin Lebar · 10 years ago
- 52fa32d [Support] Use hexdigit. NFC by Craig Topper · 10 years ago
- 775fb73 [Support] Use range-based for loop. NFC by Craig Topper · 10 years ago
- d08f32f [Support] Use hexdigit instead of manually coding the same thing. NFC by Craig Topper · 10 years ago
- ca919dc Shrink character buffer size in raw_ostream::write_hex to 16 characters intead of 20 as that's the largest string a 64-bit hex value can be. by Craig Topper · 10 years ago
- ab3d2ac Use std::end instead of repeating buffer sizes. by Craig Topper · 10 years ago
- 5fb7a58 Avoid the deprecated GetVersionEx API by Reid Kleckner · 10 years ago
- fb2a9c4 Fixing PR25717: fatal IO error writing large outputs to console on Windows. by Yunzhong Gao · 10 years ago
- 3f210fc Drop an unnecessary use of writev. by Rafael Espindola · 10 years ago
- 149b859 Revert "raw_ostream: << operator for callables with raw_stream argument" by Matthias Braun · 10 years ago
- e957a9b raw_ostream: << operator for callables with raw_stream argument by Matthias Braun · 10 years ago
- e2f6fb5 Fix GCC warning: extra `;' [-Wpedantic]. by Nick Lewycky · 10 years ago
- 3d1173b Modify raw_svector_ostream to use its SmallString without additional buffering. by Yaron Keren · 10 years ago
- 974ed6d Fix indentation. NFC. by Craig Topper · 10 years ago
- 4ba9af1 Don't allow pwrite to resize a stream. by Rafael Espindola · 11 years ago
- 642a221 Use the ability to pwrite to simplify the ELF writer. by Rafael Espindola · 11 years ago
- 37b7015 Add raw_pwrite_stream type. by Rafael Espindola · 11 years ago
- a9b84ab Fix SupportsSeeking detection on windows. by Rafael Espindola · 11 years ago
- 79be4cc Add r234615 back, but make sure outs() is binary. by Rafael Espindola · 11 years ago
- 379ed39 Revert r234615, "Have one raw_fd_ostream constructor forward to the other." by NAKAMURA Takumi · 11 years ago
- 74d2f61 Remember if lseek works in this FD. by Rafael Espindola · 11 years ago
- a480072 Have one raw_fd_ostream constructor forward to the other. by Rafael Espindola · 11 years ago
- 62e6ec0 Misc cleanup. NFC. by Rafael Espindola · 11 years ago
- ee0dd4d This reverts commit r234460 and r234461. by Rafael Espindola · 11 years ago
- 0a261a3 Add classof implementations to the raw_ostream classes. by Rafael Espindola · 11 years ago
- af09f22 Format: Modernize using variadic templates. by Benjamin Kramer · 11 years ago
- 39571b3 Teach raw_ostream to support hex formatting without a prefix '0x'. by Zachary Turner · 11 years ago
- 5be22a1 Clean up static analyzer warnings. by Michael Ilseman · 11 years ago
- 51c2afc Support: Don't call close again if we get EINTR by David Majnemer · 11 years ago
- 4b3c90f Support: Remove undefined behavior from &raw_ostream::operator<< by David Majnemer · 11 years ago
- e648037 [Support] Add type-safe alternative to llvm::format() by Nick Kledzik · 11 years ago
- 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
- 0fc52d4 Typo: exists -> exits by Hans Wennborg · 11 years ago
- 48bbd06 Simplify the raw_svector_ostream tweak from r212816 by Alp Toker · 11 years ago
- bc4d1a3 raw_svector_ostream: grow and reserve atomically by Alp Toker · 11 years ago
- e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
- 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
- 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
- a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
- 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
- 27a58bf Revert "Use StringRef in raw_fd_ostream constructor" by Ben Langmuir · 12 years ago
- 6a2a14d Use StringRef in raw_fd_ostream constructor by Ben Langmuir · 12 years ago
- 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
- 4961f7a raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) would barf wide chars after llvm::errs(). by NAKAMURA Takumi · 12 years ago
- 79addb8 raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fpclass(). by NAKAMURA Takumi · 12 years ago
- 8f5d425 raw_fd_ostream: Be more verbose about the reason when opening a file fails. by Benjamin Kramer · 12 years ago
- 212c80a raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs() would be set to O_TEXT by default. by NAKAMURA Takumi · 12 years ago
- 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
- e08b59f Create files with mode 666. This matches the behavior of other unix tools. by Rafael Espindola · 12 years ago
- cb2eca0 Remove the program class. by Rafael Espindola · 12 years ago
- 7ce810c Don't try to generate crash diagnostics if we had an I/O failure. It's very by Chad Rosier · 13 years ago
- a182be8 Don't crash if write_impl() leaves less buffer space available than expected. by Matt Beaumont-Gay · 13 years ago
- 83c74e9 Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- bd7f8d0 Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKELY interface. by Benjamin Kramer · 13 years ago
- 04b4583 raw_ostream: Add a has_colors() method. by Daniel Dunbar · 13 years ago
- 7da6578 Fixed few warnings. by Galina Kistanova · 13 years ago
- 13d16f3 Reapply 'Add reverseColor to raw_ostream'. by Benjamin Kramer · 14 years ago