summaryrefslogtreecommitdiff
path: root/lib/Support/raw_ostream.cpp
AgeCommit message (Expand)Author
2018-07-26Revert r338027 to pacify build botJames Henderson
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse
2018-07-26Fix raw_fd_ostream::write_impl hang with large outputJames Henderson
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-06-02[Support] Remove unused raw_ostream::handle whose anchor role was superseded ...Fangrui Song
2018-05-17Support: Add a raw_ostream::write_zeros() function. NFCI.Peter Collingbourne
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2018-04-11Add missing vtable anchorsWeiming Zhao
2018-04-02Remove HAVE_WRITEV that's unused after r255837.Nico Weber
2017-10-31[Support] Make the default chunk size of raw_fd_ostream to 1 GiB.Rui Ueyama
2017-10-24[raw_fd_ostream] report actual error in error messagesBob Haarman
2017-09-13llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl
2017-08-04[Support] Update comments about stdout, raw_fd_ostream, and outs()Reid Kleckner
2017-07-13Support: Add llvm::center_justify.Frederich Munch
2017-06-20Support: chunk writing on LinuxSaleem Abdulrasool
2017-03-31Update comment for r299098 per feedback from James Henderson.Yaron Keren
2017-03-30Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...Yaron Keren
2017-03-13Bring back r297624.Rafael Espindola
2017-03-13Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."Rafael Espindola
2017-03-13Fix crash when multiple raw_fd_ostreams to stdout are created.Rafael Espindola
2016-12-09Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne
2016-12-09Revert r289184, we need more configury for Darwin and *BSD.Peter Collingbourne
2016-12-09Support: Use a 64-bit seek in raw_fd_ostream::seek().Peter Collingbourne
2016-11-11[Support] Introduce llvm::formatv() function.Zachary Turner
2016-11-10Fix type ambiguity with std::maxZachary Turner
2016-11-10[Support] Improve flexibility of binary blob formatter.Zachary Turner
2016-11-09Added the ability to dump hex bytes easily into a raw_ostream.Greg Clayton
2016-10-29Resubmit "Add support for advanced number formatting."Zachary Turner
2016-10-18Revert "Resubmit "Add support for advanced number formatting.""Renato Golin
2016-10-17Rename HexStyle -> HexFormatStyle, and remove a constexpr.Zachary Turner
2016-10-17Resubmit "Add support for advanced number formatting."Zachary Turner
2016-10-17Revert formatting changes.Zachary Turner
2016-10-17[Support] Add support for "advanced" number formatting.Zachary Turner
2016-10-11[raw_ostream] Raise some helper functions out of raw_ostream.Zachary Turner
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-03-28C++11 is required, remove some preprocessor checks for itHal Finkel
2016-02-23Assert when trying to seek un-seekable raw_fd_ostream.Yaron Keren
2016-02-19When printing MIR, output to errs() rather than outs().Justin Lebar
2016-02-08[Support] Use hexdigit. NFCCraig Topper
2016-02-04[Support] Use range-based for loop. NFCCraig Topper
2016-02-04[Support] Use hexdigit instead of manually coding the same thing. NFCCraig Topper
2016-01-31Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...Craig Topper
2016-01-31Use std::end instead of repeating buffer sizes.Craig Topper
2016-01-11Avoid the deprecated GetVersionEx APIReid Kleckner
2016-01-06Fixing PR25717: fatal IO error writing large outputs to console on Windows.Yunzhong Gao
2015-12-16Drop an unnecessary use of writev.Rafael Espindola
2015-12-03Revert "raw_ostream: << operator for callables with raw_stream argument"Matthias Braun
2015-12-03raw_ostream: << operator for callables with raw_stream argumentMatthias Braun
2015-08-13Fix GCC warning: extra `;' [-Wpedantic].Nick Lewycky