summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/raw_ostream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r338027 to pacify build botJames Henderson2018-07-261-4/+4
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-2/+2
* Fix raw_fd_ostream::write_impl hang with large outputJames Henderson2018-07-261-4/+4
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-3/+30
* [Support] Remove unused raw_ostream::handle whose anchor role was superseded ...Fangrui Song2018-06-021-3/+0
* Support: Add a raw_ostream::write_zeros() function. NFCI.Peter Collingbourne2018-05-171-14/+26
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-4/+4
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+6
* Remove HAVE_WRITEV that's unused after r255837.Nico Weber2018-04-021-3/+0
* [Support] Make the default chunk size of raw_fd_ostream to 1 GiB.Rui Ueyama2017-10-311-11/+12
* [raw_fd_ostream] report actual error in error messagesBob Haarman2017-10-241-9/+11
* llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl2017-09-131-0/+10
* [Support] Update comments about stdout, raw_fd_ostream, and outs()Reid Kleckner2017-08-041-9/+8
* Support: Add llvm::center_justify.Frederich Munch2017-07-131-6/+23
* Support: chunk writing on LinuxSaleem Abdulrasool2017-06-201-0/+4
* Update comment for r299098 per feedback from James Henderson.Yaron Keren2017-03-311-2/+1
* Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...Yaron Keren2017-03-301-1/+8
* Bring back r297624.Rafael Espindola2017-03-131-1/+1
* Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."Rafael Espindola2017-03-131-1/+1
* Fix crash when multiple raw_fd_ostreams to stdout are created.Rafael Espindola2017-03-131-1/+1
* Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne2016-12-091-0/+6
* Revert r289184, we need more configury for Darwin and *BSD.Peter Collingbourne2016-12-091-5/+1
* Support: Use a 64-bit seek in raw_fd_ostream::seek().Peter Collingbourne2016-12-091-1/+5
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-111-5/+12
* Fix type ambiguity with std::maxZachary Turner2016-11-101-1/+1
* [Support] Improve flexibility of binary blob formatter.Zachary Turner2016-11-101-33/+50
* Added the ability to dump hex bytes easily into a raw_ostream.Greg Clayton2016-11-091-0/+55
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-291-9/+23
* Revert "Resubmit "Add support for advanced number formatting.""Renato Golin2016-10-181-19/+9
* Rename HexStyle -> HexFormatStyle, and remove a constexpr.Zachary Turner2016-10-171-7/+7
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-171-9/+19
* Revert formatting changes.Zachary Turner2016-10-171-19/+9
* [Support] Add support for "advanced" number formatting.Zachary Turner2016-10-171-9/+19
* [raw_ostream] Raise some helper functions out of raw_ostream.Zachary Turner2016-10-111-137/+19
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-231-8/+5
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-4/+4
* C++11 is required, remove some preprocessor checks for itHal Finkel2016-03-281-1/+1
* Assert when trying to seek un-seekable raw_fd_ostream.Yaron Keren2016-02-231-0/+1
* When printing MIR, output to errs() rather than outs().Justin Lebar2016-02-191-3/+4
* [Support] Use hexdigit. NFCCraig Topper2016-02-081-3/+2
* [Support] Use range-based for loop. NFCCraig Topper2016-02-041-3/+1
* [Support] Use hexdigit instead of manually coding the same thing. NFCCraig Topper2016-02-041-2/+2
* Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...Craig Topper2016-01-311-1/+1
* Use std::end instead of repeating buffer sizes.Craig Topper2016-01-311-2/+2
* Avoid the deprecated GetVersionEx APIReid Kleckner2016-01-111-1/+1
* Fixing PR25717: fatal IO error writing large outputs to console on Windows.Yunzhong Gao2016-01-061-1/+18
* Drop an unnecessary use of writev.Rafael Espindola2015-12-161-16/+2
* Revert "raw_ostream: << operator for callables with raw_stream argument"Matthias Braun2015-12-031-4/+0
* raw_ostream: << operator for callables with raw_stream argumentMatthias Braun2015-12-031-0/+4
* Fix GCC warning: extra `;' [-Wpedantic].Nick Lewycky2015-08-131-1/+1
OpenPOWER on IntegriCloud