aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/raw_ostream.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath1-5/+0
2019-08-14raw_ostream: add operator<< overload for std::error_codePavel Labath1-0/+5
2019-08-07Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama1-2/+31
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama1-35/+6
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama1-6/+35
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-29Add vtable anchor to classes.Richard Trieu1-0/+2
2018-09-05[Windows] Convert from UTF-8 to UTF-16 when writing to a Windows consoleReid Kleckner1-8/+76
2018-08-06Fix raw_fd_ostream::write_impl hang due to an infinite loop with large outputOwen Reynolds1-4/+4
2018-07-26Revert r338027 to pacify build botJames Henderson1-4/+4
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse1-2/+2
2018-07-26Fix raw_fd_ostream::write_impl hang with large outputJames Henderson1-4/+4
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner1-3/+30
2018-06-02[Support] Remove unused raw_ostream::handle whose anchor role was superseded ...Fangrui Song1-3/+0
2018-05-17Support: Add a raw_ostream::write_zeros() function. NFCI.Peter Collingbourne1-14/+26
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-4/+4
2018-04-11Add missing vtable anchorsWeiming Zhao1-0/+6
2018-04-02Remove HAVE_WRITEV that's unused after r255837.Nico Weber1-3/+0
2017-10-31[Support] Make the default chunk size of raw_fd_ostream to 1 GiB.Rui Ueyama1-11/+12
2017-10-24[raw_fd_ostream] report actual error in error messagesBob Haarman1-9/+11
2017-09-13llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl1-0/+10
2017-08-04[Support] Update comments about stdout, raw_fd_ostream, and outs()Reid Kleckner1-9/+8
2017-07-13Support: Add llvm::center_justify.Frederich Munch1-6/+23
2017-06-20Support: chunk writing on LinuxSaleem Abdulrasool1-0/+4
2017-03-31Update comment for r299098 per feedback from James Henderson.Yaron Keren1-2/+1
2017-03-30Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...Yaron Keren1-1/+8
2017-03-13Bring back r297624.Rafael Espindola1-1/+1
2017-03-13Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."Rafael Espindola1-1/+1
2017-03-13Fix crash when multiple raw_fd_ostreams to stdout are created.Rafael Espindola1-1/+1
2016-12-09Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne1-0/+6
2016-12-09Revert r289184, we need more configury for Darwin and *BSD.Peter Collingbourne1-5/+1
2016-12-09Support: Use a 64-bit seek in raw_fd_ostream::seek().Peter Collingbourne1-1/+5
2016-11-11[Support] Introduce llvm::formatv() function.Zachary Turner1-5/+12
2016-11-10Fix type ambiguity with std::maxZachary Turner1-1/+1
2016-11-10[Support] Improve flexibility of binary blob formatter.Zachary Turner1-33/+50
2016-11-09Added the ability to dump hex bytes easily into a raw_ostream.Greg Clayton1-0/+55
2016-10-29Resubmit "Add support for advanced number formatting."Zachary Turner1-9/+23
2016-10-18Revert "Resubmit "Add support for advanced number formatting.""Renato Golin1-19/+9
2016-10-17Rename HexStyle -> HexFormatStyle, and remove a constexpr.Zachary Turner1-7/+7
2016-10-17Resubmit "Add support for advanced number formatting."Zachary Turner1-9/+19
2016-10-17Revert formatting changes.Zachary Turner1-19/+9
2016-10-17[Support] Add support for "advanced" number formatting.Zachary Turner1-9/+19
2016-10-11[raw_ostream] Raise some helper functions out of raw_ostream.Zachary Turner1-137/+19
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-8/+5
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-4/+4
2016-03-28C++11 is required, remove some preprocessor checks for itHal Finkel1-1/+1
2016-02-23Assert when trying to seek un-seekable raw_fd_ostream.Yaron Keren1-0/+1
2016-02-19When printing MIR, output to errs() rather than outs().Justin Lebar1-3/+4