summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/raw_ostream.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify raw_svector_ostream to use its SmallString without additional buffering.Yaron Keren2015-08-131-62/+5
* Fix indentation. NFC.Craig Topper2015-05-301-1/+1
* Don't allow pwrite to resize a stream.Rafael Espindola2015-04-201-9/+6
* Use the ability to pwrite to simplify the ELF writer.Rafael Espindola2015-04-141-1/+1
* Add raw_pwrite_stream type.Rafael Espindola2015-04-141-2/+29
* Fix SupportsSeeking detection on windows.Rafael Espindola2015-04-131-0/+7
* Add r234615 back, but make sure outs() is binary.Rafael Espindola2015-04-131-25/+21
* Revert r234615, "Have one raw_fd_ostream constructor forward to the other."NAKAMURA Takumi2015-04-131-18/+24
* Remember if lseek works in this FD.Rafael Espindola2015-04-101-1/+2
* Have one raw_fd_ostream constructor forward to the other.Rafael Espindola2015-04-101-24/+18
* Misc cleanup. NFC.Rafael Espindola2015-04-091-4/+4
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-091-5/+4
* Add classof implementations to the raw_ostream classes.Rafael Espindola2015-04-091-4/+5
* Format: Modernize using variadic templates.Benjamin Kramer2015-02-151-1/+1
* Teach raw_ostream to support hex formatting without a prefix '0x'.Zachary Turner2015-01-261-2/+5
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-0/+1
* Support: Don't call close again if we get EINTRDavid Majnemer2014-10-071-11/+4
* Support: Remove undefined behavior from &raw_ostream::operator<<David Majnemer2014-09-261-1/+1
* [Support] Add type-safe alternative to llvm::format()Nick Kledzik2014-09-251-0/+57
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-12/+4
OpenPOWER on IntegriCloud