summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/raw_ostream.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo: exists -> exitsHans Wennborg2014-07-171-1/+1
* Simplify the raw_svector_ostream tweak from r212816Alp Toker2014-07-111-13/+4
* raw_svector_ostream: grow and reserve atomicallyAlp Toker2014-07-111-15/+17
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-4/+0
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-0/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-1/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-3/+3
* Revert "Use StringRef in raw_fd_ostream constructor"Ben Langmuir2014-02-271-2/+3
* Use StringRef in raw_fd_ostream constructorBen Langmuir2014-02-261-3/+2
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) ...NAKAMURA Takumi2014-01-121-2/+3
* raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fp...NAKAMURA Takumi2014-01-121-0/+6
* raw_fd_ostream: Be more verbose about the reason when opening a file fails.Benjamin Kramer2013-10-031-1/+2
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-171-0/+5
* Add a wrapper for open.Rafael Espindola2013-07-161-31/+9
OpenPOWER on IntegriCloud